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

Eddystone password change in nRF52832

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.

Parents
  • 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

Reply
  • 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

Children
Related