-
Chris and Josh working on [Edublocks](https://github.com/AllAboutCode/EduBlocks) were curious about embedding their drag-and-drop web client into the Cockle. Promised to raise an issue regarding the p…
-
hi, i have put [lv_binding_micropython](https://github.com/lvgl/lv_binding_micropython)as lv_bingings into microrpython lib,and i write this `#LittlevGL
LVGL_BINDING_DIR = $(TOP)/lib/lv_bindings
LVG…
-
I am going to do my best to explain this and I hope I am able to get it right. This could be a bug and is not working the way it should be or it could be a feature request if it wasn't done this way.
…
-
Model: LilyGO TTGO T5-4.7" E-Paper ESP32 (not S3)
"free" memory after booting MicroPython: 4085216 (`import gc; gc.mem_free()`)
Code in repl: `buffer = [ 0 for i in range(0, int(960 * 540 / 2)) ]`
…
-
Hi,
I recently started playing with ESP32 and MicroPython.
This plugins looks like a great idea to make things easier however there are some missing modules for ESP8266 and ESP32.
So I did som…
-
I decided use Pipkin locally (everything is running in a VM) and get it to pull over what I needed, outside of Thonny.
It nearly seems to work, except for an odd error about pip (which is install…
-
It appears that the I2S class does not currently support a I2S DAC that requires a master clock.
BTW: What is easiest workaround to use [ES7134LV](https://datasheet.lcsc.com/lcsc/1912111437_Everest-s…
-
```
Traceback (most recent call last):
File "", line 17, in
File "module__read_from_sensors.py", line 34, in read_from_sensors
File "drivers/ads1x15.py", line 164, in read
File "drivers/…
-
Hi,
I got the error when try running web server with asyncio on ESP-WROOM-32, ESP32-WROVER and firmware ESP32_LoBo_v3.2.17 - 2018-05-16. When I use firmware MicroPython v1.9.4-33-g94a79f34 there is n…
-
Any chance this will work in CircuitPython?
There are some Raspberry Pi Pico functions still lacking from micropython :(