How to Install CircuitPython with Custom Firmware on M5StickC Plus2 Using Linux, Thonny, and esptool
In this video, I’ll walk you through the process of installing CircuitPython with custom firmware on the M5StickC Plus 2 using Thonny and esptool on Linux. We’ll go step-by-step, covering everything from setting up your environment to flashing the firmware onto your device. This tutorial is perfect for beginners and those looking to expand their microcontroller skills. Get ready to bring your projects to life with CircuitPython! Don’t forget to like, subscribe, and hit the bell icon for more programming tutorials!
M5StickC TPU Guard
LILYGO ESP32 T-Display
Might need to use for usb output permissions
sudo usermod -aG dialout $USER
python3 esptool –chip esp32 –port /dev/ttyACM0 erase_flash
python3 -m esptool –port /dev/ttyACM0 write_flash -z 0x0000 firmware.bin
[ad_2]
source