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

Send notification from central device to peripheral device

Hi all,

I'm using ble_app_multirole_lesc example to develop my application, it connect to android phone as peripheral role and now I need it to connect to another nrf52832 as central role

When a specific event happen it will send some data to the central nrf52 device immediately, i expect it to be a notification.Is there any guide or any example can I refer to get it done?

Thank you for your help!

Parents
  • Hi,

    I'm not sure if I understand what you are trying to do here. So you are running the ble_app_multirole_lesc example. You want the device to be a central and connect to a peripheral device(another nrf52832). Do you mean to send some data to the central(the device with ble_app_multirole_lesc example) when a specific event happens on the peripheral?

Reply
  • Hi,

    I'm not sure if I understand what you are trying to do here. So you are running the ble_app_multirole_lesc example. You want the device to be a central and connect to a peripheral device(another nrf52832). Do you mean to send some data to the central(the device with ble_app_multirole_lesc example) when a specific event happens on the peripheral?

Children
Related