Skip to content

adaptiman/adaptibrew

Repository files navigation

Adaptibrew

Author: David Sweeney

Overview:

Adaptibrew is a Python based toolset used to control various processes in my custom brewery. The toolset uses a RPiv.2 processor coupled with an RS485 shield used to control various electrical valves and process devices such as the Omega CN7500 proportional PID controller (used to control RIMS).

License:

Author: David Sweeney

Adaptibrew is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license Copy Found Here

Users/Audience:

  • Homebrewers
  • Programmers
  • Tinkerers

This project is aimed at any tech savvy individuals who want to get into home brewing or are looking for help to automate their home brewing process.

Components Used:

Setup:

The newer raspian images do not have the correct settings in the config. You must add the following line to your boot config if it is not present.

dtoverlay=w1-gpio

You will also have to install WiringPi library. The library is at the bottom but here is a direct link to the install instructions. HERE

Running:

Simply run the following through a terminal or ssh.

coming soon

Prior Work and Libraries:

To install dependencies, run:

pip install -r requirements.txt
  • WiringPi - Raspberry Pi GPIO library for C
  • MinimalModbus - Python library to communicate over RS485. Also has a custom driver for the Omega CN7500 PID controller.

Demonstration

coming soon....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages