Skip to content

Jorgen-VikingGod/ESP8266-WiFi-Relay

Repository files navigation

ESP8266-WiFi-Relay

simple sketch for ESP8266 of using ESP8266WebServer to switch relays on GPIO pins and serves a simple website with toggle buttons for each relay.

Features

  • Data is encoded as JSON object
  • get and set relay states also by simple GET requests
  • Bootstrap and jQuery for beautiful Web Pages for both Mobile and Desktop Screens
  • ArduinoOTA updates
  • MDNS support

What You Will Need

Hardware

  • An ESP8266 module or development board like WeMos or NodeMcu with at least 32Mbit Flash (equals to 4MBytes)
  • 8 Relay Modules

Software

Building From Source

Please install Arduino IDE if you didn't already, then add ESP8266 Core (Beware! Install Git Version) on top of it. Additional Library download links are listed below:

You also need to upload web files to your ESP with ESP8266FS Uploader.

Unlisted libraries are part of ESP8266 Core for Arduino IDE, so you don't need to download them.

Steps

  • First, flash firmware by Arduino IDE or with your favourite flash tool
  • Flash website data to SPIFFS either using ESP8266FS Uploader tool or with your favourite flash tool
  • (optional) Fire up your serial monitor to get informed
  • Power on your ESP8266
  • Check your new IP address from serial monitor or DHCP network settings and connect to your ESP8299. (You can also use "http://wifi-relay.local").
  • Toggle relay 1, relay 2, .., relay 7 and relay 8 buttons on or off and enjoy your WiFi relay device.
  • Congratulations, everything went well, if you encounter any issue feel free to ask help on GitHub.

About

simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published