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

Read and write beacon properties (UUID, Major, Minor) on s110_nrf51822_7.0.0

I'm trying to implement the ability to change the beacon properties (UUID, Major, Minor) using NRF Beacon Android app. My project is based on s110_nrf51822_7.0.0 (ble_app_beacon), however, the reference code example that I use is "ble_app_beacon_bcs" from nRF51822 Smart Beacon Kit based on s110_nRF51822_6.0.0. When I'm calling "beacon_write_handler(ble_bcs_t * p_lbs, beacon_data_type_t type, uint8_t *data)" function (e.g. after changing the UUID via Android app and tapping ok button) I'm getting "Error 133 occurred" in NRF Beacon Android app. What does this error mean? I've noticed that in "ble_app_beacon_bcs" example modified "pstorage_mod.c" file is used instead of original "pstorage.c" file. What should I add or modify to be able read and write these parameters (UUID, Major, Minor) via nRF Beacon Android app?

Parents Reply Children
Related