5070

Meanwhile we have 5 different bins, so the task to remind the day and the bin is not as simple as it was years ago :)

I liked the idea of an illuminated waste-bin to remind us to put out the rubbish bins. Meanwhile we have 5 different bins, so the task to remind the day and the bin is not as simple as it was years ago :)

There is no soldering needed because everything is done by a Lolin C3 mini board containing an RGB LED.
You only need to activate your 3D printer.

The software gets the info from a JSON String published on a server in the following format:

{"2023-01-03":"biomass","2023-01-06":"valorlux","2023-01-11":"waste","2023-01-12":"paper",
 "2023-12-14":"paper","2023-12-19":"biomass","2023-12-22":"valorlux","2023-12-27":"waste"}

It uses my ESPToolbox library for WiFi and logging functions (UDP) and to get the time. To avoid version problems the lib is included in the sketch folder. Programming is done over OTA.

The software also publishes the data over `MQTT`.


All infos on: http://www.weigu.lu/microcontroller/waste_bin_reminder/index.html
Files on github: https://github.com/weigu1/waste_bin_reminder