Smart aquarium LED controller using arduino
#arduino #nodemcu #wifi #aquarium #led #WeMos
You can manage some devices via web-page. You can configure timetable, swith on/off, configure values for PWM chanels.
- Boards:
- NodeMcu v3
- WeMos D1
- etc (based on ESP8266)
- RTC:
- DS3231
- DS3207
- DS1302
- Clone the repo
- Choose scetch file (WiFiWebServer.ino or WiFiWebServer_DS1302.ino)
- Upload/attach libs (All lib are included in folder Lib) or can be download via ArduinoMarketPlace. See comments in scetch)
- Re-configure pins according to your board connecction and platform
- Upload code in ardiono
- See com-port for recognize where your app will be hosted (ip-address)
- Connect to it via browser
- Use it! Be Happy!
Or you can even click buttosk on static HTML here
MIT
Free Software, Hell Yeah!