-
https://github.com/micropython/micropython/tree/master/ports/esp32#configuring-the-wifi-and-using-the-board says:
>The ESP32 port is designed to be (almost) equivalent to the ESP8266 in terms of th…
-
Hello,
Nice work, i'll try to adapt it on an ESP32-S2 with Micropython, or ESP32-S3 also with Micropython.
I have a problem with the file for animated icons in weather.
It's the cloudy icon, i've…
-
I am trying to test Lora Mesh on Pycom Fipy at Saclay.
I follow https://docs.pycom.io/firmwareapi/pycom/network/lora/
When trying
`pymesh = lora.Mesh()`
But get
`AttributeError: 'LoRa' object h…
-
i built a firmware for ESP32 GENERIC S3 (ESP32-S3-xiao seeed studio)
python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 DISPLAY=ili9488 INDEV=xpt2046
by using this command.
bin…
-
## Info
- ESP32-WROVER-IE
- ESP32-D0WD-3
- 8 MB PSRAM
- 16 MB SPI
- esp32spiram-20230426-v1.20.0.bin
## Description
I'm using MicroPython `esp32spiram-20220117-v1.18` successfully since s…
-
Add smartconfig capability to micropython for esp8266 and esp32
Add the following to modesp.c
{ MP_ROM_QSTR(MP_QSTR_smartconfig), MP_ROM_PTR(&mp_module_esp_smartconfig) },
Create smartconfig py…
-
Hello.
1. Are there support or plans to support CAN bus on ESP32? I see that there are a implementation for pyboard https://docs.micropython.org/en/latest/library/pyb.CAN.html - is that a similar …
-
### Description
The esp32.RMT has a method for sending pulses, but no method for reading them. I would like to know if there are plans to implement this functionality in the future?
### Code Size
_…
-
Hi all.
I see here in the issues and in the MicroPython forum many threads about people want ethernet support on ESP32 using the W5500, but there is not a real driver (pure python or not).
**Pro…
-
Sorry for the verbose post. While building cloned source (tag v1.12-tve2) it is failing with the below errors...
fredrick@fredrick-Studio-XPS-435MT:~/Development/micropython/micropython-1.12-tve/po…