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 […]
Projects
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 […]
DIY Antique Phone Doorbell using Arduino
Bryan Zimmer emailed us this fantastic retro-themed DIY hack, a most timely submission as we just revisited the noir art deco-science fiction classic Dark City and we think this would have perfectly fit in the world (or in Adama’s quarters on BSG). Bryan gives step-by-step instructions of how he converted a 1940’s Swedish-made Ericsson bakelite […]
Arduino Touch Screen iTunes control (ATSIC) using arduino
What I’m going to show you is how to make an iTunes control device using an Arduino and a touch screen. The iTunes Control works by reading area’s of the touch screen and send a letter to the computer via the serial port, which is monitored by an apple script which run a command based […]
Building an Arduino Robot, Part II: Programming the Arduino
Welcome to the second article in the tutorial series in which I’m building a remote controlled Arduino based vehicle robot. Here is the list of articles I have published: Part I: Hardware Components Part II: Programming the Arduino (this article) Part III: Assembling the Robot Part IV: A (Not So) Basic Robot Firmware Part V: […]
Make A Color Changing Display Using Arduino
Custom made Multiple color display. Have you ever wanted a display that is a little larger then one you can buy? Have you ever wanted to make a display the way you wanted it? Me too! This is how I made a custom multiple color display that I use for temperature. Step 1: Supplies and […]
DMX Ardweeny Node using Arduino
I’ve settled on the lighting industry standard of DMX as my overall control protocol as I explore the world of blinky lights. This universal control method is electrically robust, radio transmissible, and flexible enough for my needs (not to mention the needs of major concert, theatrical, and entertainment venues.) There are a variety of DMX […]
Control a Relay with Arduino
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan. When the button is pressed the fan will turn ON and will remain in this state […]
Easily control your iPod using Arduino
Easily control your iPod with Arduino using serial commands. This instructable includes the schematic, the code and some extra info; everything you need to make this work. USB,battery or wall power supply powered. Step 1: What you need Parts: 5x 1K ohm resistors 2x 1M ohm resistors 1x 12K ohm resistors 1x 1.5K ohm resistors […]
Make an Arduino Timer
Hi, so me and my pal are setting up so we can make PCB´s. We are currently making a UV exposure box (possibly another instructable) and for this box, we needed a timer, so this is what we have done so far, and what we are going to do. This project is based on the […]