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

merge iBeacon and ble_blinky code for connectable beacon

It has possible to add iBeacon advertising structure to add ble_app_blinky example code. I'm implement connectable iBeacon advertising every 5second it's connected nrf connect app advertising stop led button service activated then control led on and off with NRF connect app. how do i implement this concept what types of example code i used to make this output.

Thank you

Parents Reply
  • Sorry for the delayed response. I have been busy with other support activity unfortunately. As the documentation states, "Whenever the values need to be updated, the user must set the UICR to a desired value using the nrfjprog tool and restart the application to bring the changes into effect. T" You could use a custom characteristic that you set via nRF Connect & whenever that value changes, you can handle that change by writting to the uicr register value in your application. You need to remember to reset the chip afterwards for the uicr changes to occur.

Children
No Data
Related