About 5,540 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 …

  2. 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.

  3. MicroPython tutorial for ESP32

    3 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.

  4. 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 …

  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 …

  6. 2. Pulse Width Modulation — MicroPython latest documentation

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

  7. espnow — support for the ESP-NOW wireless protocol

    On ESP32 devices, the Espressif ESP-NOW software requires that other devices (peers) must be registered using add_peer() before we can send() them messages (this is not enforced on …

  8. class UART – duplex serial communication bus - MicroPython

    Note The ESP32 port does not support the option hard=True. It uses Timer (0) for UART.IRQ_RXIDLE, so this timer cannot be used for other means. The rp2 port’s …

  9. class SDCard – secure digital memory card - MicroPython

    Other ESP32 family chips do not have hardware SD/MMC host controllers and can only access SD cards in SPI mode. To access a card in SPI mode, set slot parameter value 2 or 3 and …

  10. machine — functions related to the hardware - MicroPython

    The accuracy of the timing varies between ports. On Cortex M0 at 48MHz, it is at best +/- 120ns, however on faster MCUs (ESP8266, ESP32, STM32, Pyboard), it will be closer to +/-30ns.