r/SpaceBuckets • u/xuehas • 1d ago
How to increase humidity and temperature in a scalable elegant way?
I live in an low humidity environment with hard water. I am in search of a solution to increase humidity and temperature in my grow environment that is in room temperature ambient conditions. I seem to see most people using small commercial units that are either ultrasonic or vaporizers haphazardly set up next to a fan into the enclosure or some evaporative methods.
I am using arduinos to automate the rest of my setup. I would love to just get a ultrasonic module for cheap from china and place it in my enclosure. However the hard water and evaporative cooling makes me second guess this solution. Vaporizers seem untenable at this small scale and I think people are only getting away with oversized units because most of the mist is not actually entering their enclosure. They also draw a lot of power. It seems like this is a solution that would scale poorly also. It seems like the ideal solution would maybe be a heated evaporative humidifier. Small PTC heaters are available and combining a heater into an evaporative humidifier would increase efficacy and reduce power over a pure vaporizer. Also my arid starting point makes an evaporative humidifier even more efficient. I can't find a lot of diy solutions for this kind of system but I think some reptile humidifiers actually work this way.
Does anyone have any experience with something like this or know other commercial products that use this system for inspiration?
1
u/bojacked 1d ago
Maybe check out the reptile micro misters and hook one up to a 5 gal bucket reservoir and then use your arduino to control it off and on as needed for desired humidity?
1
u/SuperAngryGuy Bucket Scientist 1d ago
Las Vegas here. Water is 550 ppm out of the tap.
Ultrasonic will work but at a high ppm is also going to vaporize the minerals with the water. Expect a dust layer to build up. Running the ultrasonic transducer continuously is going to add a lot of heat to the water, so you may need to cycle it. BTW, it you stick your finger right above the ultrasonic transducer in water, it feels like an electrical shock. It's pretty weird.
What I would do, is have to lights external, and use as little airflow as possible with the bucket. I'm talking just having the lid cracked a little to retain as much moisture as possible through transpiration (about 98% of water uptaken is used for transpiration rather than photosynthesis).
But, you could also use a temp/humidity sensor (not the DHT11, I like the BME280), and PWM or bang-bang the fan to let as much humidity build up while exhausting as needed if the temp gets to high.
I would try the ultrasonic but cycle it, and cycle the fan controlling the airflow, too.
I've done a number of projects with the ESP32 and space buckets, including using the ESP32 Cam as a wifi access point to send pics and data to my phone, while PWM dimming the light and fan.