Hi,
Need to know the largest amount of power consumption that the Nordic (nrf52) can consume during the highest power bluetooth mode?
Also, what is the largest power consumption of nrf52 at any other state (other than bluetooth)?
Thanks
Hi,
Need to know the largest amount of power consumption that the Nordic (nrf52) can consume during the highest power bluetooth mode?
Also, what is the largest power consumption of nrf52 at any other state (other than bluetooth)?
Thanks
the most current used for RF module is 10+mA and 0db. But the RF is not continiously work, it's work durty time is depend on the transmit interval-time, the payload for each package, the latency, etc. which are definded by your code.
And you need to meter what the peripherls's current by your self, and shut off them when necessary.
the most current used for RF module is 10+mA and 0db. But the RF is not continiously work, it's work durty time is depend on the transmit interval-time, the payload for each package, the latency, etc. which are definded by your code.
And you need to meter what the peripherls's current by your self, and shut off them when necessary.