I'm bigger of NRF52832 and beacon concept. I need modify my beacon data like Major,minor and Tx power change via mobile app configurable. please share any example code or how to implement this code in nrf52832 please share any information
I'm bigger of NRF52832 and beacon concept. I need modify my beacon data like Major,minor and Tx power change via mobile app configurable. please share any example code or how to implement this code in nrf52832 please share any information
Hi.
Not completely sure what you are trying to do.
Are you developing a mobile app that should be able to modify the data of your beacon?
Or do you simply want a beacon where you are able to change the tx power etc. runtime?
Best,
Joakim
Thanks for reply Joakim Jakobsen,
I'm trying to code develop in connectable iBeacon to modify UUID,Major,Minor,Tx power remotely change via nrf connect mobile app. How to change Nrf52832 SDK15.2 ble_app_beacon example code to connectable beacon what are the parameters change in example code...???
Hi.
the ble_app_beacon example can be used as a starting point to write an iBeacon application. The procedure for creating an iBeaconapplication and the specification should be available at mfi.apple.com. Once the specification is obtained, this application can be modified to fit the requirements of iBeacon.
Best regards.
You can take a look at the ble_app_beacon documentation here.
I have created complete ibeacon firmware based on nrf52 with android app for configuration.
github.com/.../ibeacon_nrf52