sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

Joystick implementation and Example #223

Open marcotchella opened 6 years ago

marcotchella commented 6 years ago

I deploy to my board the example HID_joystick_mouse.ino. In Android Smartphone the device is recognized as a Mouse. Looking the descriptor in file BLEMouse.cpp make sense, is a mouse hid descriptor. I need develop a Gamepad and need help with descriptor and implementation of messages. I´m studying a descriptor in Arduino SDK of Nordic (folder link) I need help with a library to HID gamepad. thanks

RezApp commented 3 years ago

I have the same question @marcotchella, did you find an answer for this?