https://github.com/amiel/monkey-bean
https://github.com/amiel/monkey-bean
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amiel/monkey-bean
- Owner: amiel
- Created: 2017-02-25T16:04:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T16:25:20.000Z (over 9 years ago)
- Last Synced: 2024-10-03T12:33:08.861Z (over 1 year ago)
- Language: Arduino
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey-bean
This is the Arduino code that runs the monkey.
The arduino in the monkey is a [LightBlue Bean](https://punchthrough.com/bean) and can be programmed over bluetooth.
## Programming A LightBlue Bean
To program the LightBlue Bean, follow the [Get Started directions here](https://punchthrough.com/bean/docs/guides/getting-started/intro/).
## NeoPixel
The monkey has two neopixels, both attached to PIN 1 on the LightBlue Bean. In order to use the AdaFruit_NeoPixel library, you need to install it in the Aurduino app.
### Installing the NeoPixel library
1. Open the Arduino app
2. From the menu, navigate Sketch -> Include Library -> Manage Libraries...
3. Search for `NeoPixel`
4. Click on `AdaFruit NeoPixel` (for me this was the second one down after searching)
5. Choose the most recent version (I'm using 1.0.6) and Install