Use Jaguar to update

Use an Airport to setup a WiFi network. Then download the binary of Jaguar. Run the following commands one after another. The second command requires the WiFi credentials. Use CTRL+C to stop the third one. To run the forth and the fifth command, put your computer on the same WiFi network as the esp32 device. $./jag setup $./jag flash $./jag monitor $./jag scan $./jag run hello.toit

January 17, 2022 · 1 min · un01s

wasm3 on esp32

Stumbled on this repo. Run the modified code on one snowflake with 25 RGB LEDs (ws2812b-2020). Check the video tweet.

January 16, 2022 · 1 min · un01s

Rust on esp32

Start to look at the toolchain for Rust on ESP32 family modules. After some googling, here is the first result. Clearly the toolchain is working in its early stage. $ cargo build OK. Both espflash and espmonitor are working. Reference: Rust on ESP32 rust esp32 std demo

January 11, 2022 · 1 min · un01s