Hello,
I have a few questions regarding power consumption of the BLE modules
With regards to the nRF52810:
The data sheet lists the following as specifications for current consumption in both Tx and Rx
4.6mA – TX at 0dBm output power, 4.6mA – RX at 1Mbs
Is this the consumption when the module is actively transmitting or receiving?
Is it the consumption when the Tx/Rx radio is enabled?
What is the consumption when the radios are active but not receiving/transmitting data?
my main concern is standby current consumption of the units when they're waiting to receive data. If there is a spike to 4.6mA when receiving it is not a big concern, but continuous 4.6mA is too high consumption for a long life application.
the application I am developing is powered by coin cell batteries and must minimize current consumption.
there will be approximately 15 units, each unit when powered on will by default be in Rx mode. each unit has 1 button, when the button is pressed, the unit begins transmitting a message to the other units, for simplicity lets say it changes the color of a LED.
if unit 1 is pressed it transmits to all 9 units and they turn the LED red then goes back into Rx mode
if unit 2 is pressed it transmits to all 9 units and they turn the LED green then goes back into Rx mode
if unit 3 is pressed it transmits to all 9 units and they turn the LED blue then goes back into Rx mode
etc...
can this be done with simple advertising? since advertising can transmit 31bytes of data, that is more than enough to toggle some bits and change the status of some LED.