MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
MicroPython for ESP32 with psRAM support
I am using SIM5320 which has same AT Commands as the SIM800 only supports 3G. I am able to communicate with the device using the UART directly, but unable to...
Better is this link: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started-legacy/windows-setup.html
A TSOP IR reciever is connected to the RX pin. Another piece of hardware is sending IR UART. So timing is not perfect, bytes get dropped or wrong bytes are...
I am trying to enable support for SPI TFT displays. Everything seems to work properly expect when I enable this option. The error is: In file included from /Users/me/workstation/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/components/micropython/esp32/moddisplay.c:33:0: /Users/me/workstation/MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/components/micropython/esp32/moddisplay.c:48:50:...
Hello Lobo, first of all, congratulations for this great development of MicroPython! I followed your tutorial from https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/gps and here it's what I'm facing: The gps.getdata() function always returns ((1900,...
Adafruit ST7789 Wide Angle 240x240 ESP32 DeviKit v4 I'm try to learn how to use the module Display but If I digit this code: import display tft = display.TFT() tft.init(tft.ST7789,...
The origin uos module has `uos.dupterm(stream_object, index=0)`: https://docs.micropython.org/en/latest/library/uos.html#uos.dupterm This is missing in LoBo Firmware :(
Hi, I was trying to use both GSM (GPRS) and WiFi in the same sketch. I've a routine which will check if WiFi is connected and internet is reacheable and...
Hi, I'm trying to solve this thing for 2 days now. I want to create a firmware.bin that will include some files(main.py, some HTML and css etc) that will be...
Build the codebase by ./BUILD.sh Erase the device by ./BUILD.sh erase Flash the device by ./BUILD.sh flash But when I am checking the OTA module in the console. I am...