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

data exchange between central and peripheral

use SDK17.

central uses nRF52832 and peripheral uses nRF52810.

I want to implement the exchange of data with each other.

First, the central scanned and connected.

After that, how can I send data to Peripheral?

Thank you...

Parents Reply

  • I am also doing the same. The blinky example.
    1) I did the peripheral example and I am able to see that in the phone app.
    2) I did the central example and I think it connects to the peripheral bec as soon as I start the central, the peripheral just vanishes from the phone app.
    3) I am not able to see the pushing of the button on central and blink the LED on peripheral or vice versa.
    4) I am using:
              a) ble_peripheral\experimental_ble_app_blinky   as peripheral example
              b) ble_central\experimental\ble_app_blinky_c      as central example
              c) Keil, nrf51822, S130 sodtdevice.

    Please help me.
    Do I need to change something in the code or am I missing something. (because the status of LED always remains high on both central and peripheral sides).

Children
Related