Week 4: Digital Dice
Challenge: Create a Digital Dice system. The arduino rolls a random number and then lights up the appropriate LEDs to replicate how that number appears on a dice roll. Reflection: I designed this system similar to how Dr. B showed in his video. I placed 7 LEDs that I can control to show any of the possible dice rolls. Instead of having one long video this week I wanted to break it up into a bunch of short videos. Each video shows a different step or challenge that I encountered during this build. Overall I appreciated the openness of this project. The tutorials are nice, but being given a wide open challenge really tests our skills. The first video is the longest. It does a short walkthrough of the code and the board. Part 1: Setup and code The second video depicts the first major problem that I encountered. If I held the button down too long the arduino would repeatedly roll, causing the lights to quickly flash between different states. Part 2: Potential Problem...