Another sensor to add to the collection for my Home Weather Station project. I’m adding a Lux level sensor so that I can record the Lux levels thorughout the day. Not sure what for yet, perhaps for some automated sensors, or just to add to it. The more sensors the merrier I say. The better the readings and the more data you can log
What code am I using?
This is the code I’m using on my ESP8266 mini. I’m switching because my Arduino Nano doesn’t have built in WiFi and this device is more powerful and supports Arduino
#include <BH1750.h>
Pingback: Home DIY Weather Station | Andrew Hope