Tag
ESP32
4 posts tagged "ESP32".
- 5 min read
ESP32: Using the Internal Flash File System
The ESP32 contains a lightweight filesystem specially design for microcontrollers called Serial Peripheral Interface Flash File System. This File System,…
- 1 min read
Rollback 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 read
MicroPython 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 read
Setting 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…