Hi, everyone
I am studying openthread.
I had a nrf52840 Dongle(running CLI/MTD example) act as MTD node to join in the openthread network.
The Dongle's LEDS were removed, and it was set as below:
> mode
s
Done
>txpower
>0 dBm
Done
> pollperiod 1000
Done
And then I use Power Profiler kit to supply power to the MTD node instead of USB, I get the power consumption as bellow:
then I change the tx power to -20dBm:
> txpower -20
Done
But the power consumption is nearly the same as above picture. It seems that the power consumption has not any change, why?
The avg current showed as above picture is higher than I expected, what can i do for reducing the power consumption? Will the following options work?
1. disable the usb.
2. increase the pollperiod.
3. enable the internal DC/DC.