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

how to test hid mouse with iphone and android

Hi, I am now using hid mouse example to develop a project. On the nrf51822 side, connection\bond\data sent are all ok, then I need to test the project on phone side. In iOS I didn't find any tool that can be used to capture the data device reported. In android, I am using the nRF Master Control panel. I can use it to connect to device and bond it, but can't capture the data that device reported. Under some search, seems android needes to enable the notification, but I can't find how to enable it with the Master Control Panel. And alway bluetooth connection was close when I try to enable the notification. Seems like there's a bug for Master Control Panel on android 5.x, see this: code.google.com/.../detail code.google.com/.../detail

And is there any tool like master control panel on iOS? I need to capture the raw data of the hid mouse.

Related