Hi
Did you have tested the power current of nRF24LU1 when RF was off and USB worked normally?
We want it less than 4mA. Could you have any idea to make it? Thanks.
Hi
Did you have tested the power current of nRF24LU1 when RF was off and USB worked normally?
We want it less than 4mA. Could you have any idea to make it? Thanks.
Hi Jeffery,
The typical current draw of the USB (including PLL etc.) when active is 4.4 mA. If you are then also running the MCU at 16M, then the total current consumption will be: 6.3 mA (16M speed) + 4.4 = 10.7 mA.
The best case scenario is to lower the MCU clock speed, which then will be similar to: 1 mA (32 kHz MCU speed) + 4.4 mA = 5.4 mA
There is a power-down option in the LU1+ (PWRDWN register), where you can set wakeup-on-USB (or RTC/pin/RF), which consumes 480 uA (Istandby). The wake up time from this mode is specified in the electrical specification, which is chapter 5 in the datasheet.
Best regards Håkon
Hi Jeffery,
The typical current draw of the USB (including PLL etc.) when active is 4.4 mA. If you are then also running the MCU at 16M, then the total current consumption will be: 6.3 mA (16M speed) + 4.4 = 10.7 mA.
The best case scenario is to lower the MCU clock speed, which then will be similar to: 1 mA (32 kHz MCU speed) + 4.4 mA = 5.4 mA
There is a power-down option in the LU1+ (PWRDWN register), where you can set wakeup-on-USB (or RTC/pin/RF), which consumes 480 uA (Istandby). The wake up time from this mode is specified in the electrical specification, which is chapter 5 in the datasheet.
Best regards Håkon