-
I enabled the
#define MICROPY_RLOTTIE 1
and then I call
python3 make.py esp32 clean BOARD=ESP32_GENERIC_S3 VARAINT=SPIRAM --flash-size=16
but it dosent works, it says:
/workspace/lvgl_micropyt…
-
I want to add a PWM class according to the "peripheral class common specifications".
https://github.com/HirohitoHigashi/mruby_io_class_study
There are currently [mruby-esp32-ledc](https://github.c…
-
Since we need multiple "rooms" (i.e. lockboxes / gateways and admin web clients), it might be useful to work with socket.io, rather than raw websockets. However, as far as I can tell, this would be di…
-
With mp 1.24 , in advanced usage exemple: rise a unicode exception
It should be changed to:
-
I wanted to make it easier to install the MicroPython library (^^
d2fd587349e3a2bb032668819d2e51f86d01d5dc
![sample4](https://user-images.githubusercontent.com/29851234/83511932-5e62a300-a50a-11…
-
I was recently interested to build static and shared library versions of the `micropython/examples/embedding` case using cmake and I managed to get it roughly done ( see this [public repo](https://git…
-
Using MicroPython 1.24. Copied the pcf8574.py file into my ESP32 module, happen to be using thonny IDE. Run the following code...
```
import pcf8574
from machine import I2C
#
theI2C = I2C(0)
…
-
Hello,
I read from your project and wanted also to install in our RV. Unfortunatly I am only familiar with Arduino and not with Python.
Nevertheless I tried to programm with your description on an…
-
Will be excellent if no Option Secure Boot and Flash Encryption.
-
### Port, board and/or hardware
esp32
### MicroPython version
When using SPI to connect an SD card in a MicroPython environment, directories with Chinese characters in their names are not recognize…