megabyte
Well-Known Member
- Joined
- 18/4/10
- Messages
- 376
- Reaction score
- 202
Hi Guys,
Just a quick intro to a project I've been working on-and-off (mostly off ) for far too long.
It's called BrewMonitor and the idea is pretty simple - to hook up a recording device to your fermenter and record temperature and airlock activity. That way you can easily answer questions like "what was my lag time?", "what was my peak temperature?" and "how well is my fridge controlling the temperature?".
Obviously it's not a replacement for taking specific gravity readings so it won't tell you when to bottle or keg, but it could help to determine when you should start taking those final gravity readings.
The project incorporates an electronic circuit (the BrewMonitor) and some software that communicates over USB allowing you to explore the data it records.
The airlock sensor uses an infrared light gate and a 3D printed mould to hold it in place on a standard gooseneck type of airlock. I have also been playing around with serial CCD cameras that could be an option in the future for all you glad-wrappers! :lol:
The simplest mode of operation is to run the BrewMonitor stand alone (without a computer attached) by powering it from a spare USB charger or battery bank, this way it just records the data internally and you can download it from the device later over USB. Alternatively, you can leave it connected to a computer (a spare laptop perhaps?) throughout fermentation and the software can send notifications to your phone when certain conditions are met.
I'm currently coding integration with Pushover API to send notifications to your phone like:
I'm also working on live data uploads to thingspeak.com for those that like to watch their yeast reproducing over the internet. h34r:
The source code, 3D models and PCB designs are all going up on GitHub over here along with some more information about the project. Let me know if you'd like to help contribute and I can help out with some PCBs to get you started!
Just a quick intro to a project I've been working on-and-off (mostly off ) for far too long.
It's called BrewMonitor and the idea is pretty simple - to hook up a recording device to your fermenter and record temperature and airlock activity. That way you can easily answer questions like "what was my lag time?", "what was my peak temperature?" and "how well is my fridge controlling the temperature?".
Obviously it's not a replacement for taking specific gravity readings so it won't tell you when to bottle or keg, but it could help to determine when you should start taking those final gravity readings.
The project incorporates an electronic circuit (the BrewMonitor) and some software that communicates over USB allowing you to explore the data it records.
The airlock sensor uses an infrared light gate and a 3D printed mould to hold it in place on a standard gooseneck type of airlock. I have also been playing around with serial CCD cameras that could be an option in the future for all you glad-wrappers! :lol:
The simplest mode of operation is to run the BrewMonitor stand alone (without a computer attached) by powering it from a spare USB charger or battery bank, this way it just records the data internally and you can download it from the device later over USB. Alternatively, you can leave it connected to a computer (a spare laptop perhaps?) throughout fermentation and the software can send notifications to your phone when certain conditions are met.
I'm currently coding integration with Pushover API to send notifications to your phone like:
- "You've reached 17C, it's time to pitch your yeast!"
- "Your temperature has crept up to 25C. You might wanna ice-bath that baby"
- "Your bubble rate has slowed to 50% of its peak, now might be a good time for a diacetyl rest"
- "Your airlock is slowing down. Time to take some S.G. readings and free up a keg"
I'm also working on live data uploads to thingspeak.com for those that like to watch their yeast reproducing over the internet. h34r:
The source code, 3D models and PCB designs are all going up on GitHub over here along with some more information about the project. Let me know if you'd like to help contribute and I can help out with some PCBs to get you started!