This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issues with POWER_SAVINGS and removing standby for beacon mode CC2650

Other Parts Discussed in Thread: CC2650

Hello,

I am trying to use a CC2650 as a beacon sensor. Then it should be always discoverable, so the data from the sensord can be recovered every X minutes.

I am using the SensorTag code as a start to try removing POWER_SAVINGS and disable standby and idle mode by using

"

Power_setConstraint(Power_SB_DISALLOW);
Power_setConstraint(Power_IDLE_PD_DISALLOW);

"


Still no success, any thoughts?