ESP8266-Based project that reads lux-sensor (I2C) and sends data over WiFi.
|
8 years ago | |
---|---|---|
README.md | 8 years ago | |
makefile | 8 years ago | |
wifi_lux_sensor.cpp | 8 years ago |
This project is for builing a WiFi-connected Lux-sensor for the garage.
The sensor used is Adafruit TSL2561.
WiFi ssid and password are stored in a file called config.h, which is not commited but looks like this: #define WIFI_SSID "WiFi-ssid" #define WIFI_PASSWORD "password"
Useful links: http://blog.abarbanell.de/arduino-esp8266/iot/i2c/ https://github.com/esp8266/Arduino#documentation