Skip to content

ESP01 Board to control 4 relays/ssrs via WiFi webserver

Notifications You must be signed in to change notification settings

bakee/wifi_remote_8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifi_remote_8266

ESP01 Board to control 4 relays/ssrs via WiFi webserver. This code uses 4 relay since, the very low cost ESP01 board has only 4 usable pins.

Pre-requisite

Steps

  • Update wifi_credentials.h file according to your wifi network
  • Make sure the esp 8266 board is selected as the current board
  • Upload program to the board
  • ESP board will aquire an IP address from the router. To know this IP address:
  • Get it by accessing your router control panel
  • or
  • ESP board will broadcast it's ip address at port 64101, so by listening to this port with any UDP listener this ip address can be known
  • Use any browser and go to that ip address using port 8081. For example, if the ip address of ESP board is 192.168.8.5, then type https://192.168.8.5:8081/ in the address bar.
  • Control ESP pins from the web interface

About

ESP01 Board to control 4 relays/ssrs via WiFi webserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published