Hello, I am working with CC2640R2FRSMR custom board and am able to transmit my data alright.
However when I did the power analysis, I found that during transmissions I am able to see some other transmissions as well every 45 ms. This is when I connect my Android phone using BLEScanner as well as nRFConnect apps. Upon using another phone, I found the interval of these extra signals to be 37seconds.
Following is the screenshot of the power analysis tool:
Here, the transmissions marked in red are my intended data transmissions occuring every 80 ms, while those marked in blue are unknown to me. It's probably for maintaining constant connection betwen the custom board and phone. If that is so, can you please suggest where can I change it to maximise the time duration between successive such transmissions, in order to save power? I have modified ProjectZero for my applications, so you may suggest the changes wrt its files, thankyou!
Also, can you please suggest what are the ways by which I can minimize the power consumption when I am using the MCU with various sensors?
As far as I understood, the MCU goes in low power mode by default, and I have also put the sensors to sleep when they are not in use, but is there any other way to do so? for example someone had suggested to remove UART includes if not being used from the src file.
Any help is appreciated, thanks!
Regards,
Ritoo Verma