aquarium light controller
Posted: Fri Feb 16, 2018 6:41 am
Hello,
my current project is an aquarium lamp for my saltwater aquarium.
The ESP8266 (Wemos D1) is the uC that is controlling the 2 LED drivers (Meanwell LDD-1000) via PWM.
Each LED driver power 6 LEDs, so I have a channel of 6 blue LEDs and 6 white LEDs.
At the moment the code I have is running stable.
It gets the time at reboot via NTP after connecting to my WiFi and then compares the time to some fixed times fixed in a table and sets the LED brightness (PWM) according to the values for the two channels in the table.
No I came to the point were I don't know how to proceed.
My goal would be to be able to change the PWM values in the table via wifi/browser.
I found here one project, similar to mine, so you get a clue what I mean, but unfortunetly the link to GitHub is broken.
viewtopic.php?f=152&t=8767
It would be nice to generate a website like this
https://images-na.ssl-images-amazon.com ... L1000_.jpg
or this
download/file.php?id=2256&mode=view
Any clue how I could proceed?
Would really appreciate some help!
Best regards,
Michael
my current project is an aquarium lamp for my saltwater aquarium.
The ESP8266 (Wemos D1) is the uC that is controlling the 2 LED drivers (Meanwell LDD-1000) via PWM.
Each LED driver power 6 LEDs, so I have a channel of 6 blue LEDs and 6 white LEDs.
At the moment the code I have is running stable.
It gets the time at reboot via NTP after connecting to my WiFi and then compares the time to some fixed times fixed in a table and sets the LED brightness (PWM) according to the values for the two channels in the table.
No I came to the point were I don't know how to proceed.
My goal would be to be able to change the PWM values in the table via wifi/browser.
I found here one project, similar to mine, so you get a clue what I mean, but unfortunetly the link to GitHub is broken.
viewtopic.php?f=152&t=8767
It would be nice to generate a website like this
https://images-na.ssl-images-amazon.com ... L1000_.jpg
or this
download/file.php?id=2256&mode=view
Any clue how I could proceed?
Would really appreciate some help!
Best regards,
Michael