#WiFi-connected Lux-sensor This project is for building a WiFi-connected Lux-sensor for the garage. The sensor used is Adafruit TSL2561 with I2C-Id: 0x39 WiFi ssid and password are stored in a file called config.h, which is not commited but looks like this: ```c++ #define WIFI_SSID "WiFi-ssid" #define WIFI_PASSWORD "password" ``` Cable-connection to sensor: Red: +3.3V Black: GND Yellow: SDA -> GPIO4 Blue: SCL -> GPIO5 Useful links: