Hi
I am working on BLE Eddystone example program in nRF52832 using SDK 15.3.0.
can i change the password entered in the nrf Beacon for Eddystone app into ascii value.
Hi
I am working on BLE Eddystone example program in nRF52832 using SDK 15.3.0.
can i change the password entered in the nrf Beacon for Eddystone app into ascii value.
i changed APP_CONFIG_LOCK_CODE in ble_app_eddystone to sting of "abcdefghijklmnop". then i flash code into nRF52832. In nrf Beacon for Eddystone app, I entered "abcdefghijklmnop" as a lock code for unlock Beacon. but it showed error. then i enter hex value of "abcdefghijklmnop"(61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70). then it unlocked. i need to enter string value directly. So what changes i have to do for this.
Regards
sree
i changed APP_CONFIG_LOCK_CODE in ble_app_eddystone to sting of "abcdefghijklmnop". then i flash code into nRF52832. In nrf Beacon for Eddystone app, I entered "abcdefghijklmnop" as a lock code for unlock Beacon. but it showed error. then i enter hex value of "abcdefghijklmnop"(61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70). then it unlocked. i need to enter string value directly. So what changes i have to do for this.
Regards
sree
I assume you would need to write/modify your own app, that will take a string input and convert it to hex.
In nRF Beacon for Eddystone app, can i enter ascii characters instead of byte array ??