#BL602 Simulator is super helpful ... For catching, fixing and testing tricky firmware bugs like this
https://github.com/lupyuen/ulisp-bl602/blob/wasm/src/ulisp.c#L5346-L5373
#uLisp in #WebAssembly ... Try it here: https://lupyuen.github.io/ulisp-bl602/ulisp.html
#uLisp Interpreter runs in #WebAssembly ... Thanks to #Emscripten yay!
https://github.com/lupyuen/ulisp-bl602/blob/wasm/docs/ulisp.html#L1297-L1326
We stub out the GPIO Functions in #uLisp #WebAssembly ... They shall be simulated with JavaScript in our #BL602 Simulator
https://github.com/lupyuen/ulisp-bl602/blob/wasm/src/ulisp.c#L48-L57
Let's build a simple Simulator for #BL602 ... With #uLisp, #WebAssembly and #Blockly
More Help Needed: Porting #uLisp functions to #BL602 🙏
https://lupyuen.github.io/articles/lisp?38#missing-ulisp-features
#BL602 Command-Line Interface ... How it's called by the #uLisp Interpreter
https://lupyuen.github.io/articles/lisp?34#porting-ulisp-to-bl602
#BL602 FreeRTOS multitasking considered ... While porting #uLisp from Arduino to BL602
https://lupyuen.github.io/articles/lisp?32#porting-ulisp-to-bl602
How we port GPIO Functions from Arduino to #BL602
https://lupyuen.github.io/articles/lisp?31#porting-ulisp-to-bl602
Porting #uLisp from ESP32 Arduino to #BL602 ... Not that hard!
https://lupyuen.github.io/articles/lisp?30#porting-ulisp-to-bl602
Help Needed: Generating #uLisp code in #Blockly for #BL602 🙏
https://lupyuen.github.io/articles/lisp?28#missing-code-generators
I sound strangely familiar with #Blockly Code Generators? 🤔
https://lupyuen.github.io/articles/lisp?27#missing-code-generators
How drag-n-drop #Blocky generates #uLisp code for #BL602
https://lupyuen.github.io/articles/lisp?27#code-generator-for-ulisp
How we customised #Blockly to drag-n-drop #uLisp programs for #BL602
https://lupyuen.github.io/articles/lisp?25#customise-blockly-for-ulisp
How #Blockly sends #uLisp code to #BL602 ... With Web Serial API
https://lupyuen.github.io/articles/lisp?23#calling-the-web-serial-api
How we send a command from Web Browser to #BL602 ... With the Web Serial API
https://lupyuen.github.io/articles/lisp?17#sending-a-command-to-bl602
IoT Techie and Educator / Apache NuttX PMC