Blogroll
-
Recent Posts
Archives
- November 2022
- September 2022
- August 2022
- April 2021
- July 2018
- June 2018
- May 2018
- December 2017
- September 2017
- August 2017
- February 2017
- June 2016
- May 2015
- April 2015
- March 2015
- December 2014
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
Meta
Tag Archives: arduino
Beyond the Blink: RGB LED multiple lighting effects with arduino, push button, and potentiometer
Ever want to do more with an LED than just blink? This circuit and source code demonstrates some creative possibilities for lighting effects with an RGB LED. CC has descriptive subtitles. Sorry for the poor phone video quality. Here’s a … Continue reading
Controlling Multiple RGB LEDs with Smartphone via Bluetooth
Many people have done projects similar to this where they use their smartphone to control an RGB LED. My project has some twists. First, I traded color variation for intensity variation. Second, I routed the Arduino PWM signal pins through … Continue reading
Posted in Uncategorized
Tagged app inventor, arduino, bluetooth, phone battery charger pack, rgb led, smartphone
Leave a comment
Ultrasonic toggle switch
This is an idea for using an ultrasonic distance sensor (aka ‘pinger’) as a toggle switch. I’ll show it first and then explain: As the hand approaches, the yellow light comes on to indicate that the switch is in aware … Continue reading
Posted in Uncategorized
Tagged arduino, oatmeal, pinger, toggle switch, ultrasonic distance sensor
2 Comments
Debugging Touchless Technology
The comment that I added to the previous post was not the full solution to having a row of touchless buttons, but it set me on the way. A second pinger IS necessary to discriminate against anomalous readings. In the … Continue reading
Touchless Technology with ultrasonic distance sensors
The concept behind this circuit design is that you can press buttons without touching them. As your finger lowers to the tabletop, the yellow light will come on, indicating that you are on the correct approach. Farther down, the green … Continue reading
Pingo: Ultrasonic Distance Sensor Game in Development
This is the hardware for a game I’m developing that uses an ultrasonic distance sensor. The microcontroller (Arduino, natch) randomly generates distances and then commences a ‘random walk’ from Point A to B. You, the player, hold your hand above … Continue reading
Posted in Uncategorized
Tagged arduino, game, pinger, pingo, ultrasonic distance sensor
Leave a comment
Ultrasonic Pinger Game, Part I
I’m working on this idea for a game which involves an ultrasonic distance sensor. The set-up is shown above. As you can see, it uses an Arduino for the prototyping but the goal is to transfer the programming over to … Continue reading
Posted in Uncategorized
Tagged arduino, game, leds, pinger, ultrasonic distance sensor
Leave a comment
Why fuzzy logic?
Fuzzy Thinking: The New Science of Fuzzy Logic I found this book at Goodwill over the summer and I’ve always wanted to know about fuzzy logic so I decided to read it. Since I do a lot of stuff with … Continue reading
From Scratch to Arduino Test Bed
In my last blog entry, I created a new graphical interface in Scratch for transmitting data to the microcontroller on the robot. Tonight I verified that the Scratch program is able to communicate via screen flashes with the Arduino test … Continue reading
Test vs. Reality
On the right hand side of the photo is the ‘test bed’ that I use for robot programming. It consists of an Arduino and a couple of breadboards. The support platform is ‘Getting Started with Processing’ but any book of … Continue reading