I've a first test running for ESP32 having NUS (Nordic uart service) .
It is recognized on my Android. There are some problems, anyway it's fine for first step.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've a first test running for ESP32 having NUS (Nordic uart service) .
It is recognized on my Android. There are some problems, anyway it's fine for first step.
On Windows10 same device is scanned/found, but it does not connect.
Somewhere I found a hint of missing HID.
I've seen http://www.espruino.com/modules/ble_hid_keyboard.js and followed the link http://www.usb.org/developers/hidpage/Hut1_12v2.pdf
My knowldege around HID is (very) close to zero.
Is there any idea, how HID needs to be configured for NUS ?
Or, may be, I'm on the wrong train ?