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?