Files
Wicked Jack c49c3bbb62 Add warning
2024-07-14 19:10:29 +02:00

862 B

DoIt_ESP32_Devkit_V1_LightSensorData

Repository to receive light sensor data.

Be aware that functions to calculate the date are not working properly.

Device

The device used is a DoIt ESP32 Devkit V1 development board.

Measurements

Measurements are done with a 10 Lux resolution light resistor. It is connected to GPIO34 (ADC1_ch6) since ADC2 doesn't work when using WiFi module.

Each hour a new measurement is sent to the repository into the Measurements directory into the specified date directory.

Sources