Hi
In eddystone when we connect the beacon in connectable mode then it start non connectable advertising automatically without disconnect, same time we can change parameter. how can implement this feature.
Regards
Hi
In eddystone when we connect the beacon in connectable mode then it start non connectable advertising automatically without disconnect, same time we can change parameter. how can implement this feature.
Regards
Hi,
I would suggest checking out one of the tutorials.
https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial
And nRF5 SDK v15.3.0: Beacon Transmitter Sample Application example in the SDK.
It could be a good starting point.
Best regards,
Amanda H.
Note that the Advertising Module used in most SDK v15 examples does not let you set non-connectable advertising - so you have to do it manually.
The ble_app_beacon (already mentioned by Amanda Hsieh) and ble_app_blinky examples do not use the advertising module: