Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bwesterb/bart2

Controller for the Bar T2
https://github.com/bwesterb/bart2

avr c controller embedded

Last synced: about 1 month ago
JSON representation

Controller for the Bar T2

Awesome Lists containing this project

README

        

Controller for the Bar T2
-------------------------

We replaced the mechanical pressure switch of the Pavoni Bart T2 coffee
machine with two thermometers, three microcontrollers and a raspberry pi.

See `avr/attiny13/ctrl.c` for the firmware of the two microcontrollers
responsible for switching the heater on and off depending on the
temperature.

The third micrcontroller lets the raspberry pi communicate with the
other microcontroller. Its firmware can be found in `avr/attiny85/mux.c`.

![pcb](/pcb/brd.png?raw=true)