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

hi, i'm new in this project, i try to building my own micropython and follow the instruction with a few module that i need ( gsm & mqtt), just i...

Hi, I've extracted from your repository only the gsm module. I was able to make it work with micropython v1.12 with some modifications, but when is trying get the address...

Hello. I want to post some files to remote server.But I have not found how to post. In python, I can post file like this: ``` import requests payload =...

Seeing as how this fork now appears to be dormant it would be nice to preserve whatever the users here are finding most valuable. Also getting bug fixes and more...

Reading the docs it looks like the ST7789V display for this watch should work, I've tested this based on the PIN out provided from the [source](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/master/docs/pinmap.md) but can't seem to...

The DAC module provides a nice API. Any chance this gets added into upstream Micropython? Or, could it easily be built as a separate module?

I tried to add a c-module to my project but the documentation https://micropython-dev-docs.readthedocs.io/en/latest/adding-module.html does not fit. I am still hanging on the very first step, adding a module (like esp32/mymodule.c)...

Hello, here are the checked parameters working on my cute TTGO on-board color display Add in the demonstration ( https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/display ) #AE-20200709: ESP32- TTGO Color LCD 240x135 tft.init(tft.ST7789, rst_pin=23, backl_pin=4,...

I have been using the M5Stack fork of this repo for my project, it's been great. But I'd like to upgrade the MicroPython version to the latest. I am not...

Hey Everybody, i've just tried to get the M5Stack working with the W5500 chip (Network Base). As i just found out, in the UIFlow Firmware is no support for the...