This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to simulate several heart rate sensors with one board ?

Hi,

I'm using nRF51422 with S310 and ble_app_hrs example application. Thus I can simulate a Heart Rate Sensor with the board and get data on an Android phone with the "nRF Toolbox for BLE" application.

Now I would like to simulate 6 Heart Rate Sensors. Is there a way to have one board simulate 6 Heart Rate Sensors ? Or do I need 6 boards ?

Best Regards

Parents
  • I'm still not quite sure I understand what you mean, but I'll try.

    You can simulate six heart rate sensors on the nRF51422, these are just 6 numbers.

    It should be possible to send this data from the peripheral device (nRF51422) to the central device (Android phone).

    You can create your own service that contains all the heart rates, or you can use six standard heart rate services.

    The app on the Android phone needs to be modified to work with six sensors, as the Heart Rate app only supports one.

    Edit: One board cannot simulate multiple peripheral devices, our SoftDevice supports a maximum of 1 peripheral link.

Reply
  • I'm still not quite sure I understand what you mean, but I'll try.

    You can simulate six heart rate sensors on the nRF51422, these are just 6 numbers.

    It should be possible to send this data from the peripheral device (nRF51422) to the central device (Android phone).

    You can create your own service that contains all the heart rates, or you can use six standard heart rate services.

    The app on the Android phone needs to be modified to work with six sensors, as the Heart Rate app only supports one.

    Edit: One board cannot simulate multiple peripheral devices, our SoftDevice supports a maximum of 1 peripheral link.

Children
No Data
Related