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

BLE and ANT+ example s310

I'm trying to build an application on nrf51422 with s310 SDK ver5.2. My application is working fine with Bluetooth and now I want to add ANT service to it so can anyone please help me with following questions:

  1. Is there any example code like Heart Rate Monitor or Bicycle Speed and Cadence which uses Bluetooth and ANT together for S310 SDK ver5.2?

  2. The next question is for s310 SDK ver5.2 that is Bluetooth and ANT interleave able or is it switch able between the two services?

Parents
  • 1: The nRF514 SDK 5.2 has a S310 code example called "ble_ant_app_hrm" and this works with the S310 softdevice that's available on the Nordic website. The same and a couple of more code examples are available for the S310 in the recent SDK as well.

    2: It is possible to have both ANT and BLE links going concurrently. This is handled by the softdevice itself. Please have a look in the S310 SoftDevice specification for more details.

Reply
  • 1: The nRF514 SDK 5.2 has a S310 code example called "ble_ant_app_hrm" and this works with the S310 softdevice that's available on the Nordic website. The same and a couple of more code examples are available for the S310 in the recent SDK as well.

    2: It is possible to have both ANT and BLE links going concurrently. This is handled by the softdevice itself. Please have a look in the S310 SoftDevice specification for more details.

Children
Related