https://github.com/bwesterb/bart2
Controller for the Bar T2
https://github.com/bwesterb/bart2
avr c controller embedded
Last synced: about 1 year ago
JSON representation
Controller for the Bar T2
- Host: GitHub
- URL: https://github.com/bwesterb/bart2
- Owner: bwesterb
- Created: 2016-03-18T22:13:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T13:54:23.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T02:09:20.991Z (almost 3 years ago)
- Topics: avr, c, controller, embedded
- Language: Eagle
- Size: 302 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.
