Page 1 of 1
Problem with powerbank with ESP32
Posted: Fri Jan 18, 2019 2:04 pm
by NBAntony13
I tried to use this powerbank Wich I attach, but it doesn't work with ESP32. Maybe I'm missing something, but I can't understand what's the problem. To your knowledge, is it possible to use any powerbank to supply ESP32? If it is possible , do you have any recommendations for the model and others?
Re: Problem with powerbank with ESP32
Posted: Sat Jan 19, 2019 3:10 am
by ESP_Sprite
If you added an attachment, I think it failed... not seeing it here. Furthermore, it helps if you state what issues you're seeing (serial output?)
Re: Problem with powerbank with ESP32
Posted: Mon Jan 21, 2019 9:09 am
by NBAntony13
Sorry for the late reply and sorry for the image of powerbank I forgot to insert in the topic.
The ESP32 when is attach to powerbank won't turn on.
Re: Problem with powerbank with ESP32
Posted: Mon Jan 21, 2019 12:27 pm
by mikemoy
I am not saying this is the problem, but I have seen power banks that will not power up deices if the load is not high enough.
Re: Problem with powerbank with ESP32
Posted: Tue Jan 22, 2019 1:25 am
by ESP_Sprite
Also, on some boards, you need to manually reset the ESP32 before it properly powers on in the user application. Can you try that?
Re: Problem with powerbank with ESP32
Posted: Tue Jan 22, 2019 3:08 am
by ESP_Angus
mikemoy wrote: ↑Mon Jan 21, 2019 12:27 pm
I am not saying this is the problem, but I have seen power banks that will not power up deices if the load is not high enough.
Yes. I have had no success using power banks as a power source for ESP8266 or ESP32 for this reason. As soon as the consumed current drops below some level, the battery thinks the "phone" is fully charged and turns off the charging output.
Re: Problem with powerbank with ESP32
Posted: Tue Jan 22, 2019 9:45 am
by NBAntony13
ESP_Sprite wrote:
Also, on some boards, you need to manually reset the ESP32 before it properly powers on in the user application. Can you try that?
I tried but it doesn't work :/
ESP_Angus wrote:
mikemoy wrote: ↑Mon Jan 21, 2019 12:27 pm
I am not saying this is the problem, but I have seen power banks that will not power up deices if the load is not high enough.
Yes. I have had no success using power banks as a power source for ESP8266 or ESP32 for this reason. As soon as the consumed current drops below some level, the battery thinks the "phone" is fully charged and turns off the charging output.
Can I use other device for give power to ESP32?
P.S. thanks for the replies, I appreciate it