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

Toit on m5core2

Build some examples in toit and flash it to M5Core2. There is no problem to follow the steps in one toit discussion. While trying the step4 for ft63xx. Found a typo in package.yaml. mpu6886 should be ft63xx. Another issue is that the touch seems not working after unplugging the USB cable. Will investigate further. Will try jaguar tool later.

January 15, 2022 · 1 min · un01s