Custom controller for my old all in one brewer
  • C++ 61.8%
  • C 38.2%
Find a file
2026-06-13 13:24:33 +02:00
HystFilter.cpp Scaffold interface add hysteria class for pot 2026-06-07 12:05:39 +02:00
HystFilter.h Scaffold interface add hysteria class for pot 2026-06-07 12:05:39 +02:00
norns.h Scaffold interface add hysteria class for pot 2026-06-07 12:05:39 +02:00
README.md Move project to use Arduino Nano 2026-05-08 16:43:27 +02:00
Thermistor.cpp Update coefficients and 100+ degrees reading 2026-06-13 13:24:33 +02:00
Thermistor.h Switched to Steinhart-Hard model coefficients 2026-05-08 20:01:14 +02:00
tools.brewdog.ino Update coefficients and 100+ degrees reading 2026-06-13 13:24:33 +02:00

tools.brewdog

"New" controller for my brewdog brewer

Arduino

The board is an ArduinoNano running the old firmware, thus to upload the sketch you need to pass the options cpu=atmega328old.

To compile :

$ arduino-cli compile -b "arduino:avr:nano" tools.brewdog.ino

To upload the sketch :

$ arduino-cli upload tools.brewdog.ino -b "arduino:avr:nano" -p /dev/ttyUSB0 --board-options cpu=atmega328old