A wearable (on a necklace) wheel of fortune that animates a spinning wheel with a 24 LED Neo Pixel style ring. If the player wins, the game flashes white, if they lose it turns red. In between it runs a draw animation shifting through the color spectrum. The device is in a 3D printed shell, runs on 4AAA powering an Arduino Nano and the LED ring.
The game is a great way to foster interactions. The "price" for a spin can be whatever you want as can be the prize.
Before sitting down to build this project you will need to order some parts and get some things 3D printed. If you have the components on hand. have a 3D printer and at least clear filament, you can get going right away. Otherwise, visit your favorite parts store to get the components. The only part that is particular to this project is the button since there is a hole in the case sized for that button. There is an Amazon link to the part in the components list.
2
Flash the Arduino Nano
First flash the Arduino Nano with the provided code. If this is new to you, watch some basic Arduino videos on YouTube. You will need to download and install the Arduino IDE, which the videos will help you with.
3
Solder the NeoPixel ring to the Arduino Nano
Disconnect the Arduino Nano from the USB power before soldering to it.
The Ground of the ring goes to the ground pin on the right side of the board when the USB connector is facing you. The ground of the battery pack will also be attached here later.
The 5V Power of the ring is soldered to the 5V pin on the same side as the ground wire.
Solder the Data In (DIn) pin of the ring to the 330 Ohm resister.
Solder the other end of the 330 Ohm resister to pin D12 on the left side of the Arduino Nano when the USB connector is facing you.