Bluetooth HID problem

Has anyone been able to get Bluetooth HID working?
I have an Arduino Nano 33 BLE and an Arduino Nano ESP32. I have tried the example code that Is included but they don't work. I have read a lot on the net but no one seems to get it working. I think it's strange. Arduino should have libraries that supports their products. I have tried Arduino BLE for mbed but the developer hasn't support it for many many years. Arduino Nano ESP32 (ESP32-S3) is new but the examples doesn't work.
If someone has got this working please let me know. Im getting a big headache right now from all of this. Im trying to make a smarter mouse that would make life easier for people with disabilities. Thanks in advance! André of Sweden.

I have used Adafruit nRF52840 boards with Arduino and CircuitPython. Adafruit uses a different BLE protocol stack.

For other vendor ESP32 and ESP32-S3 boards I have used
GitHub - T-vK/ESP32-BLE-Keyboard: Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible). Not sure if this works on the Nano ESP32 board. I use NimBLE-Mode which results it much smaller code than the default.

1 Like

Hello,
I have tried the example in the example folder called ESP32 BLE Keyboard - SendKeyStrokes.
I uploaded it but it will not show up in the Bluetooth menu for pairing on the Mac or iPhone. By the way I have never been able to pair any Arduino examples.
I have tried with the Arduino Nano ESP32. What board have you used?
I haven't tried CircuitPython with my Nano 33 BLE yet.
Thanks for helping!
Regards André.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.