About 5,770 results
Open links in new tab
  1. 1. Getting started with MicroPython on the ESP32 — MicroPython …

    Once you have the MicroPython firmware you need to load it onto your ESP32 device. There are two main steps to do this: first you need to put your device in bootloader mode, and second you need to …

  2. MicroPython tutorial for ESP32

    4 days ago · This tutorial is intended to get you started using MicroPython on the ESP32 system-on-a-chip. If it is your first time it is recommended to follow the tutorial through in the order below.

  3. Quick reference for the ESP32 - MicroPython

    Note that there are several varieties of ESP32 – ESP32, ESP32C3, ESP32C6, ESP32S2, ESP32S3 – supported by MicroPython, with some differences in functionality between them.

  4. MicroPython tutorial for ESP32 — MicroPython v1.25.0 documentation

    This tutorial is intended to get you started using MicroPython on the ESP32 system-on-a-chip. If it is your first time it is recommended to follow the tutorial through in the order below.

  5. Quick reference for the ESP32 — MicroPython 1.12 documentation

    Quick reference for the ESP32 ¶ The Espressif ESP32 Development Board (image attribution: Adafruit). Below is a quick reference for ESP32-based boards. If it is your first time working with this board it …

  6. esp32 — functionality specific to the ESP32 — MicroPython latest ...

    The RMT (Remote Control) module, specific to the ESP32, was originally designed to send and receive infrared remote control signals. However, due to a flexible design and very accurate (as low as …

  7. MicroPython libraries — MicroPython latest documentation

    The following standard Python libraries have been “micro-ified” to fit in with the philosophy of MicroPython. They provide the core functionality of that module and are intended to be a drop-in …

  8. 4. Factory reset — MicroPython latest documentation

    Dec 9, 2025 · Factory resetting the MicroPython esp32 port involves fully erasing the flash and resetting the flash memory, so you will need to re-flash the MicroPython firmware afterwards and copy any …

  9. 2. Pulse Width Modulation — MicroPython latest documentation

    Quick reference for the ESP32 MicroPython tutorial for ESP32 2. Pulse Width Modulation View page source

  10. Getting started with MicroPython on the ESP32

    Getting started with MicroPython on the ESP32 Using MicroPython is a great way to get the most of your ESP32 board. And vice versa, the ESP32 chip is a great platform for using MicroPython.