A device that would measure air humidity, temperature, sun luminosity, air quality and soil moisture and transmit it over WiFI.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Create an account to leave a comment. Already have an account? Log In.
Hi!
I will be using MQ-135 sensor. It it good for measuring CO2 if it stays in a clean environment. Datasheet: https://www.olimex.com/Products/Components/Sensors/SNS-MQ135/resources/SNS-MQ135.pdf
They're really cheap on ebay/ali but the problem is that the coil inside needs to heat itself which takes 5 minutes I think and drains a lot of power, which probably wouldn't work for you :( I think all CO2 sensors have a start up time
Wow, thanks for the link! You are correct that this sensor wouldn't add anything for my own needs, but this looks like it would be a great thing to have inside the house to monitor conditions. I might have to grab one just to play with it.
I'm thinking I will be starting my own project page shortly. Mine obviously has some differences from your project, but also similarities. This week I've managed to get a 0.96" OLED display hooked up (useful for debugging, but probably too much power drain for the final project), a DHT22 temperature/humidity sensor, and a soil moisture sensor. I found a useful page for multiplexing the single ADC port, so tonight I'm going to try and also get a photoresistor added. And I found a module for reading barometric pressure (BMP180) which could provide some interesting data. The last step will be setting up a web page and having this module send data for recording in a database, then figuring out how to use the deep-sleep mode to get the most out of battery life.
So thanks for the inspiration! It's a lot of fun playing with the various bits of hardware and software, and seeing everything come together.
I'm glad I inspired you with such an empty page :D Good luck with your project!
I'm using this cheap I2C ADC (4 channel) converter
You could also use this I guess, but the first definitely has libraries written.
I have also decided to use arduino for the programming, environment not nodeMCU's lua
Neat project!!! Doing something similar with my SunLeaf + HydroPWNics project also using the ESP8266 for connectivity.
ohh. so how do you operate the water valve? can you elaborate to me? i'm sorry i am really having a hard time dealing with this. i hope you can help me.
hi can we discuss about this project?
here my email: zarifsonick@gmail.com
i really need your help about the greenhouse project.
What kind of help? I haven't even done anything for this project yet, I only created this project page.
do you have the coding for the receiver from esp8266 module? coding to operate the water pump when sensor detect the change in temperature or humidity.
Become a member to follow this project and never miss any updates
I'm curious what you are using to measure air quality? I'm going to be building a project that otherwise has the same specs, but I'm building from a bare ESP-12F. Ideally it would work from battery/solar and transmit data to a web server every 5 minutes. This is part of a bigger long-term project to provide data to a Pi Zero controlling my sprinkler system to minimize water usage.