Hello Nordic Team,
Currently I'm working in a BLE HID Project (joystick with 16 buttons and 2 axis (x and y)) usign a NfR52832 and modifying the hid mouse example from SDK 16, but some things doesn’t work properly. Specifically my computer, Smartphone and Tablet can connect to my board and recognize it as joystick, however i can't navigate or control my Tablet or Smartphone with the buttons of the nRf52832 (nothing happen when i press a button)…
Previously i was working with BLE functionality of ESP32 and the report descriptor was working fine. With the ESP32 i was able to control the device to which I am connected. Besides, through this page (Gamepad Tester) i can see the actions from the user (buttons pressed, etc) only using the ESP32… the nrf52832 are not recognize for this page. Because of that, im not sure if my my report descriptor, hid_init or / and send data function is correct or i’m misunderstanding somethings. This are my hid_init and send data function.
Any idea what's going on here?, your help will be greatly appreciable.
Thanks in advance for your support.
Bests,
JuanCV.