Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Feb 21, 2024
1 parent a208c1a commit f8965b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

- All this for an (underpowered) BBC micro:bit with Nordic nRF51 (Arm Cortex-M0, 256 KB Flash, 16 KB RAM!)

![MakeCode App Builder](https://lupyuen.github.io/images/quickjs2-makecode.jpg)

Today 7 years later: How would we redo all this? With a bunch of Open Source Packages?

- Hardware Device: [Ox64 BL808 64-bit RISC-V SBC](https://www.hackster.io/lupyuen/8-risc-v-sbc-on-a-real-time-operating-system-ox64-nuttx-474358) (64 MB RAM, Unlimited microSD Storage, only $8!)
Expand All @@ -30,6 +32,10 @@ Today 7 years later: How would we redo all this? With a bunch of Open Source Pac

- Device Control: [Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API) for controlling Ox64 over UART

![Blockly App Builder with NuttX](https://lupyuen.github.io/images/quickjs2-nuttx.jpg)

Which will looks like this...

![Running our Drag-n-Drop App on NuttX Emulator](https://lupyuen.github.io/images/quickjs2-emulator.png)

# Create the Blockly Project
Expand Down

0 comments on commit f8965b7

Please sign in to comment.