noble / bleno

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
MIT License
2.12k stars 447 forks source link

HOG Profile #394

Open imrannaqvi opened 6 years ago

imrannaqvi commented 6 years ago

Hi Guys, i have experience in nodejs but unfortunately newbie to bluetooth. I want to implement a keyboard/gamepad peripheral to automate some keystroks to ps4. I absolutely have no idea how to start with bleno, my fist issue is how implement the HID device, what would be the structure of services/characteristics etc. Any kind of help/docs/resources/code (hello world code for hogp) would be appreciated.

imrannaqvi commented 6 years ago

Just found https://github.com/kshoji/BLE-HID-Peripheral-for-Android it might be helpful. Will put some time to study it.

saumik13 commented 4 years ago

have you been able to implement a HID device using bleno ?