mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-12 22:38:31 +08:00
7704 lines
285 KiB
HTML
7704 lines
285 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||
<title>Lup Yuen LEE</title>
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||
<style>
|
||
/********************************************
|
||
* reset from
|
||
* http://meyerweb.com/eric/tools/css/reset/
|
||
*******************************************/
|
||
|
||
html,
|
||
body,
|
||
div,
|
||
span,
|
||
applet,
|
||
object,
|
||
iframe,
|
||
h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5,
|
||
h6,
|
||
p,
|
||
blockquote,
|
||
pre,
|
||
a,
|
||
abbr,
|
||
acronym,
|
||
address,
|
||
big,
|
||
cite,
|
||
code,
|
||
del,
|
||
dfn,
|
||
em,
|
||
img,
|
||
ins,
|
||
kbd,
|
||
q,
|
||
s,
|
||
samp,
|
||
small,
|
||
strike,
|
||
strong,
|
||
sub,
|
||
sup,
|
||
tt,
|
||
var,
|
||
b,
|
||
u,
|
||
i,
|
||
center,
|
||
dl,
|
||
dt,
|
||
dd,
|
||
ol,
|
||
ul,
|
||
li,
|
||
fieldset,
|
||
form,
|
||
label,
|
||
legend,
|
||
table,
|
||
caption,
|
||
tbody,
|
||
tfoot,
|
||
thead,
|
||
tr,
|
||
th,
|
||
td,
|
||
article,
|
||
aside,
|
||
canvas,
|
||
details,
|
||
embed,
|
||
figure,
|
||
figcaption,
|
||
footer,
|
||
header,
|
||
hgroup,
|
||
menu,
|
||
nav,
|
||
output,
|
||
ruby,
|
||
section,
|
||
summary,
|
||
time,
|
||
mark,
|
||
audio,
|
||
video {
|
||
margin: 0;
|
||
padding: 0;
|
||
border: 0;
|
||
font-size: 100%;
|
||
vertical-align: baseline;
|
||
}
|
||
|
||
article,
|
||
aside,
|
||
details,
|
||
figcaption,
|
||
figure,
|
||
footer,
|
||
header,
|
||
hgroup,
|
||
menu,
|
||
nav,
|
||
section {
|
||
display: block;
|
||
}
|
||
|
||
body {
|
||
line-height: 1;
|
||
}
|
||
|
||
ol,
|
||
ul {
|
||
list-style: none;
|
||
}
|
||
|
||
blockquote,
|
||
q {
|
||
quotes: none;
|
||
}
|
||
|
||
blockquote:before,
|
||
blockquote:after,
|
||
q:before,
|
||
q:after {
|
||
content: none;
|
||
}
|
||
|
||
table {
|
||
border-collapse: collapse;
|
||
border-spacing: 0;
|
||
}
|
||
|
||
|
||
/****************
|
||
* COMMONS
|
||
****************/
|
||
|
||
body,
|
||
html {
|
||
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||
font-size: 13px;
|
||
color: #40484f;
|
||
font-weight: 400;
|
||
letter-spacing: 0;
|
||
line-height: 1.46153846;
|
||
text-align: left;
|
||
-webkit-text-size-adjust: 100%;
|
||
}
|
||
|
||
p {
|
||
display: block;
|
||
margin-bottom: 1.3em;
|
||
}
|
||
|
||
a {
|
||
color: #0095ff;
|
||
text-decoration: none;
|
||
}
|
||
|
||
a:hover {
|
||
color: #0c65a5;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
ul {
|
||
margin-top: 1rem;
|
||
}
|
||
|
||
li {
|
||
list-style-type: square;
|
||
list-style-position: outside;
|
||
margin-left: 1.3em;
|
||
}
|
||
|
||
.highlights>li>p {
|
||
margin-bottom: 0.5em;
|
||
}
|
||
|
||
h1 {
|
||
font-size: 2rem;
|
||
}
|
||
|
||
h2 {
|
||
font-size: 1.67rem;
|
||
}
|
||
|
||
h3 {
|
||
font-size: 1.27rem;
|
||
}
|
||
|
||
em {
|
||
color: #757575;
|
||
}
|
||
|
||
blockquote {
|
||
margin-bottom: 1em;
|
||
}
|
||
|
||
strong {
|
||
font-weight: 700;
|
||
}
|
||
|
||
|
||
/* main container */
|
||
|
||
#resume {
|
||
padding: 1rem;
|
||
margin-top: 2rem;
|
||
}
|
||
|
||
|
||
/* every section wrapper */
|
||
|
||
.section {
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
section .location {
|
||
margin-right: .5em;
|
||
color: #606d76;
|
||
font-weight: 700;
|
||
}
|
||
|
||
#contact {
|
||
margin-top: .5rem;
|
||
}
|
||
|
||
#profiles .item {
|
||
padding: 0;
|
||
}
|
||
|
||
#header>#profiles,
|
||
#header>#contact,
|
||
#skills,
|
||
#languages,
|
||
#interests {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-flex-flow: row wrap;
|
||
flex-flow: row wrap;
|
||
-webkit-justify-content: flex-start;
|
||
justify-content: flex-start;
|
||
}
|
||
|
||
#header>div {
|
||
line-height: 1.5;
|
||
}
|
||
|
||
#header>div>div {
|
||
margin-right: 1.2em;
|
||
}
|
||
|
||
#header h1.name {
|
||
font-size: 2.8rem;
|
||
font-weight: 100;
|
||
line-height: 100%;
|
||
}
|
||
|
||
#header h2.label {
|
||
color: #202931;
|
||
font-size: 1.47rem;
|
||
font-weight: 300;
|
||
}
|
||
|
||
#header .picture {
|
||
width: 11em;
|
||
float: right;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.main-summary {
|
||
background: #f1f8ff;
|
||
padding: 1.2em 1em;
|
||
margin-top: 1rem;
|
||
}
|
||
|
||
.main-summary p {
|
||
margin: .15em 0 0;
|
||
}
|
||
|
||
h2.section-title {
|
||
display: inline-block;
|
||
background: #fff;
|
||
padding: 0 1em 0.3em 0;
|
||
color: #ff6d1f;
|
||
text-transform: uppercase;
|
||
font-weight: 600;
|
||
border: none;
|
||
font-size: .9rem;
|
||
}
|
||
|
||
.section>header {
|
||
position: relative;
|
||
}
|
||
|
||
.fa {
|
||
margin-right: 0.25em;
|
||
}
|
||
|
||
.section>header::after {
|
||
position: absolute;
|
||
left: 0;
|
||
top: .7em;
|
||
height: 1px;
|
||
background: #ccc;
|
||
content: "";
|
||
width: 100%;
|
||
z-index: -100;
|
||
display: block;
|
||
}
|
||
|
||
.section.main-summary>section {
|
||
margin: 0;
|
||
}
|
||
|
||
.section>section>header {
|
||
font-size: 1.38rem;
|
||
position: relative;
|
||
margin-top: .7em;
|
||
}
|
||
|
||
.section>section>header:first-of-type {
|
||
margin: 0;
|
||
}
|
||
|
||
.section>section>header .space-left {
|
||
position: absolute;
|
||
left: -1.56rem;
|
||
top: 5px;
|
||
color: #aaa;
|
||
line-height: 1;
|
||
opacity: 0;
|
||
}
|
||
|
||
.position,
|
||
.company,
|
||
.organization,
|
||
.institution,
|
||
.date,
|
||
.area,
|
||
.studyType,
|
||
.title,
|
||
.awarder {
|
||
display: inline;
|
||
}
|
||
|
||
.position,
|
||
.studyType,
|
||
.area,
|
||
.title,
|
||
.language,
|
||
.name {
|
||
font-weight: 600;
|
||
}
|
||
|
||
.company::before,
|
||
.institution::before,
|
||
.organization::before,
|
||
.awarder::before {
|
||
content: "at "
|
||
}
|
||
|
||
.company,
|
||
.institution,
|
||
.organization,
|
||
.awarder {
|
||
color: #606d76;
|
||
font-weight: 400;
|
||
}
|
||
|
||
.section header .date {
|
||
font-size: 1rem;
|
||
display: inline-table;
|
||
padding: .1em 0;
|
||
font-weight: 600;
|
||
}
|
||
|
||
ul.keywords,
|
||
ul.courses {
|
||
margin-top: .5em;
|
||
}
|
||
|
||
ul.keywords li,
|
||
ul.courses li {
|
||
display: inline-block;
|
||
margin: 2px 2px 2px 0;
|
||
padding: 4px 5px 5px;
|
||
font-size: .9rem;
|
||
line-height: 1;
|
||
text-transform: lowercase;
|
||
color: #3e6d8e;
|
||
background-color: #dfeaf1;
|
||
border: 0 solid #dfeaf1;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
ul.keywords li:hover,
|
||
ul.courses li:hover {
|
||
background: #dfeaf0;
|
||
}
|
||
|
||
.item {
|
||
padding: .5em 0;
|
||
}
|
||
|
||
.gpa {
|
||
padding-bottom: .5em;
|
||
}
|
||
|
||
.fa.social {
|
||
font-size: 1.1em;
|
||
}
|
||
|
||
|
||
/* Social Media Brand Colors */
|
||
|
||
.google-plus {
|
||
color: #dd4b39;
|
||
}
|
||
|
||
.tumblr {
|
||
color: #32506d;
|
||
}
|
||
|
||
.foursquare {
|
||
color: #0072b1;
|
||
}
|
||
|
||
.facebook {
|
||
color: #3b5998;
|
||
}
|
||
|
||
.linkedin {
|
||
color: #007bb6;
|
||
}
|
||
|
||
.pinterest {
|
||
color: #cb2027;
|
||
}
|
||
|
||
.dribbble {
|
||
color: #ea4c89;
|
||
}
|
||
|
||
.instagram {
|
||
color: #517fa4;
|
||
}
|
||
|
||
.twitter {
|
||
color: #00aced;
|
||
}
|
||
|
||
.soundcloud {
|
||
color: #ff3a00;
|
||
}
|
||
|
||
.wordpress {
|
||
color: #21759b;
|
||
}
|
||
|
||
.youtube {
|
||
color: #bb0000;
|
||
}
|
||
|
||
.github {
|
||
color: #171515;
|
||
}
|
||
|
||
.stack-overflow {
|
||
color: #828386;
|
||
position: relative;
|
||
}
|
||
|
||
.flickr {
|
||
color: #ff0084;
|
||
}
|
||
|
||
.stack-overflow::after {
|
||
position: absolute;
|
||
left: 0;
|
||
content: '\f16c';
|
||
color: #f68a1f;
|
||
overflow: hidden;
|
||
height: 100%;
|
||
}
|
||
|
||
.telegram {
|
||
color: #2291c3;
|
||
}
|
||
|
||
#languages .item,
|
||
#skills .item,
|
||
#interests .item {
|
||
width: 15em;
|
||
padding: 0 .5em .5em 0;
|
||
border-bottom: none;
|
||
}
|
||
|
||
#skills .item {
|
||
width: 16em;
|
||
}
|
||
|
||
#skills .item .keywords {
|
||
width: 15em;
|
||
}
|
||
|
||
|
||
/* Skill chart */
|
||
|
||
.level {
|
||
margin-bottom: .5em;
|
||
}
|
||
|
||
.level .bar {
|
||
border: 1px solid #ddd;
|
||
display: block;
|
||
width: 10em;
|
||
height: 5px;
|
||
position: relative;
|
||
}
|
||
|
||
.level .bar::after {
|
||
position: absolute;
|
||
content: " ";
|
||
top: 0;
|
||
left: 0;
|
||
background: black;
|
||
height: 5px;
|
||
}
|
||
|
||
.level.beginner .bar::after {
|
||
background: #EB5F51;
|
||
width: 2.5em;
|
||
}
|
||
|
||
.level.intermediate .bar::after {
|
||
background: #ffdf1f;
|
||
width: 5em;
|
||
}
|
||
|
||
.level.advanced .bar::after,
|
||
.level.fluent .bar::after {
|
||
background: #5CB85C;
|
||
width: 7.5em;
|
||
}
|
||
|
||
.level.master .bar::after,
|
||
.level.native.speaker .bar::after {
|
||
background: #59C596;
|
||
width: 10em;
|
||
}
|
||
|
||
#references .item {
|
||
padding-left: .5em;
|
||
border-left: 5px solid #ff6d1f;
|
||
}
|
||
|
||
.toggle-item {
|
||
visibility: hidden;
|
||
}
|
||
|
||
/******************
|
||
* HELPER CLASSES
|
||
******************/
|
||
|
||
.clear::after {
|
||
content: "";
|
||
display: table;
|
||
clear: both;
|
||
}
|
||
|
||
.display {
|
||
display: block;
|
||
opacity: 1 !important;
|
||
}
|
||
|
||
.margin1 {
|
||
margin-bottom: .5rem;
|
||
}
|
||
|
||
|
||
/****************
|
||
* TABLET
|
||
****************/
|
||
|
||
@media screen and (min-width: 602px) {
|
||
#resume {
|
||
width: 80%;
|
||
margin: 0 auto;
|
||
}
|
||
}
|
||
|
||
|
||
/****************
|
||
* LAPTOP
|
||
****************/
|
||
|
||
@media screen and (min-width: 1025px) {
|
||
li {
|
||
margin-left: 1.5em;
|
||
}
|
||
#resume {
|
||
width: 820px;
|
||
margin: 2rem auto;
|
||
}
|
||
.section>section>header .space-left {
|
||
opacity: 1;
|
||
cursor: pointer;
|
||
}
|
||
.section>section {
|
||
margin-left: 1.67rem;
|
||
}
|
||
.toggle-item {
|
||
transform: translate(-9999px);
|
||
}
|
||
.toggle-item+label {
|
||
display: block;
|
||
margin-top: -16px;
|
||
}
|
||
.toggle-item:checked+label:after {
|
||
content: '\f0d7';
|
||
}
|
||
.toggle-item+label:after {
|
||
float: left;
|
||
cursor: pointer;
|
||
margin-left: -20px;
|
||
color: #aaa;
|
||
font-size: 16px;
|
||
content: '\f0da';
|
||
font-family: Fontawesome;
|
||
}
|
||
.toggle-item~.item {
|
||
height: 0;
|
||
opacity: 0;
|
||
}
|
||
.toggle-item:checked~.item {
|
||
height: auto;
|
||
opacity: 1;
|
||
transition: all .5s linear;
|
||
}
|
||
.company::before,
|
||
.institution::before,
|
||
.organization::before,
|
||
.awarder::before {
|
||
content: "| ";
|
||
}
|
||
.header-left {
|
||
float: left;
|
||
width: 70%;
|
||
word-break: normal;
|
||
}
|
||
.section header .date {
|
||
float: right;
|
||
padding: .2em;
|
||
}
|
||
.display {
|
||
display: none;
|
||
}
|
||
.display:not(.none) {
|
||
display: block;
|
||
}
|
||
}
|
||
|
||
@media print {
|
||
#resume {
|
||
margin: 0;
|
||
padding: 0;
|
||
-ms-word-wrap: break-word;
|
||
word-wrap: break-word;
|
||
line-height: 1.3;
|
||
/*font-family: Arial, Georgia, "Lucida Grande", sans-serif;*/
|
||
}
|
||
@page {
|
||
margin: 1cm 1.4cm;
|
||
}
|
||
.item-count {
|
||
display: none;
|
||
}
|
||
.company::before,
|
||
.institution::before,
|
||
.organization::before,
|
||
.awarder::before {
|
||
content: "at ";
|
||
}
|
||
.main-summary {
|
||
padding: 2rem 0;
|
||
}
|
||
.section {
|
||
margin: .8rem 0;
|
||
padding: 0;
|
||
}
|
||
.section header {
|
||
padding-bottom: .15rem;
|
||
}
|
||
.section .location {
|
||
padding-bottom: .15rem;
|
||
}
|
||
.stack-overflow::after {
|
||
content: "";
|
||
}
|
||
.fa.social {
|
||
color: #828386;
|
||
}
|
||
ul {
|
||
margin-top: .4em;
|
||
}
|
||
ul,
|
||
li {
|
||
padding: 0;
|
||
}
|
||
ul.keywords li,
|
||
ul.courses li {
|
||
margin: 0;
|
||
padding: 0;
|
||
font-size: .8rem;
|
||
text-transform: lowercase;
|
||
}
|
||
ul.keywords li::after,
|
||
ul.courses li::after {
|
||
padding: 0 0 0 .1rem;
|
||
content: " |";
|
||
}
|
||
ul.keywords::before,
|
||
ul.courses::before {
|
||
font-size: .8rem;
|
||
font-weight: 600;
|
||
}
|
||
ul.keywords::before {
|
||
content: "Skills acquired: ";
|
||
}
|
||
#skills .keywords::before {
|
||
content: '';
|
||
}
|
||
.section p {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
ul.courses::before {
|
||
content: "Major courses: ";
|
||
}
|
||
ul.keywords li:last-of-type::after,
|
||
ul.courses li:last-of-type::after {
|
||
content: "";
|
||
}
|
||
.level em {
|
||
font-style: normal;
|
||
padding: .1em 0;
|
||
}
|
||
.level .bar {
|
||
display: none;
|
||
}
|
||
#profiles .item {
|
||
padding: 0;
|
||
}
|
||
.item.display {
|
||
display: block;
|
||
opacity: 1 !important;
|
||
}
|
||
}
|
||
|
||
</style>
|
||
|
||
</head>
|
||
<body>
|
||
|
||
<div id="resume">
|
||
<header id="header" class="clear">
|
||
<img class="picture" src="https://lupyuen.github.io/images/lupyuen.jpg" alt="Lup Yuen LEE" />
|
||
<div class="middle">
|
||
<h1 class="name">Lup Yuen LEE</h1>
|
||
<h2 class="label">IoT Techie and Educator</h2>
|
||
</div>
|
||
|
||
<span class="location">
|
||
<span class="region">Singapore</span>
|
||
<span class="countryCode">SG</span>
|
||
</span>
|
||
|
||
<div> Born in 1969</div>
|
||
<div id="contact">
|
||
<div class="website">
|
||
<span class="fa fa-external-link"></span>
|
||
<a target="_blank" target="_blank" href="https://lupyuen.org">https://lupyuen.org</a>
|
||
</div>
|
||
<div class="email">
|
||
<span class="fa fa-envelope-o"></span>
|
||
<a href="mailto:luppy@appkaki.com">luppy@appkaki.com</a>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="profiles">
|
||
<div class="item">
|
||
<div class="username">
|
||
<span class="fa fa-linkedin linkedin social"></span>
|
||
<span class="url">
|
||
<a target="_blank" href="https://www.linkedin.com/in/lupyuen">lupyuen</a>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
<div class="item">
|
||
<div class="username">
|
||
<span class="fa fa-github github social"></span>
|
||
<span class="url">
|
||
<a target="_blank" href="https://github.com/lupyuen">lupyuen</a>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
<div class="item">
|
||
<div class="username">
|
||
<span class="fa fa-twitter twitter social"></span>
|
||
<a target="_blank" href="https://twitter.com/MisterTechBlog">MisterTechBlog</a>
|
||
</div>
|
||
</div>
|
||
<div class="item">
|
||
<div class="username">
|
||
<span class="fa fa-download-pdf download-pdf social"></span>
|
||
<span class="url">
|
||
<a target="_blank" href="https://lupyuen.github.io/lupyuen.pdf">Download PDF</a>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
<div class="item">
|
||
<div class="username">
|
||
<span class="fa fa-json json social"></span>
|
||
<span class="url">
|
||
<a target="_blank" href="https://lupyuen.github.io/resume.json">JSON</a>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<section class="section main-summary">
|
||
<section>
|
||
<div><p>Hands-on IoT advisor and educator. Passionate about helping everyone create IoT products that will make a difference.</p></div>
|
||
</section>
|
||
</section>
|
||
|
||
<section class="section margin1">
|
||
<header>
|
||
<h2 class='section-title'>Skills</h2>
|
||
</header>
|
||
<section id="skills">
|
||
<div class="item">
|
||
<h3 class="name">
|
||
Internet of Things (IoT)
|
||
</h3>
|
||
|
||
<div class="level master">
|
||
<em>Master</em>
|
||
<div class="bar"></div>
|
||
</div>
|
||
<ul class="keywords">
|
||
<li>LoRaWAN</li>
|
||
<li>NB-IoT</li>
|
||
<li>Sigfox</li>
|
||
<li>Apache NuttX</li>
|
||
<li>Apache Mynewt</li>
|
||
<li>Embedded Zig</li>
|
||
<li>Embedded Rust</li>
|
||
<li>Embedded C</li>
|
||
<li>BL602</li>
|
||
<li>nRF52</li>
|
||
<li>STM32</li>
|
||
<li>AWS IoT</li>
|
||
<li>Google Cloud IoT</li>
|
||
</ul>
|
||
</div>
|
||
<div class="item">
|
||
<h3 class="name">
|
||
Cloud Computing
|
||
</h3>
|
||
|
||
<div class="level master">
|
||
<em>Master</em>
|
||
<div class="bar"></div>
|
||
</div>
|
||
<ul class="keywords">
|
||
<li>AWS</li>
|
||
<li>Google Cloud</li>
|
||
<li>Azure</li>
|
||
<li>S3</li>
|
||
<li>SageMaker</li>
|
||
<li>RDS</li>
|
||
<li>DynamoDB</li>
|
||
<li>Lambda</li>
|
||
<li>API Gateway</li>
|
||
<li>Cloud Functions</li>
|
||
<li>AppEngine</li>
|
||
<li>TensorFlow</li>
|
||
<li>BigQuery</li>
|
||
<li>Node.js</li>
|
||
<li>Go</li>
|
||
</ul>
|
||
</div>
|
||
<div class="item">
|
||
<h3 class="name">
|
||
Mobile Application Development
|
||
</h3>
|
||
|
||
<div class="level master">
|
||
<em>Master</em>
|
||
<div class="bar"></div>
|
||
</div>
|
||
<ul class="keywords">
|
||
<li>iOS</li>
|
||
<li>Android</li>
|
||
<li>Swift</li>
|
||
<li>React Native</li>
|
||
<li>Xcode</li>
|
||
<li>Responsive Mobile Web</li>
|
||
<li>Bootstrap</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
<section class="section">
|
||
<header>
|
||
<h2 class='section-title'>Work Experience <span class="item-count">(6)</span></h2>
|
||
</header>
|
||
|
||
<section id="work">
|
||
<section class="work-item">
|
||
|
||
<input id="work-item-0" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="work-item-0"></label>
|
||
|
||
<header>
|
||
<div class="position">Apache NuttX PMC (Project Management Committee)</div>
|
||
<div class="company">Apache NuttX RTOS</div>
|
||
<div class="date">
|
||
<span class="startDate">September 2022</span>
|
||
<span class="endDate">- Current</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="website">
|
||
<a target="_blank" href="https://nuttx.apache.org/">https://nuttx.apache.org/</a>
|
||
</span> <div class="item" id="work-item">
|
||
<div class="summary">
|
||
<p><p>Promoting IoT Education with Apache NuttX RTOS (Real-Time Operating System)</p></p>
|
||
</div>
|
||
<ul class="highlights">
|
||
<li><p>Ported Apache NuttX RTOS to PINE64 PinePhone (Allwinner A64 SoC / Arm Cortex-A53), PINE64 Star64 64-bit RISC-V Single-Board Computer (StarFive JH7110 SoC) and PINE64 Ox64 64-bit RISC-V Single-Board Computer (BouffaloLab BL808 SoC)</p></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<section class="work-item">
|
||
|
||
<input id="work-item-1" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="work-item-1"></label>
|
||
|
||
<header>
|
||
<div class="position">Adjunct Lecturer</div>
|
||
<div class="company">Temasek Polytechnic</div>
|
||
<div class="date">
|
||
<span class="startDate">April 2015</span>
|
||
<span class="endDate">- February 2019</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="location">
|
||
<span class="fa fa-map-marker"></span>
|
||
<span class="countryCode">(SG)</span>
|
||
<span class="region">Singapore</span>
|
||
</span>
|
||
<span class="website">
|
||
<a target="_blank" href="http://www.tp.edu.sg">http://www.tp.edu.sg</a>
|
||
</span> <div class="item" id="work-item">
|
||
<div class="summary">
|
||
<p><p>Responsible for teaching and mentoring the next generation of professionals in IoT technologies. He taught the following courses:</p></p>
|
||
</div>
|
||
<ul class="highlights">
|
||
<li><p>IoT Application Development: He prepared and presented lessons and labs for training working adults with IoT programming skills, based on AWS IoT, Sigfox, Ubidots and Arduino. He created the training platform with various AWS services: AWS IoT, Lambda, API Gateway, S3, DynamoDB, SNS, Elasticsearch, Kibana. His students included IT professionals from Agility, IBM, SAP, Ericsson, Canon and ITE.</p></li>
|
||
<li><p>IoT Project: He supervised the students in creating innovative IoT products (based on AWS IoT and Sigfox) that solve real-world problems like dementia patient tracking, elderly home monitoring, food safety, campus security, AED management, realtime asset tracking.</p></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<section class="work-item">
|
||
|
||
<input id="work-item-2" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="work-item-2"></label>
|
||
|
||
<header>
|
||
<div class="position">Chief Technology Officer</div>
|
||
<div class="company">UnaBiz</div>
|
||
<div class="date">
|
||
<span class="startDate">August 2016</span>
|
||
<span class="endDate">- April 2018</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="location">
|
||
<span class="fa fa-map-marker"></span>
|
||
<span class="countryCode">(SG)</span>
|
||
<span class="region">Singapore</span>
|
||
</span>
|
||
<span class="website">
|
||
<a target="_blank" href="https://unabiz.com">https://unabiz.com</a>
|
||
</span> <div class="item" id="work-item">
|
||
<div class="summary">
|
||
<p><p>As former CTO of UnaBiz, he was responsible for creating new tools and systems to help people get onboard with Sigfox the quickest way possible.</p></p>
|
||
</div>
|
||
<ul class="highlights">
|
||
<li><p>(1) UnaLocation - Enhanced Sigfox Geolocation with Machine Learning; (2) UnaRadar - Sigfox Network Finder mobile web app; (3) UnaMap - Sigfox Coverage Web Map; (4) UnaShield - Sigfox Shield for Arduino; (5) UnaBell - Smart Button on Sigfox; (6) sigfox-gcloud - Open Source Sigfox Server for Google Cloud; (7) sigfox-aws - Open Source Sigfox Server for Amazon Web Services</p></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<section class="work-item">
|
||
|
||
<input id="work-item-3" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="work-item-3"></label>
|
||
|
||
<header>
|
||
<div class="position">Principal Consultant</div>
|
||
<div class="company">Konica Minolta Business Innovation Centre</div>
|
||
<div class="date">
|
||
<span class="startDate">November 2014</span>
|
||
<span class="endDate">- September 2016</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="location">
|
||
<span class="fa fa-map-marker"></span>
|
||
<span class="countryCode">(SG)</span>
|
||
<span class="region">Singapore</span>
|
||
</span>
|
||
<span class="website">
|
||
<a target="_blank" href="https://bic.konicaminolta.asia">https://bic.konicaminolta.asia</a>
|
||
</span> <div class="item" id="work-item">
|
||
<div class="summary">
|
||
<p><p>He heads the software development/engineering team that architects, develops and executes proof-of-concept (POC) projects for incubating new businesses for Konica Minolta. He was also consulted for technical due diligence in investment projects and acquisitions.</p></p>
|
||
</div>
|
||
<ul class="highlights">
|
||
<li><p>(1) Straight-Through Food & Beverage Ordering System with iOS and Android mobile apps and Kitchen Display System; (2) Bluetooth Beacon Location Analytics for Android and iOS</p></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<section class="work-item">
|
||
|
||
<input id="work-item-4" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="work-item-4"></label>
|
||
|
||
<header>
|
||
<div class="position">Chief Technology Officer</div>
|
||
<div class="company">SingTel L!feLabs</div>
|
||
<div class="date">
|
||
<span class="startDate">June 2009</span>
|
||
<span class="endDate">- November 2014</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="location">
|
||
<span class="fa fa-map-marker"></span>
|
||
<span class="countryCode">(SG)</span>
|
||
<span class="region">Singapore</span>
|
||
</span>
|
||
<span class="website">
|
||
<a target="_blank" href="https://singtel.com">https://singtel.com</a>
|
||
</span> <div class="item" id="work-item">
|
||
<div class="summary">
|
||
<p><p>Reports directly to CEO Group Digital L!fe, Mr Allen Lew. Responsible for scanning of innovative ICT technologies worldwide and executing proof-of-concept (POC) projects for the SingTel Group. He was also consulted for technical due diligence in SingTel Innov8 investment projects and SingTel Group Strategy acquisitions.</p></p>
|
||
</div>
|
||
<ul class="highlights">
|
||
<li><p>(1) Internet of Things (IoT); (2) Indoor Positioning; (3) Smart Retail; (4) Social Recommendation based on Facebook profiling; (5) Speech Recognition for Singapore English; (6) Image Recognition for Retail; (7) Motion Gesture User Experience; (8) Augmented Reality; (9) Cloud Gaming; (10) Virtual Reality; (11) Video Streaming and Distribution; (12) Home Automation</p></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
<section class="work-item">
|
||
|
||
<input id="work-item-5" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="work-item-5"></label>
|
||
|
||
<header>
|
||
<div class="position">Principal Consultant</div>
|
||
<div class="company">NCS Pte Ltd</div>
|
||
<div class="date">
|
||
<span class="startDate">September 1994</span>
|
||
<span class="endDate">- September 2012</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="location">
|
||
<span class="fa fa-map-marker"></span>
|
||
<span class="countryCode">(SG)</span>
|
||
<span class="region">Singapore</span>
|
||
</span>
|
||
<span class="website">
|
||
<a target="_blank" href="https://www.ncs.com.sg">https://www.ncs.com.sg</a>
|
||
</span> <div class="item" id="work-item">
|
||
<div class="summary">
|
||
<p><p>Lead Enterprise Architect for Microsoft .NET technologies in Singapore's largest system integrator</p></p>
|
||
</div>
|
||
<ul class="highlights">
|
||
<li><p>(1) IRAS Inland Revenue Integrated System; (2) Singapore Health Services Outpatient Administrative System; (3) Digital library systems for National Library Board, Singapore Polytechnic, Temasek Polytechnic, Singapore Airlines Engineering, SASCO; (4) Web portals for IDA MyeCitizen Portal, MINDEF NS Portal, MediaCorp MOBTV Portal; (5) YW8, Singapore’s first mobile payment system by NETS, DBS, SingTel, M1, StarHub</p></li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
</section>
|
||
<section class="section">
|
||
<header>
|
||
<h2 class='section-title'>Education <span class="item-count">(2)</span></h2>
|
||
</header>
|
||
|
||
<section id="education">
|
||
<section class="education-item">
|
||
<input id="education-item-0" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="education-item-0"></label>
|
||
<header>
|
||
<div class="header-left">
|
||
<div class="studyType">
|
||
Master of Science,
|
||
</div>
|
||
<div class="area">
|
||
Computer Science
|
||
</div>
|
||
<div class="institution">
|
||
University of Illinois at Urbana-Champaign
|
||
</div>
|
||
</div>
|
||
<div class="date">
|
||
<span class="startDate">
|
||
1991
|
||
</span>
|
||
<span class="endDate">
|
||
- 1992
|
||
</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="location">
|
||
<span class="fa fa-map-marker"></span>
|
||
<span class="countryCode">(US)</span>
|
||
<span class="region">USA</span>
|
||
</span>
|
||
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Research Assistant for CHOICES Object-Oriented Operating System</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="education-item">
|
||
<header>
|
||
<div class="header-left">
|
||
<div class="studyType">
|
||
Bachelor of Science,
|
||
</div>
|
||
<div class="area">
|
||
Computer Science
|
||
</div>
|
||
<div class="institution">
|
||
University of Toronto - University College
|
||
</div>
|
||
</div>
|
||
<div class="date">
|
||
<span class="startDate">
|
||
1988
|
||
</span>
|
||
<span class="endDate">
|
||
- 1990
|
||
</span>
|
||
</div>
|
||
</header>
|
||
|
||
<span class="location">
|
||
<span class="fa fa-map-marker"></span>
|
||
<span class="countryCode">(CA)</span>
|
||
<span class="region">Canada</span>
|
||
</span>
|
||
|
||
|
||
<div class="item">
|
||
</div>
|
||
</section>
|
||
</section>
|
||
</section>
|
||
<section class="section">
|
||
<header>
|
||
<h2 class='section-title'>Publications</h2>
|
||
</header>
|
||
<section id="publications">
|
||
<section class="publication-item">
|
||
<input id="publication-item-0" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-0"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/forgejo">Forgejo Git Forge for Apache NuttX RTOS (Experimental)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 January 2025
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Life Without GitHub: What's it like? Today we talk about Forgejo Git Forge, and whether Apache NuttX RTOS could possibly switch from GitHub to our own Git Forge.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-1" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-1"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/bisect">Git Bisecting a Bug (Apache NuttX RTOS)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 January 2025
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Suppose we hit a Runtime Bug in Apache NuttX RTOS. We think that the Breaking Commit (causing the bug) is somewhere inside these hundreds of NuttX Commits. But which one? In this article: We run Git Bisect to discover the Breaking Commit.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-2" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-2"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/mastodon">Mastodon Server for Continuous Integration (Apache NuttX RTOS)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 December 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>We're out for a 50 km overnight hike. Our Build Farm for Apache NuttX RTOS runs non-stop all day, all night. Continuously compiling over 1,000 NuttX Targets. Can we be 100% sure that NuttX is OK? Without getting spammed by alert emails all night? In this article: We talk about Mastodon as a fun new way to broadcast NuttX Alerts in real time.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-3" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-3"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sponsor">Buy a Coffee for Lup Yuen Lee</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 December 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Please sponsor my open-source writing and projects. Thank you so much!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-4" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-4"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ci7">Failing a Continuous Integration Test for Apache NuttX RTOS (QEMU RISC-V)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 December 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Every Day: Apache NuttX RTOS on QEMU RISC-V Emulator fails our Continuous Integration Test. The Bug Stops Here! In this article, we study the internals of a NuttX CI Test (Continuous Integration) as we fix the bug.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-5" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-5"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ci6">Rewinding a Build for Apache NuttX RTOS (Docker)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 December 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>When something breaks the Daily Build for Apache NuttX RTOS: Our NuttX Maintainers will scramble to identify the Breaking Commit. Not any more! Now we can go back in time and Rewind The Build.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-6" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-6"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ci5">macOS Build Farm for Apache NuttX RTOS (Apple Silicon)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
8 December 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Folks on macOS: Compiling Apache NuttX RTOS used to be so tiresome. Not any more! In this article, we explain how to build anything on macOS, by patching the NuttX CI Script. Which also becomes our macOS Build Farm.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-7" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-7"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ci4">Continuous Integration Dashboard for Apache NuttX RTOS (Prometheus and Grafana)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 November 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Last article we spoke about the (Twice) Daily Builds for Apache NuttX RTOS. Today we talk about Monitoring the Daily Builds (also the NuttX Build Farm) with our new NuttX Dashboard.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-8" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-8"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ci3">Optimising the Continuous Integration for Apache NuttX RTOS (GitHub Actions)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
10 November 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Within Two Weeks: We squashed our GitHub Actions spending from $4,900 (weekly) down to $890. Previously: Our developers waited 2.5 Hours for a Pull Request to be checked. Now we wait at most 1.5 Hours! This article explains everything we did in the (Semi-Chaotic) Two Weeks for Apache NuttX RTOS.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-9" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-9"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ci2">Your very own Build Farm for Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 October 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Refurbished Ubuntu PCs have become quite affordable. Let's turn them into a (Low-Cost) Build Farm for Apache NuttX RTOS, thanks to the Docker Image provided by NuttX.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-10" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-10"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/llm">LLM Bot that reviews Pull Requests for Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 September 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>We’re experimenting with an LLM Bot (Large Language Model) that will review Pull Requests for Apache NuttX RTOS. This article explains how we created the Bot in One Week... By sheer accident!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-11" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-11"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ci">Continuous Integration for Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 September 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>This article explains how Apache NuttX RTOS is running Continuous Integration with GitHub Actions. Every NuttX Pull Request will trigger 1,594 NuttX Builds!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-12" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-12"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rust6">Early Days of Rust Apps on Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 August 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>My student Rushabh Gala has just completed his project for Google Summer of Code, on creating Safer Rust Apps for Apache NuttX RTOS. In this article we walk through Rushabh’s contributions, and understand how we’re evolving Rust Apps for NuttX.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-13" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-13"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sg2000b">RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 / Milk-V Duo S)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 July 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Earlier this year we made a RISC-V Emulator for Ox64 BL808 SBC, thanks to our customised TinyEMU RISC-V Emulator. (Not the small flightless bird) Now that NuttX supports Sophgo SG2000 SoC: Let's create a similar emulator for Pine64 Oz64 SBC and Milk-V Duo S!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-14" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-14"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sg2000a">Daily Automated Testing for Milk-V Duo S RISC-V SBC (IKEA TRETAKT / Apache NuttX RTOS)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
23 June 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Last week we upstreamed Milk-V Duo S SBC to Apache NuttX RTOS. (Based on Sophgo SG2000 RISC-V SoC) But NuttX Mainline changes every day. Will Milk-V Duo S suffer “Software Bit Rot”? And fail to boot NuttX someday? Let’s do Daily Automated Testing for NuttX on a Milk-V Duo S SBC, controlled by an IKEA Smart Power Plug with Home Assistant API.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-15" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-15"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/nuttx#tinyemu-risc-v-emulator-for-apache-nuttx-rtos">(Slides) TinyEMU RISC-V Emulator for Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2024
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What if we could boot and test Apache NuttX RTOS inside a Web Browser? This presentation explains how we created a NuttX Emulator in WebAssembly, based on TinyEMU RISC-V Emulator.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-16" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-16"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://youtu.be/JlEo3lfi0CU">(Video) TinyEMU RISC-V Emulator for Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2024
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What if we could boot and test Apache NuttX RTOS inside a Web Browser? This presentation explains how we created a NuttX Emulator in WebAssembly, based on TinyEMU RISC-V Emulator.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-17" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-17"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/nuttx#adventures-of-ox64-bl808-risc-v-sbc-with-apache-nuttx-rtos">(Slides) Adventures of Ox64 BL808 RISC-V SBC with Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2024
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>We ported Apache NuttX RTOS to PINE64’s Ox64 BL808 64-bit Single-Board Computer. And we created an Emulator for Ox64 SBC that runs in the Web Browser, thanks to TinyEMU RISC-V Emulator. Today we run Daily Automated Testing of NuttX on the Ox64 Emulator. In this presentation we explain how we used the Ox64 Emulator in our experiments with WebAssembly and NuttX: (1) Testing the TCC RISC-V Compiler in WebAssembly (2) Porting the QuickJS JavaScript Engine to NuttX (3) Creating a Drag-n-Drop App Builder for NuttX</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-18" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-18"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://youtu.be/Eoy-X4ouuLI">(Video) Adventures of Ox64 BL808 RISC-V SBC with Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2024
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>We ported Apache NuttX RTOS to PINE64’s Ox64 BL808 64-bit Single-Board Computer. And we created an Emulator for Ox64 SBC that runs in the Web Browser, thanks to TinyEMU RISC-V Emulator. Today we run Daily Automated Testing of NuttX on the Ox64 Emulator. In this presentation we explain how we used the Ox64 Emulator in our experiments with WebAssembly and NuttX: (1) Testing the TCC RISC-V Compiler in WebAssembly (2) Porting the QuickJS JavaScript Engine to NuttX (3) Creating a Drag-n-Drop App Builder for NuttX</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-19" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-19"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/nuttx#analysis-of-real-time-logs-for-apache-nuttx-rtos-with-purescript">(Slides) Analysis of Real-Time Logs for Apache NuttX RTOS with PureScript</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2024
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Today we can get Real-Time NuttX Logs from our RISC-V Devices: Ox64 SBC (Web Serial API) and Ox64 Emulator (Term.js). What if we could analyse the RISC-V Logs in Real-Time? And show the results in the Web Browser? Let’s do it with PureScript, the Functional Language that compiles to JavaScript. We’ll also support Online Scripting of PureScript for Log Parsing. Can we enhance the NuttX Developer Experience with Functional Programming Tools like PureScript? Or newer hardware like PINE64 Ox64 SBC and Sophgo SG2000 / Milk-V Duo S? Let’s chat about this.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-20" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-20"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://youtu.be/d09SNQye2tc">(Video) Analysis of Real-Time Logs for Apache NuttX RTOS with PureScript</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2024
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Today we can get Real-Time NuttX Logs from our RISC-V Devices: Ox64 SBC (Web Serial API) and Ox64 Emulator (Term.js). What if we could analyse the RISC-V Logs in Real-Time? And show the results in the Web Browser? Let’s do it with PureScript, the Functional Language that compiles to JavaScript. We’ll also support Online Scripting of PureScript for Log Parsing. Can we enhance the NuttX Developer Experience with Functional Programming Tools like PureScript? Or newer hardware like PINE64 Ox64 SBC and Sophgo SG2000 / Milk-V Duo S? Let’s chat about this.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-21" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-21"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sg2000">Apache NuttX RTOS on Sophgo SG2000 RISC-V SoC (Milk-V Duo S / Oz64 SBC)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 May 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Soon we'll see many new 64-bit RISC-V SBCs based on the Sophgo SG2000 RISC-V SoC. Will they work with Apache NuttX RTOS? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-22" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-22"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rust5">Rust Apps on Ox64 BL808 RISC-V SBC and Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 May 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Will Rust Apps run on a 64-bit RISC-V SBC? Like Ox64 BL808 SBC? Let's find out with Apache NuttX RTOS!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-23" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-23"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rust4">Rust Custom Target for QEMU RISC-V on Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 April 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Our Rust App compiles for Software Floating-Point, but Apache NuttX RTOS expects Hardware Floating-Point... Let's fix this with a Rust Custom Target for QEMU RISC-V</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-24" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-24"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rust3">Rust Apps on Apache NuttX RTOS and QEMU RISC-V</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 April 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Here's how we run Rust Apps on Apache NuttX RTOS and QEMU RISC-V Emulator.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-25" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-25"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/purescript">Too many Embedded Logs? PureScript might help (Ox64 BL808 SBC / Apache NuttX RTOS)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 March 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Troubleshooting Crash Dumps for Apache NuttX RTOS will become a little less painful... Thanks to our new NuttX Log Parser! This is how we created with PureScript, a Real-Time Parser and Explainer for RISC-V Exceptions and Stack Dumps.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-26" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-26"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/quickjs2">(Homage to MakeCode) Coding Ox64 BL808 SBC the Drag-n-Drop Way</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 February 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Remember Makecode? BBC micro:bit and its Drag-n-Drop App Builder? Let's give MakeCode a wholesome wholesale makeover... With Blockly, QuickJS JavaScript Engine, Apache NuttX RTOS and Ox64 BL808 64-bit RISC-V SBC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-27" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-27"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/quickjs">QuickJS JavaScript Engine on a Real-Time Operating System (Apache NuttX RTOS)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 February 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Can we run QuickJS JavaScript Engine on Apache NuttX RTOS? And Blink the LED on Ox64 BL808 RISC-V SBC... In 4 lines of JavaScript? Let’s do it!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-28" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-28"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/romfs">Zig runs ROM FS Filesystem in the Web Browser (thanks to Apache NuttX RTOS)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 February 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>We solve a hefty headache in our port of TCC Compiler to WebAssembly: Missing C Header Files... Thanks to the ROM FS Filesystem and the ROM FS Driver from Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-29" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-29"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tcc">TCC RISC-V Compiler runs in the Web Browser (thanks to Zig Compiler)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 February 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Today we're running Apache NuttX RTOS inside a Web Browser. What if we could compile and test NuttX Apps in the Web Browser? Let's explore with TCC 64-bit RISC-V Compiler, compiled to WebAssembly with Zig Compiler.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-30" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-30"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tinyemu3">Automated Testing with Ox64 BL808 Emulator (Apache NuttX RTOS)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 January 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Every day we're auto-building Apache NuttX RTOS for Ox64 BL808 SBC... Can we test NuttX on Ox64 Emulator automatically after building? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-31" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-31"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tinyemu2">Emulate Ox64 BL808 in the Web Browser: Experiments with TinyEMU RISC-V Emulator and Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 January 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's create a barebones Ox64 BL808 Emulator that runs in the Web Browser... By tweaking TinyEMU RISC-V Emulator and booting Apache NuttX RTOS without any modification</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-32" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-32"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tinyemu">Apache NuttX RTOS in a Web Browser? Adventures with TinyEMU and VirtIO</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
14 January 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Here's how we boot and run Apache NuttX RTOS in the Web Browser... Thanks to TinyEMU RISC-V Emulator, VirtIO Virtual Devices and OpenAMP Library</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-33" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-33"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/nim">Nim on a Real-Time Operating System: Apache NuttX RTOS + Ox64 BL808 SBC</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
1 January 2024
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's blink an LED on Pine64 Ox64 BL808 64-bit RISC-V Single-Board Computer... With Nim Programming Language and Apache NuttX Real-Time Operating System</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-34" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-34"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://www.hackster.io/lupyuen/8-risc-v-sbc-on-a-real-time-operating-system-ox64-nuttx-474358">$8 RISC-V SBC on a Real-Time Operating System: Ox64 + NuttX</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in hackster.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 December 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Bare Metal Experiments with Apache NuttX RTOS (Real-Time Operating System) on the affordable Pine64 Ox64 BL808 64-bit RISC-V SBC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-35" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-35"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/plic3">Fixed the UART Interrupt and Platform-Level Interrupt Controller (Ox64 BL808)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
10 December 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Weak Ordering in the Ox64 BL808 Memory Management Unit (T-Head C906)... Causes problems with UART Interrupts and the Platform-Level Interrupt Controller</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-36" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-36"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/plic2">RISC-V Ox64 BL808 SBC: UART Interrupt and Platform-Level Interrupt Controller (PLIC)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 December 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>We dive into the Platform-Level Interrupt Controller (PLIC) for the tiny adorable Pine64 Ox64 BL808 64-bit Single-Board Computer... Using Apache NuttX Real-Time Operating System to explain the inner workings of PLIC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-37" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-37"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/app">RISC-V Ox64 BL808 SBC: NuttX Apps and Initial RAM Disk</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
26 November 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>(1) What's inside an Application for Apache NuttX RTOS (2) How it calls the NuttX Kernel (3) How NuttX Apps are bundled into the Initial RAM Disk for Pine64 Ox64 BL808 RISC-V SBC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-38" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-38"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/mmu">RISC-V Ox64 BL808 SBC: Sv39 Memory Management Unit</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 November 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's boot Apache NuttX RTOS on Pine64 Ox64 64-bit RISC-V SBC... And figure out how the Sv39 Memory Management Unit works</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-39" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-39"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ox2">RISC-V Ox64 BL808 SBC: Starting Apache NuttX Real-Time Operating System</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 November 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's boot a tiny bit of Apache NuttX Real-Time Operating System... On Pine64 Ox64 BL808 RISC-V SBC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-40" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-40"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ox64">Ox64 BL808 RISC-V SBC: Booting Linux and (maybe) Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 November 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's boot Linux on Pine64 Ox64 BL808 RISC-V SBC... As we figure out how Apache NuttX RTOS might run on Ox64</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-41" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-41"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sbi">Star64 JH7110 RISC-V SBC: Experiments with OpenSBI (Supervisor Binary Interface)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 October 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's boot Apache NuttX RTOS on the Star64 JH7110 RISC-V SBC (VisionFive5 too)... And experiment with the OpenSBI Supervisor Binary Interface</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-42" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-42"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tftp2">Strange Workaround for TFTP Timeout in U-Boot Bootloader (Star64 JH7110 RISC-V SBC)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
6 October 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Here's how we fixed TFTP Timeouts in the Star64 JH7110 U-Boot Bootloader... By sending every TFTP Data Packet twice</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-43" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-43"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://docs.google.com/presentation/d/15qIBW4hoCwGCX5KGwjjV2Zo_G1M4At64UqztYBf8j08/edit?usp=sharing">(Slides) Apache NuttX RTOS for PINE64 PinePhone</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 September 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Smartphones are incredibly complex gadgets. What if we could learn the internals of smartphones... By booting Apache NuttX RTOS on our phone? Over the past year, we have ported NuttX to PINE64 PinePhone as an Educational Experiment. Today we can run NuttX Touchscreen Apps on PinePhone, based on Allwinner A64 SoC with Arm64 CPUs. NuttX on PinePhone will soon support Phone Calls and Text Messages on the 4G LTE Network. We hope NuttX will become a valuable tool for teaching the inner workings of modern smartphones.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-44" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-44"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://youtu.be/Eiact17m_g8?si=RuBjdPGJdfZ4tGie">(Video) Apache NuttX RTOS for PINE64 PinePhone</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 September 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Smartphones are incredibly complex gadgets. What if we could learn the internals of smartphones... By booting Apache NuttX RTOS on our phone? Over the past year, we have ported NuttX to PINE64 PinePhone as an Educational Experiment. Today we can run NuttX Touchscreen Apps on PinePhone, based on Allwinner A64 SoC with Arm64 CPUs. NuttX on PinePhone will soon support Phone Calls and Text Messages on the 4G LTE Network. We hope NuttX will become a valuable tool for teaching the inner workings of modern smartphones.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-45" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-45"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://docs.google.com/presentation/d/1FXHqfzEKwaI9ufcZ8x8rJwCfso2N9XoZeDtERRhqeNs/edit?usp=sharing">(Slides) PinePhone Touchscreen on NuttX: Handling MIPI DSI, Display Engine and I2C Touch Input</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 September 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>This presentation explains how we built the NuttX Drivers to support Touchscreen Apps on PINE64 PinePhone: (1) MIPI DSI on Allwinner A64 SoC (2) Allwinner Display Engine (3) Goodix I2C Touch Panel (4) Integration with LVGL Graphics Library. To derisk the development, we prototyped the NuttX Drivers in the Zig Programming Language, before rewriting to C.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-46" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-46"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://youtu.be/xpBzokOyvM0?si=MxnxyZK2t7vcLP3V">(Video) PinePhone Touchscreen on NuttX: Handling MIPI DSI, Display Engine and I2C Touch Input</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 September 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>This presentation explains how we built the NuttX Drivers to support Touchscreen Apps on PINE64 PinePhone: (1) MIPI DSI on Allwinner A64 SoC (2) Allwinner Display Engine (3) Goodix I2C Touch Panel (4) Integration with LVGL Graphics Library. To derisk the development, we prototyped the NuttX Drivers in the Zig Programming Language, before rewriting to C.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-47" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-47"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://docs.google.com/presentation/d/1aXM5JeuoXdGCkumZQL0Oe7ROBkVTgXhGZD7JfIzQGUI/edit?usp=sharing">(Slides) LVGL in WebAssembly: Building NuttX Touchscreen Apps with Zig and testing them in the Web Browser</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 September 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What if we could prototype and test Touchscreen Apps in the Web Browser, before running on a real device? In this presentation we explain how we compiled the LVGL Graphics Library to WebAssembly with Zig Compiler. We created a NuttX App in the Zig Programming Language that runs in the Web Browser, calling the LVGL Library in WebAssembly. We hope that this will someday enable NuttX Apps to be created and tested easily in the Web Browser.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-48" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-48"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://youtu.be/8gnD8pW7Bw8?si=cYf_7MYykx8AUTlf">(Video) LVGL in WebAssembly: Building NuttX Touchscreen Apps with Zig and testing them in the Web Browser</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX International Workshop 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 September 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What if we could prototype and test Touchscreen Apps in the Web Browser, before running on a real device? In this presentation we explain how we compiled the LVGL Graphics Library to WebAssembly with Zig Compiler. We created a NuttX App in the Zig Programming Language that runs in the Web Browser, calling the LVGL Library in WebAssembly. We hope that this will someday enable NuttX Apps to be created and tested easily in the Web Browser.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-49" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-49"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/display3">RISC-V Star64 JH7110: Power Up the Display Controller with U-Boot Bootloader</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 September 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's power up the DC8200 Display Controller inside Star64 JH7110 RISC-V Single-Board Computer... By running simple commands in the U-Boot Bootloader</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-50" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-50"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/display2">RISC-V Star64 JH7110: Inside the Display Controller</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
23 August 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's take a walk inside the Display Controller for Pine64's Star64 JH7110 RISC-V SBC... And find out how we'll create the Display Driver for Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-51" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-51"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://docs.google.com/presentation/d/1xB0uzIUlzbd5-Lkh9QGaJe5ZPlbgXTTDvDV5EWn3G0E/edit?usp=sharing">(Slides) What's inside a Smartphone? Exploring the internals with Apache NuttX Real-Time Operating System</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Apache Conference Asia 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 August 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Smartphones are incredibly complex gadgets. What if we could learn the internals of smartphones... By booting Apache NuttX RTOS (Real-Time Operating System) on our phone? Over the past year, we have written a series of 24 articles explaining the inner workings of PINE64 PinePhone, and how we implemented the smartphone features with Apache NuttX RTOS. The articles cover the essential (and esoteric) topics on smartphone technology: MIPI DSI LCD Display, I2C Touch Panel, USB Controller, LTE Modem, Accelerometer / Gyroscope, Arm64 Interrupts and many more. We are also experimenting with newer, easier ways to create Smartphone Apps, with LVGL Graphics Library, Zig Programming Language, WebAssembly Simulation and Arm64 Emulation.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-52" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-52"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://youtu.be/Wnrq9BlNP9o">(Video) What's inside a Smartphone? Exploring the internals with Apache NuttX Real-Time Operating System</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Apache Conference Asia 2023
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 August 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Smartphones are incredibly complex gadgets. What if we could learn the internals of smartphones... By booting Apache NuttX RTOS (Real-Time Operating System) on our phone? Over the past year, we have written a series of 24 articles explaining the inner workings of PINE64 PinePhone, and how we implemented the smartphone features with Apache NuttX RTOS. The articles cover the essential (and esoteric) topics on smartphone technology: MIPI DSI LCD Display, I2C Touch Panel, USB Controller, LTE Modem, Accelerometer / Gyroscope, Arm64 Interrupts and many more. We are also experimenting with newer, easier ways to create Smartphone Apps, with LVGL Graphics Library, Zig Programming Language, WebAssembly Simulation and Arm64 Emulation.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-53" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-53"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://www.hackster.io/lupyuen/rtos-on-a-risc-v-sbc-star64-jh7110-apache-nuttx-2a7429">RTOS on a RISC-V SBC: Star64 JH7110 + Apache NuttX</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in hackster.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
8 August 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Here's how we boot a Real-Time Operating System (Apache NuttX) on the Star64 JH7110 64-bit RISC-V Single-Board Computer</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-54" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-54"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/release">Star64 JH7110 + NuttX RTOS: Creating the First Release for the RISC-V SBC</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 August 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Pine64's Star64 JH7110 RISC-V SBC is now supported in Apache NuttX RTOS Mainline! Let's review how we created the first release of NuttX for Star64</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-55" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-55"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/plic">Star64 JH7110 + NuttX RTOS: RISC-V PLIC Interrupts and Serial I/O</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 August 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache NuttX RTOS on Pine64's Star64 JH7110 RISC-V SBC has a problem with Serial I/O Interrupts and the RISC-V Platform-Level Interrupt Controller (PLIC)... Let's fix this!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-56" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-56"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/semihost">Star64 JH7110 + NuttX RTOS: RISC-V Semihosting and Initial RAM Disk</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 July 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache NuttX RTOS crashes on Pine64's Star64 JH7110 RISC-V SBC because there's no Semihosting. But no worries! We modified NuttX to boot with an Initial RAM Disk instead (initrd).</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-57" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-57"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/privilege">Star64 JH7110 + NuttX RTOS: RISC-V Privilege Levels and UART Registers</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 July 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>We're porting Apache NuttX RTOS to Pine64's Star64 JH7110 RISC-V SBC... And we see interesting issues with RISC-V Privilege Levels and 16550 UART Registers</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-58" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-58"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tftp">Star64 JH7110 RISC-V SBC: Boot from Network with U-Boot and TFTP</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 July 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's boot Apache NuttX RTOS (or Linux) over the Network with U-Boot Bootloader and TFTP... On Pine64's Star64 JH7110 RISC-V Single-Board Computer</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-59" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-59"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/nuttx2">Apache NuttX RTOS on RISC-V: Star64 JH7110 SBC</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
9 July 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>(Partially) Booting Apache NuttX Real-Time Operating System on Pine64's Star64 64-bit RISC-V Single-Board Computer, based on StarFive JH7110 SoC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-60" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-60"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/linux">Booting RISC-V Linux on Star64 JH7110 SBC</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 July 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Watch what happens when we boot Yocto and Armbian Linux on Pine64's Star64 64-bit RISC-V Single-Board Computer, based on StarFive JH7110 SoC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-61" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-61"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/star64">Inspecting the RISC-V Linux Images for Star64 SBC</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
30 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's look inside the Linux Images for Pine64's Star64 64-bit RISC-V Single-Board Computer: Armbian and Yocto</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-62" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-62"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/riscv">64-bit RISC-V with Apache NuttX Real-Time Operating System</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's boot Apache NuttX Real-Time Operating System on a 64-bit RISC-V Device (QEMU Emulator) and explore the Boot Code inside NuttX</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-63" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-63"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/pinephone2">NuttX RTOS for PinePhone: The First Year</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>2023 has been an awesome year for Apache NuttX RTOS on Pine64 PinePhone! Let's review the features that we've implemented... And what we'll do next</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-64" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-64"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lvgl4">NuttX RTOS for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
10 June 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we created the LVGL Feature Phone UI for Pine64 PinePhone on Apache NuttX RTOS... By tweaking and testing in a Web Browser!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-65" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-65"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lvgl3">(Possibly) LVGL in WebAssembly with Zig Compiler</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
31 May 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Can we preview an LVGL App in the Web Browser... With WebAssembly and Zig Compiler? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-66" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-66"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sourdough">Recipe for Wholemeal Sourdough with Bread Machine</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 May 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Yep it's a Sourdough Recipe</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-67" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-67"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://www.hackster.io/lupyuen/inside-a-smartphone-accelerometer-pinephone-with-nuttx-rtos-b92b58">Inside a Smartphone Accelerometer: PinePhone with NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in hackster.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 May 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>When we tilt our Smartphone from Portrait to Landscape... How does it know that we're tilting our phone? Watch what happens when we snoop the MPU-6050 Accelerometer Data from PinePhone with Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-68" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-68"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lte2">NuttX RTOS for PinePhone: Phone Calls and Text Messages</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 May 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Making Phone Calls and Sending SMS Text Messages with PinePhone's Quectel EG25-G 4G LTE Modem... How we'll do it with Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-69" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-69"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lte">NuttX RTOS for PinePhone: 4G LTE Modem</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 April 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>All about the Quectel EG25-G 4G LTE Modem inside Pine64 PinePhone... And how we'll control it with Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-70" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-70"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/usb3">NuttX RTOS for PinePhone: Simpler USB with EHCI (Enhanced Host Controller Interface)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 March 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Porting the Enhanced Host Controller Interface (EHCI) USB Driver... From Apache NuttX RTOS to Pine64 PinePhone</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-71" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-71"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/unicorn2">(Clickable) Call Graph for Apache NuttX Real-Time Operating System</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 March 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Here's how Apache NuttX RTOS boots on Pine64 PinePhone... Visualised as a Call Graph with Unicorn Emulator and Rust</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-72" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-72"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/unicorn">(Possibly) Emulate PinePhone with Unicorn Emulator</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 February 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>To make PinePhone testing easier... Can we emulate Arm64 PinePhone with Unicorn Emulator? Let's find out! We'll call the Unicorn Emulator in Rust</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-73" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-73"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/usb2">NuttX RTOS for PinePhone: Exploring USB</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
20 February 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What's inside the USB Controller of Pine64 PinePhone... And how we'll create a USB Driver for Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-74" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-74"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/terminal">NuttX RTOS for PinePhone: LVGL Terminal for NSH Shell</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 February 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's build a Terminal App for PinePhone... With LVGL and Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-75" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-75"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/chatgpt">Apache NuttX RTOS trips ChatGPT</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 January 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>ChatGPT (the AI chatbot) will gladly answer questions about Apache NuttX RTOS! But the answers aren't always correct. Let's turn this into a learning opportunity, and understand why ChatGPT's answers are incorrect</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-76" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-76"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lvgl2">NuttX RTOS for PinePhone: Boot to LVGL</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 January 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we configure Apache NuttX RTOS to boot an LVGL Touchscreen App on Pine64 PinePhone</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-77" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-77"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/touch2">NuttX RTOS for PinePhone: Touch Panel</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 January 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>All about the Capacitive Touch Panel inside Pine64 PinePhone... And how we created the PinePhone Touch Panel Driver for Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-78" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-78"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/what">NuttX RTOS for PinePhone: What is it?</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 January 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's talk about Apache NuttX RTOS for Pine64 PinePhone: What is it? Why are we doing this? How will we use it?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-79" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-79"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/fb">NuttX RTOS for PinePhone: Framebuffer</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
1 January 2023
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How NuttX Apps call the NuttX Framebuffer Interface to render graphics... And what's inside the Framebuffer Driver for Pine64 PinePhone</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-80" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-80"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lcd">NuttX RTOS for PinePhone: LCD Panel</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 December 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache NuttX RTOS now boots with a Test Pattern on Pine64 PinePhone! Let's find out what's inside our new NuttX Driver for PinePhone's LCD Panel.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-81" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-81"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/de3">NuttX RTOS for PinePhone: Display Engine</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
23 December 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache NuttX Kernel now supports Allwinner A64 Display Engine on Pine64 PinePhone! Here's how we call it to render graphics on PinePhone's LCD Display</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-82" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-82"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/dsi3">NuttX RTOS for PinePhone: MIPI Display Serial Interface</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 December 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache NuttX Kernel has a driver for MIPI Display Serial Interface... Here's how it will be called for rendering PinePhone's LCD Display</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-83" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-83"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/pr">Preparing a Pull Request for Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 November 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Here are the steps to prepare a Pull Request for Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-84" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-84"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/de2">NuttX RTOS for PinePhone: Render Graphics in Zig</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 November 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we render graphics directly to PinePhone's Display Hardware... With the Zig Programming Language and Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-85" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-85"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/de">Rendering PinePhone's Display (DE and TCON0)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
30 October 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How does Pine64 PinePhone render graphics on its LCD Display? Let's find out about the Allwinner A64 SoC's Display Engine (DE) and Timing Controller (TCON0).</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-86" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-86"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/dsi2">NuttX RTOS for PinePhone: Display Driver in Zig</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 October 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's build a PinePhone Display Driver in Zig... That will run on Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-87" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-87"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/dsi">Understanding PinePhone's Display (MIPI DSI)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 October 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How does Pine64 PinePhone control its LCD Display over MIPI Display Serial Interface? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-88" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-88"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/nuttx#nuttx-on-a-risc-v-iot-gadget-pinedio-stack-bl604">NuttX on a RISC-V IoT Gadget: PineDio Stack BL604</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX Online Workshop 2022
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 September 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Pine64’s PineDio Stack BL604 is a RISC-V board that’s packed with IoT features: Touchscreen, LoRa, WiFi, BLE, GPS and more. In this presentation we’ll talk about the porting of NuttX to PineDio Stack, how we simplified the developer onboarding, and our plans to support LoRaWAN and LVGL Apps in Zig.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-89" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-89"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/nuttx#visual-programming-with-zig-and-nuttx-sensors">Visual Programming with Zig and NuttX Sensors</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX Online Workshop 2022
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 September 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What if we could drag-and-drop NuttX Sensors to create IoT Apps? In this presentation we’ll explore Blockly, the web-based toolkit for Visual Programming, and how we might customise Blockly to create NuttX Sensor Apps. We’ll also discuss the Zig Programming Language, and why Blockly will generate NuttX Sensor Apps as Zig programs.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-90" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-90"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/nuttx#simpler-safer-lvgl-touchscreen-apps-with-zig-and-nuttx">Simpler, safer LVGL Touchscreen Apps with Zig and NuttX</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in NuttX Online Workshop 2022
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 September 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Is there a simpler and safer way to code Touchscreen Apps with the LVGL Graphics Library? In this presentation we’ll talk about migrating a NuttX LVGL App from C to Zig, and the benefits that it brings.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-91" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-91"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/pio">NuttX RTOS for PinePhone: Blinking the LEDs</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 September 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's experiment with the GPIO Hardware on Pine64 PinePhone... With a little help from Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-92" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-92"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/serial">NuttX RTOS for PinePhone: UART Driver</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
9 September 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Our PinePhone Operating System will be awfully quiet if we don't implement UART Input and Output... Here's how we implemented the UART Driver for Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-93" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-93"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/interrupt">NuttX RTOS for PinePhone: Fixing the Interrupts</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
1 September 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How Pine64 PinePhone handles Arm64 Interrupts with the Generic Interrupt Controller... And how we implemented PinePhone Interrupt Handling in Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-94" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-94"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/uboot">PinePhone boots Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 August 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we ported Apache NuttX RTOS to PinePhone... And what's inside the U-Boot Bootloader</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-95" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-95"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/arm">Apache NuttX RTOS on Arm Cortex-A53: How it might run on PinePhone</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 August 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache NuttX RTOS now runs on 64-bit Arm Cortex-A53 with Multi-Core Symmetric Multi-Processing... Will it run on PinePhone? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-96" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-96"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/visual">Visual Programming with Zig and NuttX Sensors</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 August 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What if we could drag-and-drop NuttX Sensors... To create IoT Sensor Apps in Zig? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-97" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-97"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/blockly">Zig Visual Programming with Blockly</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 August 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we create a Zig program visually with Blockly, the drag-n-drop way... And how we might use it to build Sensor IoT Apps for Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-98" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-98"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sensor">Read NuttX Sensor Data with Zig</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 July 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Using Zig to read Sensor Data on Apache NuttX RTOS... With Bosch BME280 Temperature / Humidity / Air Pressure Sensor</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-99" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-99"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lvgl">Build an LVGL Touchscreen App with Zig</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 July 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Can we use Zig to build an LVGL Touchscreen App for Apache NuttX RTOS? Also wrap the LVGL API in Zig to build simpler, safer LVGL Apps? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-100" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-100"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/pinephone">Build a PinePhone App with Zig and zgt</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 June 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Can we use Zig to code PinePhone Apps? Maybe make them simpler and safer? Let's find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-101" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-101"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/iot">Build an IoT App with Zig and LoRaWAN</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 June 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's build a complex IoT App with Zig and LoRaWAN... And run it on RISC-V BL602 with Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-102" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-102"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/zig">Zig on RISC-V BL602: Quick Peek with Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 June 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we run Zig on the BL602 RISC-V SoC... With Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-103" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-103"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/auto2">(Mostly) Automated Testing of Apache NuttX RTOS on PineDio Stack BL604 RISC-V Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 May 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Pine64 is about to launch the PineDio Stack BL604 RISC-V Board with LoRa and Touch Screen... Here's how we automatically flash and test every new release of Apache NuttX RTOS for PineDio Stack</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-104" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-104"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/expander">NuttX GPIO Expander for PineDio Stack BL604</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 May 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>PineDio Stack BL604 RISC-V Board has an interesting problem on Apache NuttX RTOS... Too many GPIOs! Let's fix this with a GPIO Expander</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-105" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-105"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/touch">NuttX Touch Panel Driver for PineDio Stack BL604</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 April 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we created the Apache NuttX RTOS Driver for Hynitron CST816S I2C Touch Panel... For PineDio Stack BL604 RISC-V Board</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-106" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-106"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/pinedio2">PineDio Stack BL604 runs Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 April 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Running Apache NuttX RTOS on PineDio Stack BL604 RISC-V board... With ST7789 Display, LVGL Graphics and LoRaWAN</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-107" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-107"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/st7789">ST7789 Display with LVGL Graphics on Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 April 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>RISC-V BL602 SoC with ST7789 SPI Display and LVGL Graphics Library... Let's make it work on Apache NuttX RTOS!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-108" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-108"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rusti2c">Rust talks I2C on Apache NuttX RTOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 March 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Reading the Bosch BME280 I2C Sensor with Rust Embedded HAL... On BL602 RISC-V SoC and Apache NuttX RTOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-109" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-109"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/bme280">Apache NuttX Driver for BME280 Sensor: Ported from Zephyr OS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
10 March 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache NuttX OS talks I2C with Bosch BME280 Sensor on BL602 RISC-V SoC... Thanks to the BME280 Driver ported from Zephyr OS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-110" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-110"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ikea">Connect IKEA Air Quality Sensor to Apache NuttX OS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 February 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we expose the UART Port on IKEA VINDRIKTNING Air Quality Sensor... And read the PM 2.5 data with PineDio Stack BL604 RISC-V Board</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-111" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-111"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/loader">BL602 EFlash Loader: Reverse Engineered with Ghidra</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 February 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What's inside the EFlash Loader that flashes all firmware to the BL602 RISC-V SoC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-112" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-112"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/auto">Auto Flash and Test NuttX on RISC-V BL602</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
26 January 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we automagically flash and test the daily build of Apache NuttX OS on BL602 RISC-V SoC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-113" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-113"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rust2">Rust on Apache NuttX OS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
12 January 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we run Rust programs on Apache NuttX OS... And transmit a LoRa Message with Rust</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-114" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-114"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/cbor2">Encode Sensor Data with CBOR on Apache NuttX OS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
10 January 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Compressing Sensor Data with CBOR on Apache NuttX OS... By calling TinyCBOR Library</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-115" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-115"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lorawan3">LoRaWAN on Apache NuttX OS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 January 2022
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Porting Semtech's LoRaWAN Stack to Apache NuttX OS... And testing it on PineDio Stack BL604 RISC-V Board</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-116" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-116"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sx1262">LoRa SX1262 on Apache NuttX OS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 December 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Porting the LoRa Driver for Semtech SX1262 from Linux to Apache NuttX OS... And testing it on PineDio Stack BL604 RISC-V Board</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-117" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-117"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/spi2">SPI on Apache NuttX OS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 December 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we transmit and receive data over SPI on Apache NuttX OS... By coding a NuttX Device Driver</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-118" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-118"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/nuttx">Apache NuttX OS on RISC-V BL602 and BL604</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 November 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build, flash and test the Apache NuttX operating system on BL602 and BL604 RISC-V SoCs</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-119" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-119"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/gateway">PineDio LoRa Gateway: Testing The Prototype</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 November 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we test the pre-production PineDio LoRa Gateway by Pine64... And connect it to The Things Network</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-120" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-120"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/usb">Build a Linux Driver for PineDio LoRa SX1262 USB Adapter</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 October 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build a LoRa SX1262 Driver for PineDio USB Adapter... And test it on Pinebook Pro</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-121" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-121"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/prometheus">Monitor IoT Devices in The Things Network with Prometheus and Grafana</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 October 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we monitor our IoT Sensor Devices connected to The Things Network... With Prometheus Time Series Database and Grafana Dashboards</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-122" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-122"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/payload">CBOR Payload Formatter for The Things Network</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 October 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we decode CBOR Sensor Data inside The Things Network... With a CBOR Payload Formatter</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-123" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-123"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tsen">Internal Temperature Sensor on BL602</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
14 October 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we read the Internal Temperature Sensor on the BL602 and BL604 RISC-V SoCs... And transmit to The Things Network</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-124" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-124"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/roblox">IoT Digital Twin with Roblox and The Things Network</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
8 October 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Can we use Roblox to monitor and control an IoT Device... Through LoRaWAN and The Things Network?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-125" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-125"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/cbor">Encode Sensor Data with CBOR on BL602</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 October 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we compress Sensor Data with CBOR... And transmit over LoRaWAN on the BL602 / BL604 RISC-V SoC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-126" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-126"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/grafana">Grafana Data Source for The Things Network</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 September 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we visualise Sensor Data from The Things Network... With a Custom MQTT Data Source in Grafana</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-127" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-127"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/ttn">The Things Network on PineDio Stack BL604 RISC-V Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 September 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we join The Things Network and send data to the cloud on the new PineDio Stack BL604 RISC-V Board</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-128" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-128"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lorawan2">LoRaWAN on PineDio Stack BL604 RISC-V Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
16 September 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we test LoRaWAN on the new PineDio Stack BL604 RISC-V Board</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-129" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-129"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rhai">Rust on RISC-V BL602: Rhai Scripting</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 September 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Can we drag-and-drop Rhai Scripts... And run them on WebAssembly and BL602 RISC-V SoC?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-130" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-130"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/pinedio">PineDio Stack BL604 RISC-V Board: Testing The Prototype</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 August 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What's it like to create Open Source Software for brand new prototype hardware? Read on to find out!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-131" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-131"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rustsim">Rust on RISC-V BL602: Simulated with WebAssembly</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
16 August 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Can we run Rust Firmware for BL602 RISC-V SoC in a Web Browser... Simulated with WebAssembly?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-132" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-132"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/adc">Rust on RISC-V BL602: Is It Sunny?</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 August 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we create Rust Firmware that reads Analog Inputs... With the Analog-to-Digital Converter on RISC-V BL602</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-133" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-133"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/bl706">RISC-V BL706 Audio Video Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
14 July 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What's inside the Bouffalo Lab RISC-V BL706 Audio Video Board... And how it differs from BL602</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-134" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-134"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/wifi">Reverse Engineering WiFi on RISC-V BL602</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 July 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What happens inside the WiFi Driver on RISC-V BL602... And how we found the incomplete source code for the driver</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-135" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-135"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/tflite">Machine Learning on RISC-V BL602 with TensorFlow Lite</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 June 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we run TensorFlow Lite on RISC-V BL602... To create a Glowing LED</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-136" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-136"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/boot">BL602 Bootloader</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
9 June 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>All about the BL602 RISC-V Bootloader... And how it loads the Application Firmware into XIP Flash Memory</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-137" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-137"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/wasm">Simulate RISC-V BL602 with WebAssembly, uLisp and Blockly</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 May 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we simulate the BL602 RISC-V SoC with uLisp in WebAssembly... And preview Blockly uLisp Apps in the Web Browser</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-138" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-138"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lisp">uLisp and Blockly on PineCone BL602 RISC-V Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
14 May 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Porting the uLisp Interpreter to PineCone BL602 RISC-V Board... And writing graphical programs with Blockly (Scratch)</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-139" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-139"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lorawan">PineCone BL602 Talks LoRaWAN</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 May 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we connect PineCone BL602 RISC-V Board to LoRaWAN... With the Pine64 RFM90 LoRa Module</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-140" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-140"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/wisgate">Build a LoRaWAN Network with RAKwireless WisGate Developer Gateway</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
30 April 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we set up our own LoRaWAN Network with RAKwireless RAK7248 WisGate Developer D4H Gateway... And test it with RAKwireless WisBlock in Arduino</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-141" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-141"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rust">Run Rust RISC-V Firmware with BL602 IoT SDK</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 April 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build, flash and run Rust firmware on BL602 RISC-V SoC... With the BL602 IoT SDK</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-142" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-142"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lora2">PineCone BL602 RISC-V Board Receives LoRa Packets</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 April 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How PineCone BL602 RISC-V Board with SX1276 receives LoRa packets... Transmitted by RAKwireless WisBlock</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-143" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-143"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/wisblock">RAKwireless WisBlock talks LoRa with PineCone BL602 RISC-V Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 March 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we receive LoRa packets transmitted by PineCone BL602 RISC-V Board ... With RAKwireless WisBlock in Arduino</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-144" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-144"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/lora">Connect PineCone BL602 to LoRa Transceiver</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 March 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we transmit LoRa packets on PineCone BL602 RISC-V Board ... With Semtech 1276 or Hope RF96</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-145" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-145"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/book">The RISC-V BL602 Book</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
20 February 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Your free open-source resource for learning RISC-V BL602 SoC</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-146" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-146"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/uart">PineCone BL602 Talks UART to Grove E-Ink Display</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 February 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we render an image with PineCone BL602 RISC-V Board ... On Grove Triple Colour E-Ink Display with UART Interface</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-147" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-147"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/display">PineCone BL602 Blasting Pixels to ST7789 Display with LVGL Library</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
16 February 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we render text and graphics on PineCone BL602 RISC-V Board ... With ST7789 SPI Display and LVGL Graphics Library</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-148" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-148"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/spi">PineCone BL602 talks SPI too!</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 February 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>PineCone BL602 RISC-V Board talks to BME280 Sensor over SPI... Let's find out how</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-149" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-149"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/i2c">PineCone BL602 talks to I2C Sensors</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 January 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we call the BL602 RISC-V Hardware Abstraction Layer to access the BME280 I2C Sensor</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-150" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-150"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/gpio">Mynewt GPIO ported to PineCone BL602 RISC-V Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 January 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we ported the BL602 RISC-V Hardware Abstraction Layer to Apache Mynewt ... Starting with GPIO</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-151" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-151"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/led">Control PineCone BL602 RGB LED with GPIO and PWM</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
6 January 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Explore the BL602 GPIO and PWM Demo Firmware... And how they call the GPIO and PWM Hardware Abstraction Layer</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-152" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-152"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/flash">Flashing Firmware to PineCone BL602</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
1 January 2021
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What happens when we flash RISC-V firmware to PineCone BL602 Board... And what's inside the BL602 Boot Image, Partition Table, Device Tree and EFuse Configuration</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-153" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-153"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/mynewt">Porting Mynewt to PineCone BL602</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 December 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we port Apache Mynewt embedded operating system to the PineCone BL602 RISC-V Board</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-154" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-154"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/advocate">Better Open Source Advocate</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 December 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>I made mistakes in 2020... Here's how I'll do better in 2021</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-155" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-155"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/debug">Debug Rust on PineCone BL602 with VSCode and GDB</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
14 December 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build and debug Embedded Rust Firmware for PineCone BL602... With VSCode and GDB</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-156" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-156"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/openocd">Connect PineCone BL602 to OpenOCD</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 December 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we connect PineCone BL602 Evaluation Board to OpenOCD... For flashing and debugging RISC-V firmware</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-157" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-157"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/pinecone">Quick Peek of PineCone BL602 RISC-V Evaluation Board</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 November 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>What's inside the PineCone BL602 Evaluation Board... And how we're using it to contribute to the RISC-V Open Source Ecosystem</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-158" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-158"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/handdrawn">(UNFINISHED) Draw your own PineTime Watch Face... From WebAssembly to Embedded Rust</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 November 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build a hand-drawn Watch Face for PineTime Smart Watch... Starting from WebAssembly to Embedded Rust</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-159" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-159"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/watchface">Create Your Own PineTime Watch Face in Rust... And Publish on crates.io</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 October 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build PineTime Watch Faces with Rust and LVGL... And publish them on crates.io</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-160" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-160"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/timesync">Bluetooth Time Sync and LVGL on PineTime Mynewt</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
16 October 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How PineTime syncs the time over Bluetooth LE with Mynewt and NimBLE... And how we create Watch Faces with LVGL</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-161" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-161"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-riot/articles/watch_face">Porting PineTime Watch Face from C to Rust On RIOT with LVGL</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 September 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Converting Embedded C to Rust is not that hard... Here's how we convert a PineTime Watch Face with LVGL from C to Rust on RIOT</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-162" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-162"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://summit.riot-os.org/2020/wp-content/uploads/sites/15/2020/09/s4-2-Lup-Yuen-Lee.pdf">Safer, Simpler Embedded Programs with Rust on RIOT (Presentation)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in RIOT Summit
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 September 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Tired of pointer problems on Embedded C? It’s time to switch over to a safer, simpler way of coding: Embedded Rust. We’ll look at Rust hosted on RIOT and how it’s used to create LVGL watch apps for PineTime Smart Watch.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-163" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-163"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://www.youtube.com/watch?v=LvfCSnOM1Hs">Safer, Simpler Embedded Programs with Rust on RIOT (Video)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in RIOT Summit
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 September 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Tired of pointer problems on Embedded C? It’s time to switch over to a safer, simpler way of coding: Embedded Rust. We’ll look at Rust hosted on RIOT and how it’s used to create LVGL watch apps for PineTime Smart Watch.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-164" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-164"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/simulator">Preview PineTime Watch Faces in your Web Browser with WebAssembly</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 August 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build and preview PineTime Watch Faces with only a web browser... No computer needed!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-165" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-165"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/cloud">Build PineTime Firmware in the Cloud with GitHub Actions</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 July 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Learn to build PineTime Smart Watch Firmware in the Cloud... No computer needed!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-166" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-166"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/wayland">Wayland and LVGL on PinePhone with Ubuntu Touch</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 July 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Learn about Wayland and Ubuntu Touch on PinePhone... And how we build PinePhone Apps with LVGL</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-167" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-167"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/ast">(UNFINISHED) Auto Convert Go to Dart with an Abstract Syntax Tree</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
9 July 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we convert Go code to Dart and Flutter automatically with an Abstract Syntax Tree</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-168" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-168"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/bloc">Flutter State Management with Bloc for PineTime Companion App</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 June 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we manage state with the Bloc Library in the Flutter Companion App (Android and iOS) for PineTime Smart Watch</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-169" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-169"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/pinetime">PineTime doesn't run Linux... But that's OK!</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 June 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Getting started with PineTime Smart Watch</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-170" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-170"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/gotk3">Your First GTK App with Go and VSCodium</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 June 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Creating desktop apps on Linux doesn't have to be hard... Let's build GTK+ 3 apps in Go with the gotk3 library!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-171" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-171"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/companion">Convert Go to Flutter and Dart for PineTime Companion App</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 June 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How we build the Flutter Companion App (Android and iOS) for PineTime Smart Watch by converting Go to Dart</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-172" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-172"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/flutter">Your First Bluetooth Low Energy App with Flutter</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 June 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Bluetooth Low Energy apps are ridiculously easy to code with Flutter and Dart, let me show you how!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-173" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-173"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/micropython">Porting MicroPython and wasp-os to Mynewt on PineTime Smart Watch (nRF52)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 June 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Making wasp-os truly awesome with full multitasking, interoperable firmware updates and a common companion app</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-174" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-174"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/dfutest">Wireless Firmware Update In Action on PineTime Smart Watch (nRF52)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
20 May 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Observe step-by-step the Wireless Firmware Update running on PineTime Smart Watch (nRF52) with MCUBoot Bootloader, NimBLE Bluetooth LE Stack and Apache Mynewt</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-175" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-175"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/mcuboot">MCUBoot Bootloader for PineTime Smart Watch (nRF52)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 May 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Wireless Firmware Updates done right on PineTime Smart Watch... With the open source MCUBoot Bootloader from Apache Mynewt and Zephyr</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-176" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-176"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/spiflash">Configure Mynewt for SPI Flash on PineTime Smart Watch (nRF52)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 May 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Configure Mynewt OS to enable access to SPI Flash Memory on PineTime Smart Watch</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-177" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-177"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/dfu">Firmware Update over Bluetooth Low Energy on PineTime Smart Watch</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 May 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Flash any firmware to PineTime from our mobile phone... Without opening the watch!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-178" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-178"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/pinetime-rust-mynewt/articles/chip8">CHIP-8 Game Emulator in Rust for PineTime Smart Watch</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 March 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Running Retro Games with Rust is not that hard on PineTime Smart Watch. Here's how I ported a CHIP-8 Game Emulator to PineTime</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-179" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-179"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://github.com/lupyuen/visual-embedded-rust">Visual Rust for PineTime Smart Watch</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Visual Studio Marketplace
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 March 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Create and edit Embedded Rust programs visually by dragging and dropping blocks</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-180" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-180"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/my-first-week-as-embedded-foss-advocate">My First Week As Embedded FOSS Advocate</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 February 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Have humans become so greedy for profit… That we have forgotten how to teach one another and advance our species?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-181" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-181"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/@ly.lee/debug-riot-os-on-pinetime-with-vscode-12f00c69c120">Debug RIOT-OS on PineTime with VSCode</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
2 February 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>VSCode debugging configuration for RIOT</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-182" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-182"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/@ly.lee/if-youre-in-the-east-please-consider-rust-23fa05873397">If you’re in the East, please consider Rust!</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 January 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Coding in Embedded C is like building a skyscraper without scaffolding</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-183" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-183"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/debug-rust-mynewt-firmware-for-pinetime-on-raspberry-pi">Debug Rust+Mynewt Firmware for PineTime on Raspberry Pi</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
23 January 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Using only a Raspberry Pi, we can debug the firmware on PineTime Smart Watch: Step into the flashed program line by line, set a breakpoint to pause execution at a line, inspect variables at runtime, … Just like the Embedded Pros!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-184" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-184"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/openocd-on-raspberry-pi-better-with-swd-on-spi">OpenOCD on Raspberry Pi: Better with SWD on SPI</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 January 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Instead of sending SWD data over GPIO one bit at a time, what if we could blast out the data over Raspberry Pi’s SPI interface?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-185" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-185"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/build-and-flash-rust-mynewt-firmware-for-pinetime-smart-watch">Build and Flash Rust+Mynewt Firmware for PineTime Smart Watch</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
8 January 2020
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Programming a PineTime is not that hard… All you need is a Raspberry Pi, some wires and a little creativity!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-186" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-186"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/optimising-pinetimes-display-driver-with-rust-and-mynewt">Optimising PineTime’s Display Driver with Rust and Mynewt</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 December 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Simple tweaks like Batched Updates and Non-Blocking SPI can have a huge impact on rendering performance</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-187" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-187"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/porting-druid-rust-widgets-to-pinetime-smart-watch">Porting [druid] Rust Widgets to PineTime Smart Watch</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
14 December 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Code Watch Apps in Rust the Declarative Way</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-188" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-188"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/my-5-year-iot-mission">My 5-Year IoT Mission</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 December 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>5 years ago I decided to fix every link in the IoT Chain so that we can create really useful and affordable IoT gadgets, the Lean and Agile Way</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-189" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-189"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/hey-gd32-vf103-on-risc-v-i-surrender-for-now">Hey GD32 VF103 on RISC-V: I surrender… For now</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
23 November 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Porting Mynewt OS to GD32 VF103 on RISC-V was a nightmare</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-190" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-190"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/building-a-rust-driver-for-pinetimes-touch-controller">Building a Rust Driver for PineTime’s Touch Controller</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 November 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Programming the Hynitron CST816S Capacitive Touch Controller</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-191" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-191"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/sneak-peek-of-pinetime-smart-watch-and-why-its-perfect-for-teaching-iot">Sneak Peek of PineTime Smart Watch… And why it’s perfect for teaching IoT</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 November 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>PineTime is the spiritual successor to BBC micro:bit</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-192" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-192"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/porting-apache-mynewt-os-to-gigadevice-gd32-vf103-on-risc-v">Porting Apache Mynewt OS to GigaDevice GD32 VF103 on RISC-V</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
30 October 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Many GD32 VF103 RISC-V developer boards are coming real soon... And Mynewt OS would be perfect for them</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-193" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-193"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/bluetooth-mesh-with-nrf52-and-apache-mynewt">Bluetooth Mesh with nRF52 and Apache Mynewt</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 October 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Set up an nRF52 mesh network, step by step, without any coding</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-194" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-194"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/coding-nrf52-with-rust-and-apache-mynewt-on-visual-studio-code">Coding nRF52 with Rust and Apache Mynewt on Visual Studio Code</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
3 October 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>nRF52 works with popular open-source tools on Windows and macOS like VSCode, OpenOCD, Rust and ST-Link</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-195" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-195"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/build-an-nb-iot-gps-tracker-on-stm32-l476-with-apache-mynewt-and-embedded-rust">Build an NB-IoT GPS Tracker on STM32 L476 with Apache Mynewt and Embedded Rust</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
22 September 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let’s build a simple gadget that determines its current location based on received GPS signals… And transmits the location to a server via NB-IoT</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-196" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-196"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/quick-peek-of-huawei-liteos-with-nb-iot-on-ghostyu-nb-ek-l476-developer-kit">Quick Peek of Huawei LiteOS with NB-IoT on Ghostyu NB-EK-L476 Developer Kit (STM32L476RCT6)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 September 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Peek into the LiteOS + Application source code that was bundled with the NB-IoT Developer Kit</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-197" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-197"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/low-power-nb-iot-on-stm32-blue-pill-with-apache-mynewt-and-embedded-rust">Low Power NB-IoT on STM32 Blue Pill with Apache Mynewt and Embedded Rust</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
30 August 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Learn to optimise the power consumption of the NB-IoT Sensor Application in the previous tutorial</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-198" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-198"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/visual-embedded-rust-programming-with-visual-studio-code">Visual Embedded Rust Programming with Visual Studio Code</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 August 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Create and edit Embedded Rust programs for STM32 Blue Pill and Apache Mynewt… By dragging and dropping blocks!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-199" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-199"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/advanced-topics-for-visual-embedded-rust-programming">Advanced Topics for Visual Embedded Rust Programming</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 August 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Watch what happens behind the scenes when you create a Visual Embedded Rust program</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-200" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-200"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/rust-rocks-nb-iot-stm32-blue-pill-with-quectel-bc95-g-on-apache-mynewt">Rust Rocks NB-IoT! STM32 Blue Pill with Quectel BC95-G on Apache Mynewt</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
4 August 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Hardly anyone writes embedded programs in Rust for microcontrollers (like STM32 Blue Pill), we all use C. But we really should switch to Rust!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-201" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-201"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/connect-stm32-blue-pill-to-nb-iot-with-quectel-bc95-g-and-apache-mynewt">Connect STM32 Blue Pill to NB-IoT with Quectel BC95-G and Apache Mynewt</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 July 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let’s build an IoT sensor with a real microcontroller — STM32 Blue Pill — and a real NB-IoT module — Quectel BC95-G!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-202" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-202"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/get-started-with-nb-iot-and-quectel-modules">Get Started with NB-IoT and Quectel modules</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
15 July 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How to use a Quectel evaluation board to send a CoAP message to the CoAP server hosted at thethings.io</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-203" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-203"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/@ly.lee/visual-programming-with-embedded-rust-yes-we-can-with-apache-mynewt-and-google-blockly-8b67ef7412d7">Visual Programming with Embedded Rust? Yes we can with Apache Mynewt and Google Blockly!</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 July 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Simpler embedded coding, the visual way</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-204" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-204"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/safer-simpler-embedded-rust-with-apache-mynewt-on-stm32-blue-pill">Safer, Simpler Embedded Rust with Apache Mynewt on STM32 Blue Pill</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 July 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Declarative and Procedural Macros (plus bindgen and tips for Visual Studio Code) to protect Embedded Rust coders from stumbling into embedded traps</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-205" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-205"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/hosting-embedded-rust-apps-on-apache-mynewt-with-stm32-blue-pill">Hosting Embedded Rust apps on Apache Mynewt with STM32 Blue Pill</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
9 June 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>It’s time to drop our legacy programming practices and adopt smarter, safer ways to exploit these microcontrollers… starting with Apache Mynewt and Rust.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-206" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-206"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/build-your-iot-sensor-network-stm32-blue-pill-nrf24l01-esp8266-apache-mynewt-thethings-io">Build Your IoT Sensor Network — STM32 Blue Pill + nRF24L01 + ESP8266 + Apache Mynewt + thethings.io</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 May 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's build a Sensor Network running on two Blue Pills with nRF24L01 and ESP8266</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-207" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-207"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/super-blue-pill-like-stm32-blue-pill-but-better">Super Blue Pill — Like STM32 Blue Pill, But Better!</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 May 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Friendlier for newbies, supports ESP8266 WiFi and nRF24L01</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-208" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-208"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/connect-stm32-blue-pill-to-esp8266-with-apache-mynewt">Connect STM32 Blue Pill to ESP8266 with Apache Mynewt</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
20 April 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>And WiFi Geolocation with ESP8266</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-209" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-209"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/create-your-iot-gadget-with-apache-mynewt-and-stm32-blue-pill">Create your IoT gadget with Apache Mynewt and STM32 Blue Pill</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
26 March 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Apache Mynewt is a free, open-source realtime operating system for microcontrollers</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-210" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-210"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194129/https://medium.com/@ly.lee/push-aws-iot-sensor-data-to-redshift-with-kinesis-firehose-385506264a00?source=friends_link&sk=bd45be8b48fbb328ed1d65d10a8d7c38">Push AWS IoT sensor data to Redshift with Kinesis Firehose</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
10 March 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>AWS IoT Rules Engine and Kinesis Firehose were designed to stream live sensor data into Redshift for storage and analysis</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-211" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-211"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194022/https://medium.com/@ly.lee/transform-and-import-a-json-file-into-amazon-redshift-with-aws-glue-3371006e03ca?source=friends_link&sk=a57bcec30f5b6b1c978dc4f35d8d6427">Transform and Import a JSON file into Amazon Redshift with AWS Glue</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
8 March 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>With AWS Glue it’s now possible to keep our Redshift data warehouses in sync with JSON-based data stores… So we may exploit the full potential of business analytics and machine learning in AWS!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-212" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-212"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194031/https://medium.com/@ly.lee/connecting-aws-lambda-node-js-to-redshift-or-postgresql-try-aws-lambda-layers-78e60c27f39b?source=friends_link&sk=84d0f78bddfece6049c2395741824e58">Connecting AWS Lambda Node.JS to Redshift or PostgreSQL? Try AWS Lambda Layers!</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
6 March 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>With Lambda Layers it’s really easy to connect our Node.js Lambda Function to Redshift or PostgreSQL</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-213" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-213"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/stm32-blue-pill-bootloading-the-webusb-bootloader">STM32 Blue Pill — Bootloading the WebUSB Bootloader</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
25 February 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How do we upgrade the Bootloader when it’s always running in the background, waiting for flashing requests? This article explains a special technique I used to upgrade the MakeCode Bootloader over WebUSB… I call it “Baseloading”</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-214" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-214"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/stm32-blue-pill-dissecting-the-webusb-bootloader-for-makecode">STM32 Blue Pill — Dissecting the WebUSB Bootloader for MakeCode</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
16 February 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Explore the innards of the MakeCode Bootloader that I have ported to Blue Pill</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-215" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-215"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/stm32-blue-pill-unit-testing-with-qemu-blue-pill-emulator">STM32 Blue Pill — Unit Testing with Qemu Blue Pill Emulator</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 February 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Computing sensor values in IoT devices can be prone to bugs… And Unit Testing can help to stop the bugs before they pollute the entire IoT chain</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-216" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-216"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/stm32-blue-pill-shrink-your-math-libraries-with-qfplib">STM32 Blue Pill – Shrink your math libraries with Qfplib</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
30 January 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Filling in tiny math functions with nano-float</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-217" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-217"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/stm32-blue-pill-analyse-and-optimise-your-ram-and-rom">STM32 Blue Pill — Analyse and Optimise Your RAM and ROM</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 January 2019
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Learn the tips and tools to prevent Blue Pill Bloat</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-218" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-218"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://lupyuen.github.io/articles/stm32-blue-pill-usb-bootloader-how-i-fixed-the-usb-storage-serial-dfu-and-webusb-interfaces">STM32 Blue Pill USB Bootloader — How I fixed the USB Storage, Serial, DFU and WebUSB interfaces</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in lupyuen.github.io
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 December 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>STM32 Blue Pill is a remarkable microcontroller for US$ 2. I proved it by running the USB Storage, USB Serial, USB DFU (Direct Firmware Upgrade) and WebUSB interfaces all on the same Blue Pill concurrently, without any additional hardware!</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-219" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-219"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194221/https://medium.com/@ly.lee/work-in-progress-stm32-blue-pill-visual-programming-with-makecode-codal-and-libopencm3-422d308f252e?source=friends_link&sk=b39519335652415d5f4aa17c9e4af1d2">STM32 Blue Pill Visual Programming with MakeCode, CODAL and libopencm3</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
9 December 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>This work-in-progress document describes an incomplete implementation of STM32 Blue Pill visual programming</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-220" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-220"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194157/https://medium.com/@ly.lee/sigfox-teacher-answers-your-questions-7e47122716dc?source=friends_link&sk=7668c0b2ecc6333cd60ff8e536501ebd">Sigfox Teacher Answers Your Questions</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
7 December 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>I teach Sigfox to working professionals. Here are their questions…</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-221" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-221"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://www.kidscoding8.com/98097.html">以 thethings.iO 來將 BBC micro:bit 感測器圖形化</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in 少儿编程教程网
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
29 November 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>如果您可以將您以電池供應電力的BBC micro:bit設置在城市裡的任何一個角落來收集感測資料 … 或者是隨時查看從家裡、學校、工作場所即時更新的感測資料 … 不是很酷嗎?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-222" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-222"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194120/https://medium.com/@ly.lee/visualising-bbc-micro-bit-sensors-with-thethings-io-5689fb613531?source=friends_link&sk=a8cfc404362ecbe3a26823f6a70fa5cb">Visualising BBC micro:bit sensors with thethings.iO</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 November 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Wouldn’t it be cool if you could plant your BBC micro:bit anywhere in the city (powered by batteries) to collect sensor data… And watch live updates of the sensor data from your home, school, workplace, … Even on the go?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-223" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-223"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://makerpro.cc/2018/11/connect-bbc-microbit-and-sigfox-iot/">連接 BBC micro:bit 與 Sigfox 物聯網</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in MakerPRO
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 November 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>使用 BBC micro:bit 連接 Sigfox 物聯網網路會是一個很好幫助孩子們理解感測器與感測網路如何運作的理想方式。micro:bit 是新式以電池提供電力的感測器裝置典範,具備充足的處理能力並支援大多數的感測器類型。在教育用途上,Sigfox 可能是今日用於城市規模測試的感測網路之中,最為便宜的方案。</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-224" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-224"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20181107052846/https://medium.com/coinmonks/connect-bbc-micro-bit-to-sigfox-4d1603d19350">Connect BBC micro:bit to Sigfox</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 November 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>BBC micro:bit connected to the Sigfox IoT network is the perfect way to help kids understand how Sensors and Sensor Networks operate. The micro:bit is a good representation of a modern battery-powered sensor device, with ample processing power and support for most types of sensors. For education, Sigfox is likely the cheapest option today for experimenting with a city-wide sensor network.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-225" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-225"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://makerpro.cc/2018/11/connect-blue-pill-with-sigfox-part-one/">連接 STM32F103C8T6 Blue Pill 開發板與 Sigfox 物聯網</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in MakerPRO
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
17 October 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>以 STM32 微處理器為核心的 STM32F103C8T6 Blue Pill 開發板連接 Sigfox 收發器模組來接取 Sigfox 物聯網網路可能會是設計一款低功率物聯網裝置的最佳組合。</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-226" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-226"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20181107040125/https://medium.com/coinmonks/connect-stm32-blue-pill-to-sigfox-28c6f91bddc1">Connect STM32 Blue Pill to Sigfox</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
28 September 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>STM32 “Blue Pill” microcontroller connected to a transceiver module for the Sigfox IoT network might be the best combination for low-power IoT devices right now.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-227" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-227"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20190114162720/https://medium.com/coinmonks/watch-stm32-blue-pill-juggle-two-spi-sensors-with-dma-20cd1aa89869">Watch STM32 Blue Pill Juggle Two SPI Sensors With DMA</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
19 September 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>This article that explains all that I have learnt about SPI ports, DMA and interrupts on the Blue Pill</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-228" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-228"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20180929144643/https://medium.com/coinmonks/program-your-first-fpga-with-gowin-gw1n-4-b0d5c22b9fea">Program Your First FPGA With GOWIN GW1N-4</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 September 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>As we learn how to program the FPGA, we’ll soon realise that FPGA programming is really extraordinary, unlike any other kind of programming we have done before</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-229" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-229"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20181107052906/https://medium.com/coinmonks/juggling-stm32-blue-pill-for-arduino-jugglers-edf6820dc808">Juggling STM32 Blue Pill For Arduino Jugglers</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 August 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Upsizing from Arduino Uno to a 32-bit STM microcontroller doesn’t have to be hard</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-230" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-230"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/coinmonks/juggling-sigfox-downlink-and-arduino-sensors-with-cocoos-4594be59bf1b">Juggling Sigfox Downlink And Arduino Sensors With cocoOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
20 August 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Using the cocoOS task scheduler to run Sensor Tasks concurrently while waiting for the Network and UART Tasks</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-231" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-231"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20180813101011/https://medium.com/coinmonks/juggling-arduino-sensors-with-cocoos-403e14ec28be">Juggling Arduino Sensors With cocoOS</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
11 August 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Juggle multiple Arduino sensors, using an open source library for cooperative processing: cocoOS</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-232" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-232"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/coinmonks/why-use-fpga-for-iot-heres-what-i-think-e513772514d6">Why use FPGA for IoT? Here’s what I think…</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
31 July 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Since FPGAs are already mainstream, could we use them to create IoT devices that are more power-efficient than current devices based on microcontrollers?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-233" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-233"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20180809082010/https://medium.com/coinmonks/coding-the-stm32-blue-pill-with-rust-and-visual-studio-code-b21615d8a20">Coding the STM32 Blue Pill with Rust and Visual Studio Code</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
10 July 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Let's learn Rust, a modern systems programming language that promotes safe, concurrent low-level coding</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-234" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-234"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20181107053043/https://medium.com/coinmonks/making-my-first-ever-pcb-with-seeed-fusion-pcb-assembly-service-9af5736016b3">Making my first ever PCB with Seeed Fusion PCB assembly service</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 July 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Here’s the story of the first gadget that I have ever created, with help from the brilliant minds at Seeed in Shenzhen</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-235" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-235"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/coinmonks/running-rust-and-freertos-on-the-padi-iot-stamp-fb36c5ef4844">Running Rust and FreeRTOS on the PADI IoT Stamp</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
18 June 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Better tools for building robust and reliable programs for microcontrollers</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-236" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-236"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194108/https://medium.com/@ly.lee/first-impressions-of-alibaba-cloud-aliyun-688dc46fa9b8?source=friends_link&sk=0685f5028f4ce9575dfae9cc9515143d">First Impressions of Alibaba Cloud (Aliyun)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
21 May 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Could Alibaba Cloud be the economical cloud for high volume IoT?</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-237" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-237"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20180801172644/https://medium.com/coinmonks/multitasking-on-the-arduino-with-a-finite-state-machine-and-why-youll-need-it-for-sigfox-d52dafc55d8e">Multitasking on the Arduino with a Finite State Machine – And why you’ll need it for Sigfox Downlink</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
13 May 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How to implement a Finite State Machine on the Arduino Uno</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-238" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-238"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/coinmonks/realtime-sensor-data-processing-with-thethings-io-and-amazon-web-services-kinesis-e12ebb022106">Realtime sensor data processing with thethings.io and Amazon Web Services Kinesis</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
1 May 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>How to experiment with IoT today while minimising the security and performance risks, and keeping costs low</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-239" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-239"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20180801172627/https://medium.com/@ly.lee/i-teach-iot-heres-what-you-ll-learn-3e0d1b997dd0">I Teach IoT. Here’s what you’ll learn</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
24 April 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Arduino, Low Power Networks, IoT Networks, IoT Analytics, ...</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-240" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-240"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://www.opengovasia.com/articles/developing-cost-effective-energy-efficient-iot-solutions-for-outdoor-as-well-as-indoor-applications">Developing cost-effective, energy efficient IoT solutions for outdoor as well as indoor applications</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in OpenGov
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
20 March 2018
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Lup Yuen talks about two classes of IoT, ‘deep’ IoT and ‘wide’ IoT. Deep IoT devices require high bandwidth and power supply. UnaBiz looks at wide IoT, which refers to devices that are very light, battery-powered and operate on pervasive networks. They can work anytime, anywhere in Singapore and do not rely on WiFi or the cellular network.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-241" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-241"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194035/https://medium.com/@ly.lee/how-to-build-your-sigfox-server-version-1-0-6763732692fd?source=friends_link&sk=641f65c458ec59fa27dddbe7735b118a">How To Build Your Sigfox Server (Version 1.0)</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
14 October 2017
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Building highly reliable, robust and scalable systems for processing Sigfox messages</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-242" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-242"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/https://medium.com/@ly.lee/story-of-the-unashield-ff9e78fd7726">Story of the UnaShield</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
5 July 2017
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>Co-created with Upton Lai, the brilliant guy who could make anything</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-243" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-243"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://web.archive.org/web/20191204194240/https://medium.com/@ly.lee/iot-is-a-bad-word-9003d9fab638?source=friends_link&sk=f7d58ebca338f326b6be8dcb79c7d6f5">IoT is a Bad Word</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Medium
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
26 May 2017
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>IoT is about solving real problems (not imaginary ones) in a sustainable way</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-244" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-244"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://goo.gl/wLhDYo">Overcoming Productivity Challenges in the F&B Industry</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Retail World Asia 2015
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
23 April 2015
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p> </p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-245" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-245"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="https://goo.gl/vt6WZf">Sigfox and Google Cloud Platform</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in Google Developer Group Singapore DevFest
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
20 October 2014
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p> </p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-246" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-246"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="http://patentscope.wipo.int/search/en/detail.jsf?docId=WO2012002906">Patent: Enlargement of video content streamed from the internet</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in US Patent Office WO/2012/002906
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
30 June 2010
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>This invention relates to a system for displaying video content streamed from a network in a full screen mode. The system receives receiving a network address based on a selection from a user. The system then transmits a request for content from the network address and subsequently receives the content associated with the network address. A search is performed on the content for data that provides displaying a video content in a full screen mode. Upon detecting the data, the process generates the data and displays video content in full screen mode.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="publication-item">
|
||
<input id="publication-item-247" type="checkbox" class="toggle-item" checked="checked" />
|
||
<label for="publication-item-247"></label>
|
||
|
||
<header>
|
||
<div class="header-left">
|
||
<span class="name">
|
||
<span class="website">
|
||
<a target="_blank" href="http://patentscope.wipo.int/search/en/detail.jsf?docId=WO2008004981">Patent: A system and method for providing mobile services</a>
|
||
</span>
|
||
</span>
|
||
<span class="publisher">
|
||
in US Patent Office WO/2008/004981
|
||
</span>
|
||
</div>
|
||
<span class="date">
|
||
27 June 2007
|
||
</span>
|
||
</header>
|
||
|
||
<div class="item">
|
||
<div class="summary">
|
||
<p><p>A system and method for providing mobile services, the system comprising: a mobile device executing a client application for generating a mobile service request; and a hub server for receiving and processing the mobile service request, wherein the mobile service request comprises location data of the mobile device, and the hub server pushes one or more mobile service offers to the mobile device based on the location data. The method comprises executing a client application for generating a mobile service request on a mobile device; receiving and processing the mobile service request at a hub server; and pushing one or more mobile service offers from the hub server to the mobile device based on location data, wherein the mobile service request comprises location data of the mobile device.</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
</section>
|
||
<section class="section margin1">
|
||
<header>
|
||
<h2 class='section-title'>Languages</h2>
|
||
</header>
|
||
<section id="languages">
|
||
<div class="display">
|
||
<h3 class="language">
|
||
English
|
||
</h3>
|
||
<div class="item">
|
||
<div class="level fluency native speaker">
|
||
<em>Native speaker</em>
|
||
<div class="bar"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="display">
|
||
<h3 class="language">
|
||
Mandarin
|
||
</h3>
|
||
<div class="item">
|
||
<div class="level fluency native speaker">
|
||
<em>Native speaker</em>
|
||
<div class="bar"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="display">
|
||
<h3 class="language">
|
||
Cantonese
|
||
</h3>
|
||
<div class="item">
|
||
<div class="level fluency fluent">
|
||
<em>Fluent</em>
|
||
<div class="bar"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
<section class="section margin1">
|
||
<header>
|
||
<h2 class='section-title' class='section-title'>Interests</h2>
|
||
</header>
|
||
<section id="interests">
|
||
<div class="item">
|
||
<h3 class="name">
|
||
How was this JSON Resume created?
|
||
</h3>
|
||
<div class="summary">
|
||
<p><p>https://github.com/lupyuen/lupyuen.github.io</p></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
|
||
</body>
|
||
</html>
|