Thanks @Gordon.
Do I really need this bonding call on the peripheral side?
This thread here is a test to gain some insight how HID works as a peripheral to use it on the "other side" when Espruino is the Host/Central.
No Code in iOS needed btw., just a confirmation (Yes/No).
How do I setup Espruino as HID device?
I thought that NRF.setServices(undefined, { hid : kb.report }); would do the trick.
Is there more that is not given in the example code?
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.
Thanks @Gordon.
Do I really need this bonding call on the peripheral side?
This thread here is a test to gain some insight how HID works as a peripheral to use it on the "other side" when Espruino is the Host/Central.
No Code in iOS needed btw., just a confirmation (Yes/No).
How do I setup Espruino as HID device?
I thought that
NRF.setServices(undefined, { hid : kb.report });
would do the trick.Is there more that is not given in the example code?