You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 5ff6c12c65 esp32/main: Store native code as linked list instead of list on GC heap. 3 months ago
..
boards esp32: Rework board variant support to require mpconfigvariant file. 4 months ago
main_esp32 esp32: Workaround IDF issue placing ISR ringbuf functions in IRAM. 8 months ago
main_esp32c3 esp32: Workaround IDF issue placing ISR ringbuf functions in IRAM. 8 months ago
main_esp32s2 esp32: Workaround IDF issue placing ISR ringbuf functions in IRAM. 8 months ago
main_esp32s3 esp32: Workaround IDF issue placing ISR ringbuf functions in IRAM. 8 months ago
modules ports: Use vfs module instead of os. 9 months ago
.gitignore esp32: Update port to support IDF v5.0.2. 1 year ago
CMakeLists.txt esp32: Rework board variant support to require mpconfigvariant file. 4 months ago
Makefile ports: Fix handling of paths containing spaces in Makefiles. 10 months ago
README.md esp32: Add support for IDF version v5.2. 8 months ago
README.ulp.md all: Prune trailing whitespace. 8 months ago
adc.c extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code. 1 year ago
adc.h extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code. 1 year ago
esp32_common.cmake esp32/panichandler: Print support information on panic. 6 months ago
esp32_nvs.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
esp32_partition.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
esp32_rmt.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
esp32_ulp.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
fatfs_port.c all: Update to point to files in new shared/ directory. 3 years ago
gccollect.c esp32/gccollect: Make level arg volatile to force recursive function. 1 year ago
gccollect.h esp32: Add new port to Espressif ESP32 SoC. 7 years ago
help.c ports: Standardise docs link in help text. 1 year ago
machine_adc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_adc_block.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_bitstream.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_dac.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_hw_spi.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_i2c.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_i2s.c esp32/machine_i2s: Ensure 2 DMA buffers and improve I2S error handling. 3 months ago
machine_pin.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_pin.h esp32/machine_pin: Make irq object a sub-field of pin object. 1 year ago
machine_pwm.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_rtc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_rtc.h esp32/modesp32: Add wake_on_ulp() so ULP can wake CPU from deepsleep. 2 years ago
machine_sdcard.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_timer.c esp32/machine_timer: Limit timer numbers for ESP32C3. 4 months ago
machine_touchpad.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
machine_uart.c esp32/machine_uart: Always configure timeout_char setting in init(). 8 months ago
machine_wdt.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
main.c esp32/main: Store native code as linked list instead of list on GC heap. 3 months ago
makeimg.py esp32: Create .uf2 binaries for S2 and S3 chips. 3 years ago
memory.h ports: Update for move of crypto-algorithms, uzlib to lib. 3 years ago
modesp.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modesp32.c esp32/modesp32: Add mcu_temperature() function for C3/S2/S3 devices. 6 months ago
modesp32.h esp32/modesp32: Properly define RTC_VALID_EXT_PINS on S2/S3 variants. 3 years ago
modespnow.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modespnow.h esp32,esp8266: Add support for the Espressif ESP-NOW protocol. 2 years ago
modmachine.c esp32/modmachine: Support bootloader on ESP32-S2/S3/C2/C3. 8 months ago
modmachine.h extmod/modmachine: Provide common Python bindings for bootloader(). 11 months ago
modnetwork.h esp32,mimxrt,stm32: Implement ipconfig() for more network interfaces. 5 months ago
modnetwork_globals.h esp32,mimxrt,stm32: Implement ipconfig() for more network interfaces. 5 months ago
modos.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modsocket.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
modtime.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
mpconfigport.h esp32: Enable workaround for math.gamma(-inf) result. 3 months ago
mphalport.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
mphalport.h ports: Move definitions of ATOMIC_SECTION macros to mphalport.h. 11 months ago
mpnimbleport.c esp32: Fix heap corruption triggered by bluetooth.active(0). 3 months ago
mpthreadport.c esp32/mpthreadport: Fix uneven GIL allocation between Python threads. 4 months ago
mpthreadport.h esp32: Add new port to Espressif ESP32 SoC. 7 years ago
network_common.c esp32,esp8266: Use new mp_obj_new_str_from_cstr() function. 4 months ago
network_lan.c esp32,mimxrt,stm32: Implement ipconfig() for more network interfaces. 5 months ago
network_ppp.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
network_wlan.c all: Use new mp_obj_new_str_from_cstr() function. 4 months ago
panichandler.c esp32/panichandler: Print support information on panic. 6 months ago
partitions-2MiB.csv esp32/partitions-2MiB.csv: Update table so firmware fits. 3 years ago
partitions-4MiB-ota.csv esp32/partitions.csv: Rename to partitions-4MiB.csv. 1 year ago
partitions-4MiB.csv esp32/partitions.csv: Rename to partitions-4MiB.csv. 1 year ago
partitions-8MiB.csv esp32: Add support for ESP32-S3 SoCs. 3 years ago
partitions-16MiB-ota.csv esp32/boards: Add Silicognition wESP32 board configuration. 3 years ago
partitions-16MiB.csv esp32/partitions-16MiB.csv: Increase 14MiB filesystem to maximum size. 3 years ago
partitions-32MiB-ota.csv esp32: Add 32MiB partition table templates. 2 years ago
partitions-32MiB.csv esp32: Add 32MiB partition table templates. 2 years ago
ppp_set_auth.c esp32/network_ppp: Make PPP support optional. 9 months ago
ppp_set_auth.h esp32/ppp_set_auth: Add pppapi_set_auth from ESP-IDF. 1 year ago
qstrdefsport.h all: Add *FORMAT-OFF* in various places. 5 years ago
uart.c esp32: Add support for IDF version v5.2. 8 months ago
uart.h esp32: Support JTAG console, free up UART. 1 year ago
usb.c shared/tinyusb: Allow ports to use 1200bps-touch without other CDC code. 5 months ago
usb.h esp32: Update port to support IDF v5.0.2. 1 year ago
usb_serial_jtag.c esp32: Poll serial/JTAG for unread data to prevent blocking. 1 year ago
usb_serial_jtag.h esp32: Poll serial/JTAG for unread data to prevent blocking. 1 year ago

