FedericoBusero

Results 5 issues of FedericoBusero

### Description When running Blynk in direct mode (using Bluetooth/BLE), the connection can stop working after "Packet too big", "Invalid header type" or "Bad hdr len". The cause is the...

Keep synced with https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/Arduino/BLE_uart/BLE_uart.ino Issue https://github.com/nkolban/esp32-snippets/issues/643

* ULP didn't work anymore on ESP32 because of a stupid mistake: CONFIG_IDF_TARGET_ESP32 is only defined after #include"AudioOutputULP.h" ! So the ESP32 code was actually skipped * Also a small...

I would like to adapt the software to a esp32-s3 hardware platform. It has - 296x240 pixels. Is this possible? - it doesn´t have a touch screen, but up/down/left/right is...

This pull request adds support for a new 2" TFT LCD display with a rounded rectangle form factor (240*296 pixels) and ST7789 command set. The display can be used using...