Tag
CircuitPython
4 posts tagged "CircuitPython".
3 min readGetting Started with CircuitPython
[CircuitPython](https://circuitpython.org) is a spin-off of the well-known [MicroPython](http://www.micropython.org). An efficient implementation of Python…
1 min readRollback from MicroPython to Arduino on ESP32
I hope you find MicroPython is VERY useful and perfect for you. But just in case it doesn't, or for any reason you want to rollback to Arduino. Here is how…
3 min readMicroPython on an ESP32
ESPTools and Adafruit AMPY are required. Both can be installed using pip3. The recommended version of Python on the host is Python 3.7
2 min readSetting up ESP32 development environment in Linux (with Arduino IDE)
Download Arduino IDE from [https://www.arduino.cc/en/Main/Software](https://www.arduino.cc/en/Main/Software). The latest version when writing this a article…