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.

CC1312R, TIDA-010024, 6LoWPAN Mesh: a few questions

Other Parts Discussed in Thread: CC1312R, CC1352R, TIDA-010024

1. Power consumption

The "debug_push_leaf" appears to achieve around 40uA. Is it not too much? CC1312R should take less 1uA in Standby Mode. Is it possible to make it better than 40uA? 

2. Strange transactions in the sniffer

The "debug_push_leaf" should not send any keep alive packets, but I see some TX/RX activity in the sniffer. Although in my case I changed the Clock parameters

clockParams.period = 180 * CLOCK_SECOND;   // send application data every 180 seconds

and the app_send() should run once per 3 minutes. The rest time it should sleep. But anyway I see that the node periodically sends something to the data collector. What is going wrong?