My customer is implementing a Peripheral+Observer combo role project, using the demo code
found in this link: processors.wiki.ti.com/.../SimpleBLE_ComboRoles
But instead of scanning once per key press, The scanning is started every 5 seconds in a
periodic event handler. After running the continuous advertising every 100ms + scanning every 5 sec for around 4 hours,
there's no longer any RF activities.
Looking at the current waveform to CC2541 confirms there's no more Tx/Rx current spikes.
However, the firmware is still running (the LCD still get constantly update), and therefore the MCU is still alive.
The firmware was tested on (SmartRF05 + CC2541EM and BLE Stack 1.40) to eliminate hardware issue.
Can TI please confirm if this is an issue in the stack libraries ? and please advise any solution for this ?
- Thomas