8000 GitHub - fuser002/brew_ex: Simple fermentation control using Nerves (http://nerves-project.org)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fuser002/brew_ex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrewEx

Simple temperature control for fermentation. It's just a simple on/off system around a certain setpoint.

API


BrewEx.read_temperature :brew

BrewEx.bulb? :brew
BrewEx.fridge? :brew

Hardware list

  • Raspberry Pi (every model supported as long as you set NERVES_TARGET)
  • DS18B20 1wire digital temperature sensor
  • 2x SSR-10DA solid state relay
  • 2x LED/diode
  • 4.7K ohm resistor for the sensor
  • 2x 330 ohm resistor for the diodes (check your diode spec)

The diodes are used in series with the SSRs to hopefully prevent them from failing. You'll also need some wires and a breadboard/perfboard ofcourse.

TODO

  • PID controller?
  • Networking!

About

Simple fermentation control using Nerves (http://nerves-project.org)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%
0