Brought to you by www.TinkurLab.com
See License
Das Bot is an instrumented kegeratr bot that helps dispense the beer and keep track of who drinks what, awarding prized for certain drinking patterns.
Warning: DasBot 2.0 was last initialized in fall 2012 so the code may be a bit rusty.
TODO: Add wiring diagram
TODO: Add Arduino 1.0 IDE library hack to support 3x taps
See /Code Arduino/
See /Code PHP/
See /Code PHP/
TODO: make sure 'badgesawarded' table is created
See /Code DB/
- Wire Arduino (TODO: add info)
- Upload code to Arduino
- Upload Web / API code to web server
- Setup DB on DB server
- Update /Code PHP/db.php.inc with your DB connect string
- Hook up the kegs and have fun
mysql_connect('www.mydatabaseserver.com', 'DBUserName', 'DBUserPassword');