The Arduino offers the advantage that a lot of people are using it so it is usually quite easy to get help or information via the internet. The main website for the Arduino is: http://www.arduino.cc/. The Arduino can also be programmed to behave in many different ways. It has 6 analog pins (continuously varying controls […]
Projects
Troubleshoot your car battery with ATtiny
Last winter I experienced some problems with my car battery. I knew that it was about time to replace it so off I went to buy a new one. This fact reminded me of an old article about a car battery/charging system diagnostics kit I had seen in one of those 1980s electronics magazines. That […]
STEAMPUNK STEAM GAUGE, POWERED BY ARDUINO
This was created to be some eye-candy for my kitchen. I wanted something unique for a special blank space on my wall, and adding movement, blinky lights and interesting mechanical “guts” made it even better. Ultimately, this project ended up requiring the following range of skills: 1. Basic mechanical skills 2. Light metalworking and fabrication […]
Build An Arduino Laser Engraver
I started this project because I wanted to make something that had mechanical, electrical and software components. After looking around on Instructables, I figured that an Arduino based laser engraver would be an interesting machine to make, and that the machine itself could make interesting things. Laser diodes have also advanced quite a lot in […]
Controlling Cubase with Arduino based MIDI
A friend of mine wanted to control Cubase, his audio recording software, with a push button so that he could stop and start recordings remotely without having to go over to the computer and type on the keyboard. You may be able to do this in other recording software, we just happen to use Cubase. […]
Plugduino – Arduino based 120 Volt outlet controller
give your Arduino a 120 volt kick in the pants! The Arduino is a great tool for anyone interested in learning microcontroller programming, but after blinking some LEDs, what’s next? This project enables your Arduino to control real-world 120 Volt electrical appliances you have in your home. what can you use a plugduino for? Well, […]
Arduino Masterclass Part 2: Build an LED weather station using arduino
Project-specific parts You’ll need the standard parts (Arduino board breadboard wires pliers and so on) along with these extras: DHT11 temperature/humidity sensor 7 x 330-ohm/0.5W metal film resistors 3 x 4.7k-ohm/0.5W metal film resistors 2 x BC337 NPN transistors 2 x LTS543R or FND500 common cathode seven-segment displays They shouldn’t cost you more than $15 […]
Proximity Sensing Origami Flower using Arduino
Origami is the traditional Japanese art of paper folding. In this project, with a little help from an Arduino, you can bring your origami into the 21st century and make it an interactive art! The result shown here uses Bare Conductive paint to give an origami flower proximity sensing powers. When you put your hand […]
FireHero: Turn Guitar Hero into an extreme sport by adding flamethrowers! using Arduino microcontroller
So, long ago I had read about propane fire poofers. They’re pretty cool… I mean, who doesn’t love fire?! But, no matter how awesome, they could get pretty boring after a while of seeing the same large fireball. I never built one because I wanted something that would be exciting and thrilling every time I […]
How to Display Text on an HD44780 LCD with an Arduino
In this article, we will go over how to connect an HD44780 LCD to an arduino in order to display any text that we want to show on the LCD. To do this, first, we must make the appropriate physical connections from the arduino board to the LCD. Then after, we must write the code […]