A
Arduino16mo ago
jim lee

Electronic dice

Got the idea from a post I saw here a few months ago. Someone waned an idea for a project. Doing a deslpay of 1..6 die on a matrix caught my eye. Why not a ball with a display on each side? Vibration sensor to trigger it to select a number. LIPo battery & charger? Easy peasy! NOT. Nightmare to assemble! Parts involved. 8x8 matrix, need 2 of 'em : https://www.adafruit.com/product/1080 Vibration sensor : https://www.adafruit.com/product/1766 Trinket MO (tiny) : https://www.adafruit.com/product/3500 Little LiPO 150mAH : https://www.adafruit.com/product/1317 Tiny LiPo charger : https://www.adafruit.com/product/2124 Itty bitty switch : https://www.adafruit.com/product/805 Silicon coated wire : https://www.adafruit.com/product/3165 Get every color they sell. There is no way to build this using regular hookup wire. This suff is tiny, immue to solder iron heat. And extremely flexible.
Adafruit Mini 8x8 LED Matrix w/I2C Backpack - Ultra Bright White
What's better than a single LED? Lots of LEDs! A fun way to make a small display is to use an 8x8 matrix or a 4-digit 7-segment display. Matrices like these are 'multiplexed' - ...
Fast Vibration Sensor Switch (Easy to trigger)
The "poor man's" accelerometer/motion sensor! These spring-vibration switches are high sensitivity non-directional vibration induced trigger switches. Inside is a very soft ...
Adafruit Trinket M0 - for use with CircuitPython & Arduino IDE
The Adafruit Trinket M0 may be small, but do not be fooled by its size! It's a tiny microcontroller board, built around the Atmel ATSAMD21, a little chip with a lot of power. We ...
Lithium Ion Polymer Battery - 3.7v 150mAh
Lithium-ion polymer (also known as 'lipo' or 'lipoly') batteries are thin, light, and powerful. The output ranges from 4.2V when completely charged to 3.7V. This battery has ...
Adafruit LiIon/LiPoly Backpack Add-On for Pro Trinket/ItsyBitsy
If you have an ItsyBitsy or Pro Trinket you probably know it's the perfect little size for a portable project. This LiPoly backpack makes it really easy to do! Instead of wiring 2 or 3 ...
No description
No description
8 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
jim lee
jim leeOP16mo ago
@Braxton Here ya go, a dreidel. (Text dreidel)
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
jim lee
jim leeOP16mo ago
Hook it to the serial monitor and you can switch modes.
jim lee
jim leeOP16mo ago
Here's the code as it stands today.. https://github.com/leftCoast/dice
GitHub
GitHub - leftCoast/dice: Electronic balls with 8x8 LED matrix that ...
Electronic balls with 8x8 LED matrix that act like dice. - leftCoast/dice
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
nights 🐸🐸🐸🐸
Lets go gambling!
Unknown User
Unknown User15mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?