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

looking for ble hrm receiver and sd310

i work with the nrf51 example for ble and sd130 (nrf51 dongle and sniffer) and now i like to use sd310 for ble and ant+. is there also a example for sd310 (or sd110)? Thanks

  • Hi tom

    You can see in the nRF51 compatibility matrix what nRF51 SDK versions are compatible with the S310 stack. You should be able to find a heart rate example for the S310 stack in SDK 7.2.0 under \Nordic\nRF51_SDK_7.2.0_cf547b5\examples\multiprotocol\experimental_ble_ant_app_hrm\ pca10028\s310\arm.

    The S310 stack is a combined ANT stack (S210) and BLE peripheral stack (S110). You should be able to port any S110 example from \Nordic\nRF51_SDK_7.2.0_cf547b5\examples\ble_peripheral to the S310 stack, the porting guide is here. If you have been working with S130, you can port that code only if you have been using BLE peripheral features. Any BLE central features can not be ported to the S310.

Related