Skip to content

Quick and dirty demonstration of Arduino IDE to ESP8266 turning on/off an RCSwitch via web browser

Notifications You must be signed in to change notification settings

thisoldgeek/ESP8266-RCSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ESP8266-RCSwitch

Updated 23-May-2015

Replaced placeholder "XXXXXX" for RCSwitch Library name with correct library on github (ninjablocks)

Description:

This is an Arduino IDE project that targets the cheap ESP8266 WiFi module. The example program will turn a 433MHz remote power outlet on or off from a web page served by the ESP8266.

This is a very quick-and-dirty demonstration to get you started!

Configuration:

Testing:

  • Run the Serial Monitor from the new IDE to find the IP address or use your router's client tools to find it
  • http://"ESP8266ip"/sw1/0 = OFF; http://"ESP8266ip"/sw1/1 = ON

Acknowledgements:

In no particular order-

About

Quick and dirty demonstration of Arduino IDE to ESP8266 turning on/off an RCSwitch via web browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%