Hello guys,
I'm dealing with an ESP32s3 microcontroller and I'm using a ILI9488 lcd screen with spi comunication. I use VS Code
The problem is that even when I try to flash my example code the esp32 gets stuck in download mode and reset button needs to be pressed, but after that no image is...
Hello everyone! I'm working on a project that sets up a Flask-based web server on an ngrok endpoint, allowing Internet access. The goal is to serve static files (JSON and binary) to manage some parameters and configuration on an ESP32 microcontroller.
I've successfully deployed my Flask...
I'm developing a text editor using esp32 to which an LCD display is connected. Currently, to edit a file, I have a single large buffer of characters which is displayed on the screen line by line. I have implemented line splitting so that a word doesn't break when it reaches the end of a line but...