Current usage when electron put to sleep with network_standby

Hey,
I am putting my E-Series eval kit to sleep with following command:

System.sleep(D1,RISING, 30,SLEEP_NETWORK_STANDBY);

SystemMode is automatic and SystemThread(ENABLED)

I am measuring around 30mA during sleep mode. From Blog:Choosing the right sleep mode it states it will use around 6mA. Am I missing something? Any suggestions?

Thanks

During Stop Sleep your other pins will keep their state and hence contribute to the over all current draw as well as any external components powered off 3v3 or Vin.
The 6mA are the “estimate” for the device not having anything else connected to it while sleeping.

In my current setup I have nothing connected to the board.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.