Arduino controller help for BIAB

Australia & New Zealand Homebrewing Forum

Help Support Australia & New Zealand Homebrewing Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

snails07

Well-Known Member
Joined
5/2/14
Messages
121
Reaction score
36
I've decided to go down the arduino controller path for BIAB and need a bit of help selecting the right parts.

I will have:
Crown urn for heating
12v DC pump for recirculating during mash
12v DC pump for immersion chiller

The arduino bits are where i need help.
So far i have:

1 x Arduino Uno
1 x power supply for Uno
1 x DS18B20 temperature probe/sensor
1 x 1602 LCD display with push buttons (to allow me to set different hop schedules etc)

I'm unsure which SSR's I will need to switch the pumps on and off. A link to a specific model would be great!

Do i need seperate power supplies for each pump as well or can they run off the arduino power?

Cheers
 
Ignore the last question about needing separate power supplies for the pumps - obvioisly they do need them!
 
you have to check that any relays you use can be triggered with 5v and less then 200mA
 
Thanks paul.

So i use a 12v wall wort, wired to the regulator power supply and this is then used to power the arduino?

And I am using the SSR's to switch 5v only and not 12v?

Is that correct?
 
i would probably check how much current the wall wort puts out
id think 2-3 amps would be enough i would think but i'm not sure how much current the pumps pull

but this is the way i would hook it up (the digital out pin you use is up to you as per normal)

ss+(2015-08-18+at+09.20.44).png
 
or just look at the ArdBir/Matho project as you seem to be replicating a small amount of its functionality - there are a lot of resources you could borrow from this open source project from wiring diagrams to code fragments
 
I don't know how to link on the phone but ArdBir have a thread in buy and sell. Matho's Controller is the name of the thread in gear and equipment (last 30 odd pages being of relevance)
 
Thanks for the tips. I did check out mathos controller previously but couldn't really find the info i was after. I'll have a look at ardbir.

But as a start i have outsourced the programming to a bloke in the Ukraine! Sent him a detailed spec of exactly what i want, he sent back a list of bits i will need or was missing and he'll have it ready in a week or two. All the programming and a wiring diagram for 50 bucks!
Time will tell if it works or not though!
 
Snails, been almost two weeks.
So can we assume that we have not heard back from you that it went horribly wrong and you are currently recovering from some adhoc home electro therapy? :p
 
Haha no just waiting for the slow boat from China. I ordered all of the Arduino bits and bobs from ebay so just waiting for everything to arrive.
Could still be another 2 weeks before it all arrives!
 
Yeah, defiantly can't switch dc loads with a SCR ... Well you can turn it on, but not off!

You could use a regulated 12vdc supply large enough for the pumps, and just go into the Vin pin of the arduino UNO. The UNO has an on board 5v regulator. At least that way you only have one power supply and no external regulator.

You can use mosfets or simple relays for the pumps, as they won't be switched on/off quickly. Remember a flyback diode if using relays ... Just google it.

Happy brewing.
 
The Uno needs at least 7v for the regulator so 12v is ideal for both.
There are very low cost relay boards available for Arduino e.g. Sainsmart which I believe have the diodes built in.
 
Back
Top