-
The following MicroPython modules are not referenced in the docs:
* array
- [Upstream docs](https://docs.micropython.org/en/latest/library/array.html)
* builtins
- [Upstream docs](https:…
-
Am attempting to build/deploy with this command.
python3 make.py esp32 clean deploy BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM DISPLAY=st7735 PORT=/dev/cu.usbmodem2101 --flash-size=4
It seems t…
-
**Is your feature request related to a problem? Please describe.**
The current hardware modules have some flaws:
* The indentation for the led strip is fucked up
* The modules are not connected wit…
-
I am new to micropython, I am figuring out how to keep my application up to date over the air.
Since code is small and connectivity good, I was thinking on pip installing my python code on every bo…
-
Hi,
I m very new to ESP32 as well as python.
I try to run your code for building the firmware but I get some errors
```
Setting up for esp32 build
Set PATH
Set ESPIDF
Build micropython for es…
-
**Question**
How do you create and use a sensor device for MicroInfinity CruizCore XG1300L in micropython?
**Background Information**
I have a XG1300L plugged into port 3. I have a simple pyt…
-
Hello,
I've just got a new LilyGo-T-Display-s2.
As Firmware I've loaded the micropython firmware found on MicroPython.con ESP32-S2 port (GENERIC_S2-20211212-unstable-v1.17-231-g0892ebe09.bin)
Every…
-
This is in the thought-bubble stage at the moment, given that micropython does not have pdb (currently). However, on the assumption that it will at some point, it might be worth considering if there a…
-
I want to add support for the `dp83848` Ethernet module from Texas Instruments, but after searching through the forum and the docs - I found no description of what is necessary to accomplish that.
…
-
In the future, I think splitting Blinka up a bit more internally between the Linux and MicroPython stuff would be helpful with fixing a few issues:
1. With adding typing info, Blinka has been super…