I'm an artist & maker. A lifelong biblioholic, and advocate for all-things geekathon. Home is Long Island City, Queens, which I consider the greatest place on Earth. 5-year former Resident of Flux Factory, co-organizer for World Maker Faire (NYC), and blogger all over the net. Howdy!
Hot/Cold LEDs uses little more than an ultrasonic distance sensor, an Arduino, and some common components to build a basic circuit. We then use software loaded onto the Arduino to explore three different experiments with the same circuit: a proximity program that glows “hot” the closer you get to the sensor, a motion-based game, and a distance trigger. Watch the video below to see each of these software-powered projects in action. Circuits really can be this easy – and fun!
I'm an artist & maker. A lifelong biblioholic, and advocate for all-things geekathon. Home is Long Island City, Queens, which I consider the greatest place on Earth. 5-year former Resident of Flux Factory, co-organizer for World Maker Faire (NYC), and blogger all over the net. Howdy!
Our websites use cookies to improve your browsing experience. Some of these are essential for the basic functionalities of our websites. In addition, we use third-party cookies to help us analyze and understand usage. These will be stored in your browser only with your consent and you have the option to opt-out. Your choice here will be recorded for all Make.co Websites.
Reblogged this on Cheap michael kors bags on sale.
[…] is the weekend project of maker.They called it Hot and Cold .It used little more than an ultrasonic distance sensor, an […]
[…] Via: DFRobot, Source: Make […]
Well done! Very clear explanation.
where is the data for system…the syntax..? LINK?
I was wondering where the file is at?
[…] comes from: https://makezine.com/2012/12/13/sensing-hot-and-cold-with-weekend-projects/ // define pins int SensorPin=7; int ALedPin=5; int ALedPin2=4; int BLedPin=6; int distance; […]