Control it with a browser on your computer, tablet or mobil or maybe with the timer example on Node-RED. Or use the four manual-override buttons to control the four relays.
This program is part of many different sketch examples from many different sources, like the clock from the ssd1306 examples and is primarily just a learning case. Made this a year ago (2019) and have been running now for a year (feb-2020) without any problem. (save to say, it works) Nothing fancy with the simple code and Node-RED example that needs to cleaned up, made beter or even shorter. But for now, it works.
The project is based on the
- ENC28J60,
placed on a
- Nano (ATmega328P).
Side components are
- SSD1306 OLED.
- 4 way relayboard.
- MP1584EN module.
- Four switches (4 buttons and 10K resistors).
- 12 volt powersupply.
This project uses libraries and code by different authors:
For Arduino IDE:
https://github.com/njh/EtherCard EtherCard is a driver for the Microchip ENC28J60 chip
https://github.com/lexus2k/ssd1306 ssd1306 driver is Arduino style C/C++ library
https://github.com/PaulStoffregen/Time the Arduino Time Library
For Node-RED:
https://flows.nodered.org/node/node-red-contrib-schedex
What about using MDNS!? - https://github.com/itavero/EtherCard-MDNS
Webpage!? Or at least a bit more info.
That time thing. NTP request at midnight.
Sketch uses 25192 bytes (82%) of program storage space. Maximum is 30720 bytes. Global variables use 1472 bytes (71%) of dynamic memory, leaving 576 bytes for local variables. Maximum is 2048 bytes.