I am sending 13 bytes of data from my BLE application. Will the current consumption reduce after i limit that data to 4 bytes?
I am sending 13 bytes of data from my BLE application. Will the current consumption reduce after i limit that data to 4 bytes?
Hi sushil
That depends, it is better to send most of the data in one burst compared to many small data transmissions. If those additional 9 bytes is not necessary, then you will save some power by only transmitting those 4 bytes.
(you would save ~9us transmission time at arround 16uA)
But if you transmit all those data in smaller burst, then you have a bigger overlay of data transmitted.
BR Pål
@junsoo: I assume we are talking about the average current here. The average current depends not only the packet size but also how frequently you send the packets. We provided a power profiling tool here for calculation that. It's for nRF52, but you may have a rough idea how it would affect if you calculated it for nRF51.
@junsoo: I assume we are talking about the average current here. The average current depends not only the packet size but also how frequently you send the packets. We provided a power profiling tool here for calculation that. It's for nRF52, but you may have a rough idea how it would affect if you calculated it for nRF51.