I have an old project with an Esp32 Bluetooth keyboard and an iPad 2. I only later found out that the iPad 2 does not support Bluetooth LE, which is what the Esp32 uses. If anyone knows a good solution please let me know.
I have an old project with an Esp32 Bluetooth keyboard and an iPad 2. I only later found out that the iPad 2 does not support Bluetooth LE, which is what the Esp32 uses. If anyone knows a good solution please let me know.
ESP32 has bluetooth classic.
I was using this library at the time.
https://github.com/T-vK/ESP32-BLE-Keyboard
Do you know of any other that can act as Bluetooth classic keyboard?
Edit: this could be fruitful
https://community.platformio.org/t/using-esp32-as-a-bluetoot...