https://github.com/bermannoah/coffee-maker-script
https://github.com/bermannoah/coffee-maker-script
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bermannoah/coffee-maker-script
- Owner: bermannoah
- Created: 2017-01-10T18:02:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T03:56:27.000Z (over 9 years ago)
- Last Synced: 2025-02-26T15:16:56.890Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coffee Maker Script
This is the script that is used by [Coffee Maker Bot](https://github.com/bermannoah/coffee-maker-bot) to run a servo
and then make delicious coffee. Largely an experimental project.
### Installation Instructions
First, a word of warning: this is really only useful on a Raspberry Pi connected with Adafruit's 16 Channel PWM/Servo HAT for Rasperry Pi. Got it? Got it. Cool.
- 1. You'll need to install this library. On the pi, run `sudo apt-get install python-smbus`. You might not need to run it as sudo, but just in case I thought I'd mention it.
- 2. Clone down this repo. Make sure it's in the same directory as Coffee Maker Bot (but not inside Coffee Maker Bot's own directory).
- 3. Modify to suit your needs. I use the npm [clri](https://www.npmjs.com/package/clri) package to actually run the script from within Coffee Maker Bot.
### Enjoy delicious coffee!