Anonymous
7/19/2025, 5:54:59 PM No.2932625
Anons, I'd like to build a small smart power strip controlled by a small ESP32 where I can use a special sketch to "time" the various Schuko sockets. Basically, it's all relatively simple. The ESP runs a tiny web server that allows you to monitor, turn on/off, and time the various sockets. Obviously, I can't run 230AC at 16A on the ESP, so I was thinking of using relays, but I hate the fact that they consume current to stay energized and then close the contact (which also consumes energy). So I was thinking of bistable relays, perhaps step-by-step ones that open or close the contacts with each incoming pulse, effectively consuming energy only when needed.
On paper, it should sound good. Let's also consider the fact that I'd like to power the ESP32 and the various relays with a battery pack (or a power bank) that can be recharged when the batteries run out, so as not to further impact consumption.
I can't find any Arduino-powered relays online right now, and I don't know if they exist. Any suggestions?
On paper, it should sound good. Let's also consider the fact that I'd like to power the ESP32 and the various relays with a battery pack (or a power bank) that can be recharged when the batteries run out, so as not to further impact consumption.
I can't find any Arduino-powered relays online right now, and I don't know if they exist. Any suggestions?
Replies: