light
Sylvia Builds the Monochron Clock Kit
Make your own no heat Lava Lamp
Sylvia Builds the LOL Shield Kit
Sylvia builds the Adafruit MiniPOV
Sylvia builds Mousey the Junkbot
Simple Super Awesome Arduino
Hey guys! After almost 2 months of waiting, my new favorite episode of Sylvia's Super Awesome Maker Show is here! Super Simple Arduino!
I show you how to build two super simple projects for Arduino with code I helped write! A Super Simple Strobe for looking at things in slow motion, and the Randomly Influenced Finger Flute (or, the RIFF). And with the help of our electronic puppet friends, we explore how the Arduino does some of it's magic. It was a blast to make and I hope you have a blast watching it. Let me know what you think in the comments.
Thanks for watching!
Sylvia's Simple Arduino Projects
Super Simple Adjustable Strobe for Arduino
Welcome to the official project page for Super Awesome Sylvia's Adjustable Strobe for Arduino. If you haven't, be sure and check out the official blog post and video for this project here!
The learning version of the code for the Super Simple Adjustable Strobe can be downloaded directly in it's raw format from github here:
Get the code!
(paste this directly into the Arduino IDE)
Otherwise, the top level repos for the project in both a Learning version, and a Super Awesome version can be found here:
http://github.com/techninja/adjustable_strobe-learning
http://github.com/techninja/adjustable_strobe-superawesome
The Super Simple Adjustable Strobe for Arduino will allow you to stop time! Ok, not really, but it will let you see things that move really fast like fans and water droplets. By timing the flashing LED to turn on at the exact time that the moving thing happens to be in the same position it was in the last time the LED was on, it makes the subject look motionless! This project is less than perfect for stopping things in their tracks, but it'll get you started and experimenting in no time. All it takes is a bright LED and a potentiometer! And if you're feeling really adventurous, fork the code on github and add your own features!
Be sure and check out Nate True's Time Fountain for a great example of a cool home use for stroboscopes.
This software is licensed under the CC-GNU GPL version 2.0 or later.