VizVest: the High Visibility Vest Using a Circuit Playground Express
by planet.robotics2018 in Circuits > LEDs
387 Views, 2 Favorites, 0 Comments
VizVest: the High Visibility Vest Using a Circuit Playground Express
Have you ever felt like going out for a walk around the block after work, but felt doubtful about feeling safe on the roads? Are you worried about visibility and if cars can see you from far? Look no further! This vest allows the user to be visible on the roads as they bike, jog or walk.
Supplies
- Circuit Playground Express
- USB cable - USB A to Micro-B - 3 foot long
- Li-Poly Battery 3.7V 2500mAh OR AAA Battery with JST connector
- Adafruit NeoPixel LED Strip w/ Alligator Clips - 30 LEDs/meter - 1 Meter - BLACK
- Safety Silver Reflective Fabric Tape DIY for Clothing Sew On
- Lilypad LEDs
- Lilypad push button
- Reusable Heat Packs
- Old Jacket, preferably a bright color
- Hot Glue
Add Reflective Tape on Your Jacket
You can add reflective tape around the arms and form H kind of pattern on the vest.
If you are using only reflective tape, you can form the 'Yield' sign on the vest.
Design Code in Microsoft Makecode
Here's High Visibility Vest code in Makecode
Counter A cycles through the various light sequences.
- Front lit in White
- Back lit in Red
- Slow Flash Yellow
- Smiley Mode
- Complimentary Colors
- LED strip lights-rainbow animation
- Running Wipe Sequence
- Random Color Sequence
Counter B cycles through the sensor sequences
- Light Sensor dependent mode: when the ambient light goes down, the vest increases the brightness. During daytime, the brightness is less.
- Sound Sensor dependent mode: when the vehicles are going by, chances are the sound in the environment is high, and the code increases the brightness when that happens.
- Pedometer: this maps the number of steps, and graphs on the circle of LED's. Right now 10 steps is one LED.
Bike Turn Indication Using LED's
You can sew the Lilypad LED's on the back to indicate R/L turns.
LED's are in parallel. You can power them using coin cell batteries.
They can be turned ON/OFF at the cuff with a simple slide switch.
You're All Set!
Yay! Once you test to make sure everything is working you now have a working Viz Vest to keep you safe while you are outside during low light hours. We hope this project benefits you. Thank you!