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
- Power up and connect to the default IP http://192.168.240.1
- Set the digital pin or analog pin depending on your relay 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
- 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
- TBD