esp32beans
esp32beans
Arduino IDE: 1.8.19 OS: Ubuntu 22.04 TFT_eSPI has added support for the T-Dongle-S3 but the change has not been released yet so use the latest code from github. This removes...
The example mqtt_esp8266 publishes and subscribes with no problems on ESP32.I had to change include instead of . And change "%ld" to "%d" in a sprintf. And with a few...
The rtc.ino example works on my M5Dial. Reading the touch screen works without problems.
The problem might be due to WiFi + RFID drawing too much current. WiFi draws lots of current when scanning for access points (that is when disconnected).Try connecting to WiFi...
Sorry, I do not have time to debug. Turning down or off the display backlight when connecting WiFi might help. The backlight uses lots of current and I think defaults...
If you want to plug in a MIDI device such as a piano, this is the wrong code. This code makes an ESP32-S2/S3 a USB MIDI device, not USB MIDI...