Search found 5 matches

by CoffeeBeans
Thu Apr 07, 2022 9:39 pm
Forum: ESP32 Arduino
Topic: Realistic for webserver to run on ESP32 24x7?
Replies: 4
Views: 3074

Re: Realistic for webserver to run on ESP32 24x7?

I will definitely give that a try. I'm not running on batteries, so power usage is a lesser issue.
by CoffeeBeans
Thu Apr 07, 2022 5:22 am
Forum: ESP32 Arduino
Topic: Realistic for webserver to run on ESP32 24x7?
Replies: 4
Views: 3074

Re: Realistic for webserver to run on ESP32 24x7?

Thanks for that. I will definitely try watching the memory usage and seeing if it goes down, and look to pointers instead of strings. I have done some further reading on other people having similar issues of the web server not responding and it seems there may be a timeout I can use to drop connecti...
by CoffeeBeans
Sat Apr 02, 2022 11:11 pm
Forum: ESP32 Arduino
Topic: Realistic for webserver to run on ESP32 24x7?
Replies: 4
Views: 3074

Realistic for webserver to run on ESP32 24x7?

I am running web server (ESPAsyncWebServer) for a coffee machine application on an ESP32 that I would like to run 24x7. What I'm finding at present is that it runs for a few days and then the web server stops receiving requests, and I have to push the reset button on the chip. I have looked at all o...
by CoffeeBeans
Fri Feb 18, 2022 11:04 pm
Forum: ESP32 Arduino
Topic: Is anyone using PID_v2? (How to autotune)
Replies: 0
Views: 1290

Is anyone using PID_v2? (How to autotune)

Is anyone using the PID_v2 Arduino library? I have tried to contact the author with no success. Is there an autotune method available? Alternatively, how does one come up with suitable P, I, D values? I have tried comparing the values in the example file from a Silvia PID project with the values I a...
by CoffeeBeans
Thu Feb 17, 2022 3:21 am
Forum: Hardware
Topic: Running ESP32 in sealed enclosure
Replies: 1
Views: 1628

Running ESP32 in sealed enclosure

Is it safe to run an ESP32 in a sealed enclosure? It will be using WiFi, and will be operating under a coffee machine, so I would like it to be in a sealed container in case the machine ever has a leak.