Hello everyone!
I am Alex, last year chemical engineering student. I am currently working on a project on brewing. It consists in measuring the influence of process parameters on grain fermented beverages.
To do so, we (my chemical engineering association and me) have been developing a brewing pilot plant for 50 liters (or 13.2 gal) of final product for the last two years. The plant works well so far, but the temperature control just doesn't exist.
So I'm in charge of developing a system for that purpose.
The process to control is the mashing. It consists in mixing the grain with hot water and waiting for one hour. At our level, we just add water slightly above the target mashing temperature so after mixing with the grain it will reach the target mashing temperature. We then hope that this temperature remains constant, but it is just not possible (it decreases about 4 degrees in an hour).
I intend to use an Arduino Uno board (we have it in my association already) to implement a Herms system (Heat Exchanged Recirculating Mash System)
This system consists in recirculating the wort with a pump trough a spiral heather exchanger located in the water heating tank, which will always have a higher temperature than the mashing.
My idea is to read te temperature with a two wired PT1000 temperature sensor (link) and when the temperature is below a certain set point, just turn on the pump (220V AC).
The thing is, I don't know much about electronic or control systems. Or Arduino...
So I have some questions:
Could you please tell me if this could work? Would I need any other equipment? Is it ok to use a PT1000 sensor, or is it better a three wired PT100, or another one? Do I need to get a LCD display, or can I use my computer?
If this could work, would you be able to give me some advice? I would be very thankful if you could send me some bibliography you think I should use to develop this system.
I would need to learn how to connect the PT1000 (or other temperature sensor) and the pump to the Arduino Uno, and how to code the application I just described (so mainly everything).
Thank you very much for reading,
Alex