Skip to content

How do you keep an ESP32 AP running 24/7? #14436

Answered by glenn20
davefes asked this question in ESP32
Discussion options

You must be logged in to vote

One approach is to have a client which is expected to send heartbeat signals to your server. In this way, it doesnt matter what state your software/hardware gets into, but it does rely on at least one active heartbeat device on your network.

You could use the heartbeat to feed a watchdog or have your watchdog task check the time since the last heartbeat and stop feeding the watchdog if the heartbeat has timed out.

Replies: 2 comments 26 replies

Comment options

You must be logged in to vote
1 reply
@davefes
Comment options

Answer selected by davefes
Comment options

You must be logged in to vote
25 replies
@glenn20
Comment options

@davefes
Comment options

@davefes
Comment options

@davefes
Comment options

@davefes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants