Hi all, I'm a long time lurker on this forum but have only just registered as I wanted to share my new DIY curing chamber with you.
I've been curing/drying small pieces in my kitchen fridge for a while but the temperature/humidity is far from ideal and I was only able to work with small pieces due to lack of space in an already cramped fridge! And as I don't a suitable 'natural' location to dry meat I figured the only way to go was to use a dedicated fridge where I could control the environment.
Conveniently, a friend at work was looking to get rid of an under-counter fridge after a kitchen refurb so I claimed it, cleaned it up (after it sat outside for 3 weeks) and put it in my garage (which gets hot in summer and freezing in winter!) I then got to work with the electronics/electrical elements. Now I should point out at this stage that I'm a bit of an electronics/electrical/software nerd in my spare time, so there is a bit more to this then I'm stating here, but I thought I'd give you the summary and if there's interest from other members, then I can expand and provide more detail.
So essentially here's what I added:
- Ultrasonic humidifier
- 40W tubular heater
- 5V fan for air circulation internally
- 2 x 12v PC fans at the top of the fridge to extract air
- 2 x 3" circular holes at the bottom of the fridge to act as air intakes (intake air filtered via dust masks!)
- Plastic enclosure filled with silica gel sachets with a motorised lid (controlled via a servo)
- Temperature/relative humidity sensors inside and outside the fridge
- Arduino microcontroller with a few add-ons to control everything
So without going into too much detail here, I wrote some software for the Arduino microcontroller that executes the following loop:
- Check the temperature of the fridge, turn on the heater or turn on the fridge to get the temperature into an acceptable range
- Wait 10 minutes for the environment inside the fridge to stabilise
- Check the humidity of the fridge. If humidity is low then run the humidifier periodically with fan circulation until it's in an acceptable range. If humidity is low then open the silica gel enclosure (this is then closed again later when the humidity is in range as the silica gel acts slowly)
- Wait 5 minutes for the environment inside the fridge to stabilise
- Correct temperature again
- Wait 10 minutes again
- Ventilate the fridge with fresh air using the PC fans for 5 mins or until the temperature gets too high (i.e. if the fresh air is too warm)
- Repeat the loop.....
The benefit of this control method compared to most of the other DIY curing chambers I've seen online is that in this case it cant 'fight' against itself. I control the temperature then let everything settle, then control humidity and let everything settle then provide ventilation and let everything settle. I'm generalising here, but essentially this is the most economic way I can come up with to control a drying environment. Like I said above, I don't have anywhere even remotely close to a natural drying environment so this is my solution!
So with a bit of tweaking, what I now have is a fridge in my garage that controls temperature, humidity and at least simulates a fresh air 'breeze'.
This all works great but I added 2 additional features:
- The garage was the best place I had to install this but its still not ideal as I use the garage for occasional DIY projects. So I added a switch to the outside of the fridge that when switched on will disable the external air circulation to effectively seal off the environment if I'm sanding or just generally making a mess. Then once the mess is clean, I flick the switch and ventilation resumes.
- I added wireless communications to the controller which allows it to transmit all of the conditions of the fridge to a wireless receiver. This receiver sits in my kitchen (and looks noticeably better than the fridge itself) and displays temperature/humidity and operational status every 60 seconds. It also has an alarm built in and can notify me of temperatures/humidities out of range, sensor failures, ventilation inhibit switch left on, communications failures etc.
Here's a few pics:
Note: The clip lock food tub was never intended as a wiring enclosure. But for a budge working prototype, on this occasion it does the trick!....For now.
And a little demo of the silica box opening and closing followed by the controller showing it's alarm conditions and then receiving status info:
So although this is all working just fine, I am going to refine it moving forward. I'll add some switches to the remote receiver so I can alter the temperature/humidity set points easily and also tweak the software to improve the control and show more info on the screen (long term averages for example). It's currently just a working prototype after all.
Onto the cost, I already had a lot of these parts myself which kept things cheap, but omitting cable/connectors/tools etc etc, it works out roughly like:
Fridge - £0 - There's always someone looking to get rid of a fridge
Arduino microcontrollers, relay board, wireless transmitters, LCD screen, sensors and alarm sounder (all ebay): £37
Humidifier: £14
Fan: £6
Silica gel: £6
Heater: £11
Everything else you see in the pics was either scavenged or already in my parts supply, either way, there's nothing expensive there.
So there it is, I appreciate some may see this as overcomplicated for somewhere to dry meat but considering that I don't have a natural drying environment at my disposal plus the fact that electronics/software is a bit of a hobby for me, I've actually found this a really enjoyable little project and now I can dry larger pieces of meat conveniently under a controlled environment and I have my kitchen fridge back in all it's glory!
I'd welcome any questions and if there's demand then I'm sure I can come up with some diagrams if anyone wants to build one themselves.
Jonathan.