Arduino-HardwareBLESerial icon indicating copy to clipboard operation
Arduino-HardwareBLESerial copied to clipboard

Does not work with ESP32-S3

Open jdunne525 opened this issue 2 years ago • 1 comments

I have a TinyS3 board from Adafruit (ESP32-S3). Most Bluetooth / BLE libraries don't work at this time, including this one. The only one I've gotten to work properly is ESP32 BLE Arduino > BLE_UART, but it's overly complicated and it's giving me some trouble.

The device shows up and I can connect to it, but no messages are received. "Bluefruit Connect" shows the device "Echo" and it connects, but when I click UART it fails: "Uart protocol can not be initialized". "nRF Toolbox for Bluetooth LE" connects, but I get no messages in either direction.

jdunne525 avatar Oct 14 '22 16:10 jdunne525