MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
MicroPython for ESP32 with psRAM support
@loboris you wrote in the thread https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/issues/20 " You can add uasyncio as a module (or frozen module). At the moment, all my tests shows that using threads works better...
I'm not able to include **main.py** and **boot.py** file in the firmware image. I tried several locations and also created scripts folders but no success. I'm only able to include...
If the timer is in extended mode and in ONE_SHOT mode and the timer_no is 4 or greater, then the reshoot() function does not work. The ValueError "Timer is not...
Hi, I'm developing an application in MicroPython on an ESP32 where a buffer of data to be published needs to persist over power outages/reboots. BTree seems like the obvious solution,...
I've tried several prebuilt firmwares for my M5Stack It's looks likes it flashes well as I see: ```esptool.py v2.3.1 Connecting.... Chip is ESP32D0WDQ6 (revision (unknown 0xa)) Features: WiFi, BT, Dual...
I'm not sure if your policy allows to create submodules. Please look at the proposed changes. If the existence of submodules is unacceptable, I will be ready to suggest an...
Wemos have introduced a new development board with 4MB PSRAM, the D32: [Wemos wiki](https://wiki.wemos.cc/products:d32:d32_pro) [AliExpress](https://www.aliexpress.com/store/product/LOLIN-D32-Pro-V2-0-0-wifi-bluetooth-board-based-ESP-32-esp32-Rev1-ESP32-WROVER/1331105_32883116057.html)
``` $ ./BUILD.sh -v menuconfig --------------------- MicroPython for ESP32 --------------------- MENUCONFIG OK. ``` Shouldn't this open a GUI menu?
Hi, When running ping-pong program using serverTest.py and clientTest.py, 'CPU halted.' was reported on the server side. I checked heap size left each time the server received client's message and...