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

can't change Nrf51822_Beacon_app example changing a led color

hi,

i tried nrf51822_beacon_app.hex( C:\Nordic Semiconductor\nRF51822 Beacon v1.1.1\Source Code\nrf51_beacon\ble_app_beacon\pca20006\s110\arm_build\ ).in that we changed beacon_config_name.and then flashed into beacon,but not changed.we tried changing config_mode_led_msk from yellow to red.that also not working.

can you tell why cant i change the program.

Where we can find examples of PCA20006 module??

Parents
  • Hi,

    In normal beacon mode the name is not broadcasted. Beacons typically don't have a name, because there is little room left in the advertise packet after including the beacon payload. Beacons usually signal their intent and meaning by the URL or ID that they contain, and don't really need a local name.

    The BEACON_CONFIG_NAME is therefore only used when you are in config mode. You can enter config-mode by pressing the "configuration-mode button". The beacon then becomes connectable.

    We also have a beacon example for PCA20006 in the regular SDK. It's located in the folder SDK_foldder\examples\ble_peripheral\ble_app_beacon\pca20006\s130\arm5_no_packs

Reply
  • Hi,

    In normal beacon mode the name is not broadcasted. Beacons typically don't have a name, because there is little room left in the advertise packet after including the beacon payload. Beacons usually signal their intent and meaning by the URL or ID that they contain, and don't really need a local name.

    The BEACON_CONFIG_NAME is therefore only used when you are in config mode. You can enter config-mode by pressing the "configuration-mode button". The beacon then becomes connectable.

    We also have a beacon example for PCA20006 in the regular SDK. It's located in the folder SDK_foldder\examples\ble_peripheral\ble_app_beacon\pca20006\s130\arm5_no_packs

Children
Related