I can use nRF Toolbox as a central to test various nRF5 as BLE peripheral samples. Is there any sample app (iOS or Android) to test the few nRF5 as BLE central samples?
Thanks!
I can use nRF Toolbox as a central to test various nRF5 as BLE peripheral samples. Is there any sample app (iOS or Android) to test the few nRF5 as BLE central samples?
Thanks!
Hi Jonathan!
You can find information about how to test the different examples in their infocenter-pages. Here for the Heart Rate Collector Example. The best way to test the central is using two devices.
If you want to check that the ble_app_hrs_c example works, you can check the terminal output.
It should look something like this:
Also, the current version of the nRF Connect mobile app has a feature that lets you advertise as a peripheral that your central can connect to. In iOS, go to the middle tab called "Advertiser", click the nRF5x, and add the Heart Rate service. When you enable it, your central should try to connect to it.
When connected, your terminal output should look something like this:
Hope that helps.
Best regards,
Joakim.