Hi,
I want to add my own data into beacon advertisement packet. for example I want to add my data as "ABC0001", and it should be available in advertisement packet. How to add this?
Hi,
I want to add my own data into beacon advertisement packet. for example I want to add my data as "ABC0001", and it should be available in advertisement packet. How to add this?
hi Jared,
I have seen the tutorial, but not able to add the customized data in the beacon advertisement packet itself. Do you have any example with ble_app_beacon?
In the ble_app_beacon example, the data that is advertised is decided by the uint8_t m_beacon_info array. You can set this array to the data that you want to be advertised. You should also change the APP_BEACON_INFO_LENGTH so that it fits the length of the data that is advertised.