This Instructable covers the assembly of a circuit capable of PWM-ing (pulse width modulating) a high-power RGB LED strip and programming an Arduino to cycle through a range of colors. In this context, “high power” is 9-12 volts. I will discuss how to mount a transistor to a heatsink and assemble the circuit. I will […]
Projects
Arduino – Control LEDs with a Remote Control
Step 1: IR library First you need to go to this page and download the IR library. You just need to follow the read me file to install. I think that any IR remote control can do this, I’ll be using a Philips Universal one. Step 2: Parts required Parts list: 1x Arduino 1x Breadboard […]
‘Knock Back’ – A Knock Echoing Arduino
This is a simple Arduino sketch that was originally designed to experiment with arrays and the built-in timing functionality. I based it on the tutorial sample code http://www.arduino.cc/en/Tutorial/Knock The system consists of a piezo sensor connected to an analog pin that listens for a knock from the user. The Arduino then stores the time the knock […]
Week 8 : Embedded Programming & Networking and Communications
Part 1 – Embedded Programing A Morse Code Receiver and Transmitter This week’s assignment was to program the board we made two weeks ago to do something, with as many different programming languages and programming environments as possible.I wanted to use all the features I have on my board – the button, the LED and the serial […]
How to Build a Robotic Hand with Haptic Feedback using Arduino
For science fair this year, I felt like building something instead of doing an experiment. All I needed to do was look around Instructables for a project idea. I was inspired by njkl44’s robotic hand since it reminds me so much of stuff out of science fiction movies. My goal was to create a system […]
Arduino Tutorial: Capacitive Touch Sensors
Hello everyone! This instructable is a tutorial that will guide you on using the Capacitive touch sensors with Arduino. A Capacitive sensor is a kind of touch sensor, that requires little or no force to activate. In this Instructable about capacitive touch sensing, I’ll show you: How Capacitive Sensors work How to use them with […]
Make Wired Robotic Arm Edge to “Wireless” with DIY Arduino and XBee
UPDATE: Added Schematic, Top Layer PCB, Bottom Layer PCB, and both Top, Bottom PCB images When I finished the “RevIO” – an Arduino Clone that has the different way of exposing pins usage. I decided to go further to the next project. To test my “RevIO” board that it could do the bigger task than […]
Arduino Nixie Clock & Weather Station
I wanted to build a Nixie clock driven by an Arduino and found a few places on the internet, but none were 100% complete to get it working from the beginning to end. I either found bad wiring diagrams, bad code in programs or bad supporting literature that really slowed down my progress, so I […]
7-Key Slider/Wheel Tutorial with Synthesizer
This is a tutorial for using the 7-Key Slider/Wheel Breakout from Rachel’s Electronics. I’ll show you how to solder up the header pins for maximum usability. Rachel’s has the QT1106 datasheet on their site, and a great arduino library for this breakout. The kit from Rachel’s Electronics comes packed with cool stuff: QT1106 breakout with […]
Arduino Watch with Nokia 3110 screen
My goal for this project is to make a watch with selectable dials, stopwatch and millidays. This idea started with an Aprils fools prank about metric-time. (http://www.youtube.com/watch?v=K35xG1buyFA) First I wanted to make a metric clock but soon this idea evolved from a metric watch into an open course watch. I knew that it would be […]