Other Parts Discussed in Thread: ENERGYTRACE
Tool/software:
Hi Team,
Based on the example rfPacketTRx in CCS, how can we change it to start receiving once every 15 seconds while idle time is in power-saving mode?
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.
Tool/software:
Hi Team,
Based on the example rfPacketTRx in CCS, how can we change it to start receiving once every 15 seconds while idle time is in power-saving mode?
Hi Reed,
You can define a timeout for the RX command as explained here: https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/711930/ccs-cc1350-rx-timeout/2623647#2623647
The example shown on that thread will leave the RX command running for 1 second, and then timeout.
Regards,
Arthur
Hi Arthur,
Thank you for your feedback.
The code makes rx timeout after 10 seconds. How to re-trigger rx function after 15 seconds?
After above timeout, the current still very large (EnergyTrace shows about 7mA).
How to make it go to sleep?
Hi Reed,
You can do it in several ways:

Regards,
Arthur