README.md

MicroPython port to the ESP32

This is a port of MicroPython to the Espressif ESP32 series of microcontrollers. It uses the ESP-IDF framework and MicroPython runs as a task under FreeRTOS.

Supported features include:

  • REPL (Python prompt) over UART0.
  • 16k stack for the MicroPython task and approximately 100k Python heap.
  • Many of MicroPython's features are enabled: unicode, arbitrary-precision integers, single-precision floats, complex numbers, frozen bytecode, as well as many of the internal modules.
  • Internal filesystem using the flash (currently 2M in size).
  • The machine module with GPIO, UART, SPI, software I2C, ADC, DAC, PWM, TouchPad, WDT and Timer.
  • The network module with WLAN (WiFi) support.
  • Bluetooth low-energy (BLE) support via the bluetooth module.

Initial development of this ESP32 port was sponsored in part by Microbric Pty Ltd.

Setting up ESP-IDF and the build environment

MicroPython on ESP32 requires the Espressif IDF version 5 (IoT development framework, aka SDK). The ESP-IDF includes the libraries and RTOS needed to manage the ESP32 microcontroller, as well as a way to manage the required build environment and toolchains needed to build the firmware.

The ESP-IDF changes quickly and MicroPython only supports certain versions. Currently MicroPython supports v5.0.4, v5.0.5, v5.1.2, v5.2.0.

To install the ESP-IDF the full instructions can be found at the Espressif Getting Started guide.

If you are on a Windows machine then the Windows Subsystem for Linux is the most efficient way to install the ESP32 toolchain and build the project. If you use WSL then follow the Linux instructions rather than the Windows instructions.

The Espressif instructions will guide you through using the install.sh (or install.bat) script to download the toolchain and set up your environment. The steps to take are summarised below.

To check out a copy of the IDF use git clone:

$ git clone -b v5.0.4 --recursive https://github.com/espressif/esp-idf.git

