MicroPython_ESP32_psRAM_LoBo icon indicating copy to clipboard operation
MicroPython_ESP32_psRAM_LoBo copied to clipboard

MicroPython for ESP32 with psRAM support

Results 105 MicroPython_ESP32_psRAM_LoBo issues
Sort by recently updated
recently updated
newest added

Lines are nicely drawn respecting the setwin() numbers (ST7789 with a TTGO Display 240x135 which needs the setwin to stay mentally sane) tft.image() does not respect the setting. ``` tft.setwin(40,...

Hello, I am wondering if gsm library is avaliable as standalone module that can be used on another firmware. I have a problem as I want to also use esp-now...

Is it possible to use Telnet and FTP over GSM? So far I've been unable to achieve this. Will post code of what I tried tomorrow.

I'm using this code to make an ultrasound measuring tape and a led need to turn on if the distance is equal or less than 10 cm but it just...