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

integrating the NUS_service into ble_beacon

hello,

I am trying to integrating ble_nus_init( ), inside ble_beacon_app, receiving through NUS_service and transmitting through beacon,

but program is stuck inside ble_advertising() initialization, because both are differently initialization method, 

so my question is how to used ble_advertising_start( ) in ble_app_beacon application.

Thanks 

Parents
  • You will have to either use the ble_advertising module (wrapper around the softdevice api) or the softdevice api directly. I don't have any other suggestion that to study the examples for either, and choose the one you want. If you support bonding then using the ble_advertising module is preferred due to whitelist etc, else you may use the softdevice api directly yes.

Reply
  • You will have to either use the ble_advertising module (wrapper around the softdevice api) or the softdevice api directly. I don't have any other suggestion that to study the examples for either, and choose the one you want. If you support bonding then using the ble_advertising module is preferred due to whitelist etc, else you may use the softdevice api directly yes.

Children
Related