The Cool Coaster is a coaster that lets the user know that their drink is getting warm or not via a temperature sensor and some LEDs. The materials I used for this coaster are the Adafruit Circuitboard Playground Express, a potentiometer, paper plates, duct tape, Small Alligator Clips, a mini USB, and cut out freezer bags. When first making the coaster, I checked the temperature sensor to see what temperature would be best to signal a warm drink. I used the Arduino IDE with some basic temperature reading code that was provided with the Circuitboard Playground Express Library. After some testing, I found that the perfect temperature would be 77 degrees Fahrenheit.
I then began to construct the Chassis of the coaster, so that the alligator clips can fit under the circuit board and connect to the potentiometer. The potentiometer controls the brightness of the LEDs on the circuit board. I also controlled the potentiometer code using the Arduino IDE. I covered the wires with cut our paper plates, and I covered the circuit board with the cut out freezer bags so that none of the hardware gets wet. I used Duct tape to tie everything down.
Comments