Nalivator9000
Robot bartender on Raspberry Pi and Golang
Install / Use
/learn @fote/Nalivator9000README
DIY robot bartender
Builds with Raspberry Pi and Go. How it works:
<a href="https://www.youtube.com/watch?v=8zgrqq7ezRE " target="_blank"><img src="http://img.youtube.com/vi/8zgrqq7ezRE/0.jpg" alt="DIY robot bartender" width="240" height="180" border="10" /></a>
About Nalivator (russian) - https://habrahabr.ru/post/327220/
Speech synthesis - https://speechkit.yandex.com/dev
Scheme
Here is a principial scheme of pump connection.

How to build
- Install Golang
- Install govendor:
go get -u github.com/kardianos/govendor - Get the source:
go get github.com/fote/nalivator9000 - Now compile:
cd $GOPATH/src/github.com/fote/nalivator9000 && go build -v
