Tool/software:
HI Ti:
I'm having some trouble with the rfPacketTX routine for the cc2340r5.Here is the code I modified
This is my device:
Here's the current I measured:
The 4-minute average current is now 33.98uA as shown in the last graph
Now I have two questions:
1:Is it necessary to close the rf and then open it when switching channels, i.e. call RCL_close() and then RCL_open()? This may consume more time increasing power consumption.
2:As the current waveform shows, I am using a voltage of 3.3 V. The total energy used to send 3 channels in a row is 3.3 V * 3.4 mA * 3.23 ms = 36.2406。But only counting the energy consumption when sending, as shown in the penultimate 2, 3 and 4 graphs: the energy consumption is
3.3V*4.6mA*0.4667mS = 7.08
3.3V*4.6mA*0.4833mS = 7.3
3.3V*4.7mA*0.4667mS = 7.2
Total 21.58
So the effective energy share is 21.58/36.2406 = 0.595 = 59.5%.
Can there be a way to increase this percentage?
thanks!!
Regards,
Yi