Home Sensors

embedded

I've been recently inspired to do some IoT stuff, more specifically, make an automated system to collect data and visualize it.

For example, I have a standing desk at my job and it would be interesting to see how the working hours is divided between standing and sitting modes.

In addition to that, some data from home would be nice to have.

Standing Desk

I ordered a ESP8266 ESP-01{target='_blank'} WiFi module (2 €) in order to get the data out in the wild.

I'm planning to use an ultrasonic distance sensor (1 €) to measure the desk's heigh and an infrared PIR motion sensor (1 €) to detect if anyone is working on the desk.

Home Sensors

I want to collect data of the room's temperature, humidity and whatever I can easily collect.

For temperature, I have a couple of options.

Name Temperature accuracy Humidity accuracy Price at Ebay Other
DHT22 ± 0.5 °C ± 2-5 % 2.6 €
MPC9808 ± 0.25 °C typical, 0.0625 °C resolution - 6 € No humidity sensor
SHT31-D ± 0.3 °C ± 2 % 6 €

For atmospheric pressure, the BMP280 (2 €) is a great option.

Other than air measurements, I figured to measure plants' soil moisture. For that I'll propably order cheaper versions of these.

After those, everyhting is just software. I have to try out some IoT platforms or to implement the analysis part myself...