Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.58 KB

File metadata and controls

45 lines (31 loc) · 1.58 KB

BrewBench Steps

http://steps.brewbench.co

BrewBench logo

BrewBench Steps is an Arduino step processing front end.

The initial use for this came from Greg Kallfa at Vision Quest Brewing who built an Arduino keg washer and needed to easily adjust the timing for the washing steps.

You can also import a step manifest, check out washer.yaml or washer-groups.yaml

# build code
yarn
# start webserver
gulp

Sketches

Arduino Board Options

  1. Power up and connect to the default IP http://192.168.240.1
  2. Set the digital pin or analog pin depending on your relay setup

Yun Arduino.cc setup

  • If the WiFi network starts with Arduino use password: arduino
  • Set REST API access to openÂ
  • Change or remember the host name or IP address (you will need this later)
  • Save to reboot
  • Using the Arduino IDE upload the Yun sketch

Yun Arduino.org (aka. Linino) setup

  • If the WiFi network starts with Linino use password: doghunter
  • Set REST API access to open
  • Change or remember the board name or IP address (you will need this later)
  • Save to reboot
  • Using the Arduino IDE upload the Yun Linino sketch

Mega

  • TBD

BrewBench Steps