Custom controller for my old all in one brewer
Find a file
2026-05-08 21:36:32 +02:00
README.md Move project to use Arduino Nano 2026-05-08 16:43:27 +02:00
Thermistor.cpp Find coefficients for thermistor 2026-05-08 21:36:32 +02:00
Thermistor.h Switched to Steinhart-Hard model coefficients 2026-05-08 20:01:14 +02:00
tools.brewdog.ino Update formula following AI advice 2026-05-08 19:41:52 +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