-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple relays #1
Comments
@bajki Yep, it is the idea, take a look at ESP8266Relays.cpp |
Nice. it works like a charm. One more question, |
@bajki it actually has a client ... you can play with a demo here That's a demo ... and here is the actual client Use it from http, not https because, though it is possible, the esp8266 is not configured to use it now ... Here is a tutorial, https://www.hackster.io/pulsartronic/programmable-wifi-digital-relay-switch-esp8266-app-code-6b5bf8 |
Can this be converted for ESP32? |
@bajki sure ... I never tried ... it shouldn't be difficult ... you would have to change references to ESP8266, for instance ESP8266WebServer and so on ... |
Hi can it be done to add multiple relays
The text was updated successfully, but these errors were encountered: