Raspberry Pi based automatic tea infuser, controlled with an android app. Demonstration here.
Just drop the tea.py into your Raspberry Pi and run it with python tea.py
. Also, attach a servo to BCM pin 18. Once started, the script will start listening on port 8000. You can change this on line 57 of tea.py.
Import the TeaPreparer folder into Android Studio. Change the address on Main.java (line 64), so it points to your Raspberry Pi. That's it!
Development:
- NiXijav
- The code is licensed under the GNU GPL V3
- The project source code is hosted on GitHub
- Please use GitHub issues to submit bugs and report issues
- Feel free to contribute to the code