This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

HID Joystick

Does anybody develop bluetooth JOYSTICK? Could you please help me with some code samples to understand how to do Joystick on NRF products.

Best regards.

Parents
  • I have not developed a bluetooth hid joystick and do not know of any code available that works with the nRF5x SDK.

    I would start with the keyboard or mouse example. First change the report_map_data in hids_init. You can use the array defined here (nRF8001 example code). Then you need to make your own send function for sending joystick data notifications and you should be ready to go.

Reply
  • I have not developed a bluetooth hid joystick and do not know of any code available that works with the nRF5x SDK.

    I would start with the keyboard or mouse example. First change the report_map_data in hids_init. You can use the array defined here (nRF8001 example code). Then you need to make your own send function for sending joystick data notifications and you should be ready to go.

Children
No Data
Related