Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.54 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.54 KB

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-