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

SDK13 Eddystone example bugs & quirks for PCA10040

Hi,

Just wanted to point out that I noticed that after pressing Button 1 to put the device into connectable advertising mode, LED 3 turns on as expected. But if the connectable advertising times out without any connection requests from a client, LED 3 does not turn off as I would expect.

Also, in nrf_ble_es.c, in the function adv_slots_init(void):

shouldn't this line in the default_adv_slot structure:

.radio_tx_pwr = 0,

be this instead:

.radio_tx_pwr = DEFAULT_FRAME_TX_POWER,

as DEFAULT_RAME_TX_POWER is defined in es_app_config.h

Cheers,

Tony

Related