Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roycuadra/wirelessrelay-wizard

This project serves as a practical example of IoT (Internet of Things) technology, showcasing seamless wireless device control through a standard web browser.
https://github.com/roycuadra/wirelessrelay-wizard

esp32 esp8266 home-automation iot-device relay

Last synced: about 2 hours ago
JSON representation

This project serves as a practical example of IoT (Internet of Things) technology, showcasing seamless wireless device control through a standard web browser.

Awesome Lists containing this project

README

        

# WirelessRelay Wizard

## Video Demonstration
Check this out [Video Demonstration](https://www.dropbox.com/scl/fi/2l01fe7jwbvobmozqn8aw/VID20231105195200.mp4?rlkey=d0561vvrgo3jbvtmx15pl6jf9&st=lil6m604&dl=0)

- This project demonstrates a simple web-based control panel using ESP32 or ESP8266.
- The control panel allows you to turn on and off GPIO12 remotely through a web browser.

## How It Works

The ESP32 or ESP8266 sets up an Access Point (AP) with the specified SSID and password. It hosts a web server that serves a simple HTML page with ON and OFF buttons. When you click the buttons, corresponding HTTP requests are sent to the ESP32 or ESP8266, and it toggles the state of GPIO12 accordingly..

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.