MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
MicroPython for ESP32 with psRAM support
$ ./BUILD.sh -v all --------------------- MicroPython for ESP32 --------------------- ================== Building mpy-cross FAILED ================== 'make all' FAILED! **Solution: pacman -S python**
I was building the firmware on Linux for esp32 and when I run BUILD.sh I keep getting 'make all' FAILED!
hi, I have a problem with TTGO T-Display ST 7789V Button GPIO 0 does not work after presses button (print always 0) Button GPIO 35 it's OK (print 1 after...
Bug Neopixel on WROOM ESP32 I used this ocde ``` np = machine.Neopixel(machine.Pin(13), 128, machine.Neopixel.TYPE_RGB) np.set(51, machine.Neopixel.GREEN) np.show() ``` And a get this error after 3 times of execution ```...
I tried to build it with enabled bluetooth option in menuconfig, i tried to flash my esp32 with prebuilt esp32_psram_all_bt from here https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/firmwares, but nothing worked, i tried executing `import...
Hi Loboris, Thanks for your splendid work. But I tried to compile for OTA on 4MB flash. Straight clone on 1-3-19, nothing changed. Fails with: > ================================ > Building MicroPython...
Is it possible to support SH1106 OLED displays? The TTGO T-Eight board has one built into it. If I try and use it by using the built in SD1306 driver,...
I'm using the latest ESP32 firmware build from Wed Feb 7 17:51:08 2018 +0100. Trying to get SIM card balance with the help using USSD request. For this purpose, I'd...
Hi. I am trying to get around the limitation of the GSM Lib by connecting to a GSM module with UART and then finding the remaining Airtime with USSD. (...
Hello. When I try to install the recommended version of micropython: https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/blob/master/MicroPython_BUILD/firmware/MicroPython_LoBo_esp32_psram_all.zip I get this error: flash.sh: 7: Syntax error: "(" unexpected (expecting "}")