Aaron Patterson
New member
Hi everyone! I've been working on a temperature and humidity monitoring system for my curing box, and I thought I would share my progress. I've built it using an msp430 launchpad and a humidity an temperature sensor.
On the left is the board, and the right is the sensor:
Again with my temporary wiring in to the microcontroller:
The chip has an onboard temperature sensor, so I was able to gather ambient temperature measurements as well as measurements inside the curing box. I did notice that the onboard temp sensor was pretty inaccurate though so I had to calibrate it with the external sensor. I'm considering purchasing another external sensor for monitoring ambient conditions.
Here is a graph of two hours worth of data I collected:
I have my box set at 58F, and the RH set at 70%. I've only monitored overnight, so I'm not totally sure how ambient temperature impacts the box temperature. It's interesting to see the RH drop when the fridge turns on, but I guess that's expected since the water should condense on the cooling plate. I'm not sure why the RH rises up to 75%. My current guess is that the first spike is when the humidifier shuts off, but then condensed water starts to evaporate.
Anyway, the project cost me about $18 (including shipping). The sensor was $10, and the microcontroller was $5. It took me a couple days to write the software (I'm new at microcontrollers), but I'd be happy to share it if other people are interested in building this.
When I get more time, I'll post detailed instructions for building this thing. Hope you all enjoy!
On the left is the board, and the right is the sensor:
Again with my temporary wiring in to the microcontroller:
The chip has an onboard temperature sensor, so I was able to gather ambient temperature measurements as well as measurements inside the curing box. I did notice that the onboard temp sensor was pretty inaccurate though so I had to calibrate it with the external sensor. I'm considering purchasing another external sensor for monitoring ambient conditions.
Here is a graph of two hours worth of data I collected:
I have my box set at 58F, and the RH set at 70%. I've only monitored overnight, so I'm not totally sure how ambient temperature impacts the box temperature. It's interesting to see the RH drop when the fridge turns on, but I guess that's expected since the water should condense on the cooling plate. I'm not sure why the RH rises up to 75%. My current guess is that the first spike is when the humidifier shuts off, but then condensed water starts to evaporate.
Anyway, the project cost me about $18 (including shipping). The sensor was $10, and the microcontroller was $5. It took me a couple days to write the software (I'm new at microcontrollers), but I'd be happy to share it if other people are interested in building this.
When I get more time, I'll post detailed instructions for building this thing. Hope you all enjoy!