You can replace v5.0.4 with any other supported version. (You don't need a full recursive clone; see the ci_esp32_setup function in tools/ci.sh in this repository for more detailed set-up commands.)

If you already have a copy of the IDF then checkout a version compatible with MicroPython and update the submodules using:

$ cd esp-idf
$ git checkout v5.0.4
$ git submodule update --init --recursive

After you've cloned and checked out the IDF to the correct version, run the install.sh script:

$ cd esp-idf
$ ./install.sh       # (or install.bat on Windows)
$ source export.sh   # (or export.bat on Windows)

The install.sh step only needs to be done once. You will need to source export.sh for every new session.

Building the firmware

The MicroPython cross-compiler must be built to pre-compile some of the built-in scripts to bytecode. This can be done by (from the root of this repository):

$ make -C mpy-cross

Then to build MicroPython for the ESP32 run:

$ cd ports/esp32
$ make submodules
$ make

This will produce a combined firmware.bin image in the build-ESP32_GENERIC/ subdirectory (this firmware image is made up of: bootloader.bin, partitions.bin and micropython.bin).

To flash the firmware you must have your ESP32 module in the bootloader mode and connected to a serial port on your PC. Refer to the documentation for your particular ESP32 module for how to do this. You will also need to have user permissions to access the /dev/ttyUSB0 device. On Linux, you can enable this by adding your user to the dialout group, and rebooting or logging out and in again. (Note: on some distributions this may be the uucp group, run ls -la /dev/ttyUSB0 to check.)

$ sudo adduser <username> dialout

If you are installing MicroPython to your module for the first time, or after installing any other firmware, you should first erase the flash completely:

$ make erase

To flash the MicroPython firmware to your ESP32 use:

$ make deploy

The default ESP32 board build by the above commands is the ESP32_GENERIC one, which should work on most ESP32 modules. You can specify a different board by passing BOARD=<board> to the make commands, for example:

$ make BOARD=ESP32_GENERIC_S3

Note: the above "make" commands are thin wrappers for the underlying idf.py build tool that is part of the ESP-IDF. You can instead use idf.py directly, for example:

$ idf.py build
$ idf.py -D MICROPY_BOARD=ESP32_GENERIC build
$ idf.py flash

Some boards also support "variants", which are allow for small variations of an otherwise similar board. For example different flash sizes or features. For example to build the OTA variant of ESP32_GENERIC.

$ make BOARD=ESP32_GENERIC BOARD_VARIANT=OTA

or to enable octal-SPIRAM support for the ESP32_GENERIC_S3 board:

$ make BOARD=ESP32_GENERIC BOARD_VARIANT=SPIRAM_OCT

Getting a Python prompt on the device

You can get a prompt via the serial port, via UART0, which is the same UART that is used for programming the firmware. The baudrate for the REPL is 115200 and you can use a command such as:

$ picocom -b 115200 /dev/ttyUSB0

or

$ miniterm.py /dev/ttyUSB0 115200

You can also use idf.py monitor.

Configuring the WiFi and using the board

The ESP32 port is designed to be (almost) equivalent to the ESP8266 in terms of the modules and user-facing API. There are some small differences, notably that the ESP32 does not automatically connect to the last access point when booting up. But for the most part the documentation and tutorials for the ESP8266 should apply to the ESP32 (at least for the components that are implemented).

See http://docs.micropython.org/en/latest/esp8266/esp8266/quickref.html for a quick reference, and http://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html for a tutorial.

The following function can be used to connect to a WiFi access point (you can either pass in your own SSID and password, or change the defaults so you can quickly call wlan_connect() and it just works):

def wlan_connect(ssid='MYSSID', password='MYPASS'):
    import network
    wlan = network.WLAN(network.STA_IF)
    if not wlan.active() or not wlan.isconnected():
        wlan.active(True)
        print('connecting to:', ssid)
        wlan.connect(ssid, password)
        while not wlan.isconnected():
            pass
    print('network config:', wlan.ifconfig())

Note that some boards require you to configure the WiFi antenna before using the WiFi. On Pycom boards like the LoPy and WiPy 2.0 you need to execute the following code to select the internal antenna (best to put this line in your boot.py file):

import machine
antenna = machine.Pin(16, machine.Pin.OUT, value=0)

Defining a custom ESP32 board

The default ESP-IDF configuration settings are provided by the ESP32_GENERIC board definition in the directory boards/ESP32_GENERIC. For a custom configuration you can define your own board directory. Start a new board configuration by copying an existing one (like ESP32_GENERIC) and modifying it to suit your board.

MicroPython specific configuration values are defined in the board-specific mpconfigboard.h file, which is included by mpconfigport.h. Additional settings are put in mpconfigboard.cmake, including a list of sdkconfig files that configure ESP-IDF settings. Some standard sdkconfig files are provided in the boards/ directory, like boards/sdkconfig.ble. You can also define custom ones in your board directory.

See existing board definitions for further examples of configuration.

Configuration Troubleshooting

  • Continuous reboots after programming: Ensure CONFIG_ESPTOOLPY_FLASHMODE is correct for your board (e.g. ESP-WROOM-32 should be DIO). Then perform a make clean, rebuild, redeploy.