Espruino-wifi not deepSleeping #5563
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2017-01-04 by @gfwilliams I think your problem is that you are still connected to WiFi - while the microcontroller itself can draw very little power, WiFi still takes a lot. Also, How about:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-29 by marcotglb
Hi friends.
I'm trying to get confidence with Espruino-wifi.
Here is a very simple program that just HPPT.get to a we server, on every 20 secs.
I've measured the current adsorbed and it is never below 20mA.
Of course it peaks to about 90mA when transmitting, but this is not the problem.
When measuring the board is not connected to USB.
Power (5V) is supplied on pins GND and VBA.
I was expecting less that 1 mA when deepSleeping, but, as far as I understand, I'm not able to convince the board to sleep deep enought :-).
So thanks for your help.
Marco
Here is my code.
Beta Was this translation helpful? Give feedback.
All reactions