Search found 8 matches
- Tue Jun 21, 2022 9:08 am
- Forum: General Discussion
- Topic: ESP 32 doesn´t reboot
- Replies: 11
- Views: 7839
Re: ESP 32 doesn´t reboot
The voltage supervisor finally solved my problem. It´s working for 1 week without failure. The ESP doesn´t get to "limbo state" anymore and does it´s job. Thank you verry much for the tip again
- Fri May 27, 2022 11:10 am
- Forum: General Discussion
- Topic: ESP 32 doesn´t reboot
- Replies: 11
- Views: 7839
Re: ESP 32 doesn´t reboot
I´m wondering how you implemented, that the ESP32 goes to Deep Sleep before the brownout occures. There must be a detection that recognizes when my ESP is close to brownout or how did you do that?
Greetings
Kanstinho
Greetings
Kanstinho
- Fri May 27, 2022 10:20 am
- Forum: General Discussion
- Topic: ESP 32 doesn´t reboot
- Replies: 11
- Views: 7839
Re: ESP 32 doesn´t reboot
thank you, I will try that out. I´m currently waiting for my voltage supervisor.
- Tue May 24, 2022 11:42 am
- Forum: General Discussion
- Topic: ESP 32 doesn´t reboot
- Replies: 11
- Views: 7839
Re: ESP 32 doesn´t reboot
Hello, i don´t think i can provide a detailed hardware picture, because it´s part of the concern i´m working in. Basically: I got my Solar modul. On my board theres a buck converter which bring´s the voltage to 3.3 V (the solar cell brings around 35V normally). The solar modul is my only power suppl...
- Fri May 20, 2022 9:30 am
- Forum: General Discussion
- Topic: ESP 32 doesn´t reboot
- Replies: 11
- Views: 7839
Re: ESP 32 doesn´t reboot
thank you verry much everyone, i appreciate it.
chegewara that voltage supervisor looks promising and could be the reason for my problem. Especially because i use solar energy as a power supply. I will try that out, thank you verry much!
chegewara that voltage supervisor looks promising and could be the reason for my problem. Especially because i use solar energy as a power supply. I will try that out, thank you verry much!
- Fri May 20, 2022 8:49 am
- Forum: General Discussion
- Topic: Restart the ESP32
- Replies: 4
- Views: 2949
Re: Restart the ESP32
Hello Craige,
in my case the ramp up from 0-5V can be pretty slow. Is there a way how i can tell the ESP32 that it should only start when the voltage is like 10V or something. I could create a switch case in my Software, but therefore the program must start which isn´t always the case.
in my case the ramp up from 0-5V can be pretty slow. Is there a way how i can tell the ESP32 that it should only start when the voltage is like 10V or something. I could create a switch case in my Software, but therefore the program must start which isn´t always the case.
- Tue May 10, 2022 12:07 pm
- Forum: General Discussion
- Topic: Restart the ESP32
- Replies: 4
- Views: 2949
Restart the ESP32
Hello everybody. As i wrote in another topic, i have a problem, that my ESP32 doesn´t restart properly sometimes. When i do esp.restart() it doesn´t help, but when i take away the current for a short time, the ESP32 starts again. So i want to implement something like that in my Software ("Hard Resta...
- Tue May 10, 2022 7:51 am
- Forum: General Discussion
- Topic: ESP 32 doesn´t reboot
- Replies: 11
- Views: 7839
ESP 32 doesn´t reboot
Hello everybody, i have a problem with my ESP32 that annoys me for a long time and i can´t figure out what the problem is. My Esp32 takes messurements, which works fine. When there is not enough voltage or current, the ESP32 shuts down (which is good) and only reboots when there is enough Power (tha...