Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By nikant
#44647 This is a sketch I made for controlling RF remote control sockets or relays that operate at the 433MHz frequency and are compatible with the Arduino/esp8266 RCSwitch libraries.

The main feature is that you can schedule events (up to 10) to turn ON/OFF your devices that repeat daily/weekly or that actuate once only within a week from setting the command.

A web interface is used to control the RF devices directly given a relative command at the main form and also scheduling the time events by giving at the same form a keyword to enter the scheduled events interface.

In the whole sketch these scheduled events are named Time Commands.

Image

Check more and a video here: https://nobugsjustfeatures.wordpress.co ... 6-nodemcu/
User avatar
By nikant
#60280 Got some free time on my hand and I did an update to this (self contained ESP8266 RF433 Interface with scheduling actions, home brew wemo :p)
Changed a bit the code, updated README with more instructions on How To and also provide a demo Android app

https://github.com/nikant/THE433