Open GameDevMarco opened 7 years ago
Hi ! There is none unfortunatly, and I do no longer have this project at home. If you read Senseo.ino, you should be able to see this :
Led led(9,10,11);
Button button(4,3,2);
Boiler boiler(7, A0);
Pump pump(6);
LiquidCrystal_I2C lcd(0x27, 20, 4);
Led is a bicolor LED declared like this : int pin_gnd, int pin_red, int pin_green Button are 3 buttons declared like this int pin_main, int pin_a, int pin_b Main does the preheating and serves a coffee, A only preheats, B only pours water Boiler is a relay pin and the thermal resistor Pump is a relay pin LiquidCrystal_I2C is an LCD screen
I made a video a while ago on this, but it was in french : https://www.youtube.com/watch?v=5KCFTYXBcq8
Hi! I'm interested in automating my Senseo, and found this project. But I don't see any schematics here, where can I find them?