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

HRS demo, but in reverse.

I want to set up the HRS demo, but in reverse. I want to use my PCA10001 board to receive heart rate data from a peripheral device (already working and tested on my PC). It will be the only peripheral device on the piconet and will only ever transmit data to the central - i.e. the PCA10001 will not send data to the HRM. As the nRF51822 will be doing a lot of "other stuff" I would like to keep the S120 code to a minimum by removing anything that is not required. Where do I start? Could I use the code from the PCA10000 "dongle" as a starting point? If so, is the source code available?

Parents
  • FormerMember
    0 FormerMember

    Hello,

    In the SDK, there is a heart rate example (ble_app_hrs_c) where the nRF51822 is the central device. I would think that example could be a good starting point. The example can be found in the following folder: C:\Keil\ARM\Device\Nordic\nrf51822\Board\nrf6310\s120\experimental

    Regards, Kristin

Reply
  • FormerMember
    0 FormerMember

    Hello,

    In the SDK, there is a heart rate example (ble_app_hrs_c) where the nRF51822 is the central device. I would think that example could be a good starting point. The example can be found in the following folder: C:\Keil\ARM\Device\Nordic\nrf51822\Board\nrf6310\s120\experimental

    Regards, Kristin

Children
Related