Hi Everyone,
We trying to make Tag using nRF52810 with following expected output
1. The Tag need to send the data at fixed interval (say for every 2 or 3 sec) continuously at particular frequency.
2. The circuit must be well battery optimized.
Now, We have designed the hardware and first we tried the code for esb_tx for nRF52810 which is there in nordic SDK version nRF5SDK16 and at receiving end we are using nRF52DK
and the Transmitting from nRF52810 and receiving to nRF52DK is working fine and correctly.
But we are facing problem on battery life..we are using CR2032 coin cell to power on the Transmitter(nRF52810) but the battery drains completely within just around 48 hours only.
Then we tried our same tag with empty code in it but the result about battery performance is the same.
Please help us regarding the following issues:-
1.How to optimized the battery performance for targeting the battery life about 1 year
2. In our applications we need the change the number of bytes of the transmitted data i.e. in some application we need one byte to get transmitted while in other it would be 4 bytes.
so please guide us regarding this like where do I need to change in S/W to change the transmitted data.
Please help us ASAP.
Thanks in advanced.