https://github.com/projectweekend/ar-dice
An Arduino sketch for electronic dice using two LED matrices & buttons
https://github.com/projectweekend/ar-dice
Last synced: over 1 year ago
JSON representation
An Arduino sketch for electronic dice using two LED matrices & buttons
- Host: GitHub
- URL: https://github.com/projectweekend/ar-dice
- Owner: projectweekend
- License: mit
- Created: 2014-07-12T23:54:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T11:00:21.000Z (almost 12 years ago)
- Last Synced: 2025-02-01T19:30:07.145Z (over 1 year ago)
- Language: Arduino
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### Parts
These are the parts I used to build this project.
* [Full Sized Breadboard](https://www.adafruit.com/products/239) (x1) - This has plenty of room to accomodate the rest of the parts listed below.
* [Breadboarding Wires](https://www.adafruit.com/products/153) - It's always good to have a bunch of these laying around. How else are you going to connect things?
* [Colorful Round Tactile Button](https://www.adafruit.com/products/1009) (x2) - Again, I used two of these, one to control the roll for each die. I like these buttons because they have a nice size and feel. With that said, pretty much any type of button works here too.
* [Adafruit Mini 8x8 LED Matrix w/I2C Backpack](https://www.adafruit.com/products/870) (x2) - I used two of these, one for each electronic die. Adafruit offers them in a variety of colors.
* [Arduino Pro Mini 328 - 5V/16MHz](https://www.sparkfun.com/products/11113) (x1) - I chose this Arduino because I had it laying around. Any model that supports [I2C](http://en.wikipedia.org/wiki/I²C) will do an equally fine job.