Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.25 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.25 KB

ESP32 + MicroPython

Arsenal of modules and projects developed for ESP32 with MicroPython.

ESP32 + MicroPython

Getting Started

  1. The version of MycroPython firmware I'm using can be found at HexVitor.

  2. Visit Random Nerd Tutorials to know how to flash MicroPython firmware on ESP32/ESP8266 boards using Esptool.py.

  3. Return to Random Nerd Tutorials to know how to program your ESP32 and ESP8266 with MicroPython firmware using Thonny Python IDE.

Useful Links

  1. ESP32 Pinout Reference: Which GPIO pins should you use?
  2. MicroPython Programming Basics with ESP32 and ESP8266
  3. MicroPython with ESP32 and ESP8266: Interacting with GPIOs