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

Read BLE received data when being a peripheral ?

hello everyone ,

Well first I have to mention that I'm at a the very starting stages in using this great DK and I went throw some tutorials ... Well , I have some questions that might seem stupid so please forgive that fact , my question is how to read received data from when the nRF51 422 being a peripheral ? I actually also would like to know something else , I've spent quite time trying to follow the the heart rate example and at some point I guess that the data was encrypted before being sent so my second stupid question is how is the data supposed to be dealt with when received by an application ? thank you for your attention

Parents
  • FormerMember
    0 FormerMember

    First, it may be useful to take a look at the Heart Rate example documentation in the SDK.

    What do you mean by "how is the data supposed to be dealt with when received by an application", if it is the central side you refer to, it depends on the application: a heart rate monitor would for example show the current heart rate on a screen.

    The example ble_app_hrs_c shows how the central side for a heart rate link can be implemented. The documentation for that example can be found here.

Reply
  • FormerMember
    0 FormerMember

    First, it may be useful to take a look at the Heart Rate example documentation in the SDK.

    What do you mean by "how is the data supposed to be dealt with when received by an application", if it is the central side you refer to, it depends on the application: a heart rate monitor would for example show the current heart rate on a screen.

    The example ble_app_hrs_c shows how the central side for a heart rate link can be implemented. The documentation for that example can be found here.

Children
Related