thisoldgeek / ESP8266-RCSwitch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Arduino 100.0%