Projects

Arduino Binary Die

Arduino Binary Die using arduino

After buying a Nanode (an Arduino-compatible board with ethernet built-in) last weekend, we’ve been trying to work it out by making a couple of simple examples, the ‘Binary Dice’ is the first one with input and outputs. A note, this code example is based on the one from the book Arduino: A Quick-Start Guide by […]

Boozeduino

Boozeduino using arduino

Now with more LED. Arduino mega powered breathalyzer using the MQ-3 sensor.   A relative gauge for judging how intoxicated you are. NOT TO BE USED AS MEANS OF BREATHALYZING NEVER DRINK AND DRIVE. This is more of a device to encourage one to drink more. The MQ-3 can’t achieve the accuracy to register exact […]

Analog Sensors

Analog Sensors using arduino

Analog sensors produce an analog (continuous) voltage that typically varies from 0 to 5 volts. They have three wires – ground, power, and signal (typically red, black, and white, respectively). Examples shown below include: Potentiometers Proximity Accelerometers Ribbon Bend Pressure Light Temperature Sound Multi-touch Touch Other Potentiometers Potentiometers typically measure rotation or linear travel, and […]

Flash trigger

Flash trigger using arduino

his project is mainly based in this one from Glaciar Wanderer. I just liked his idea and worked it on my own. (I think this guy and me would be friends, as the projects he has in his photography category are things I’ve been wanting to do since I got my Arduino. I will not […]

Using the tymkrs “Turn Me” with an Arduino

Using the tymkrs “Turn Me” with an Arduino

Here is a quick write up on how to use the tymkrs “Turn Me” rotary encoder.  This supports the “push down” feature of the tymkrs kit. Fritzing Rotary Encoder Part: Rotary Encoder with Knob bth.fzpz Fritzing Project: RotaryEncoderDemo.fzz Arduino (1.5) project: RotaryEncoderDemo.ino 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 […]

Boost Converter Intro with Arduino

Boost Converter Intro with Arduino

Let’s say that you’re trying to drive a few Nixie clock tubes, or you want to make a strobe light. A variable high voltage DC power supply from 50-200+ volts may be required. Transformers are terrific, but difficult to find the right one and a pain to wind. Why not use a boost converter? They’re […]

Arduino Circular Cylon

Arduino Circular Cylon!

This is a quick arduino project that is great for beginners. Enjoy! There is a video on the last step! Step 1: What you Need To build this project you will need: 10 LEDs, any color will do. Some wire, I used a ribbon cable I had Most importantly, an Arduino Perhaps some electrical tape […]

Programmed Automatic Driving Car

Car No. 06 Programmed Automatic Driving Car using arduino

Hi! Kaeru no Ojisan is back with Car No.06. Car No.06 is a Programmed Automatic Driving Car with following procedure; – Simulate the Car Trajectory based on the Target Passing Points. – Drive automatically as simulated using Reflective Photosensor and Gyro Sensor . – Adjust Car Position to the starting point using Web Camera, after […]

8 LED Chaser with 74HC595 8 Bit Shift Register

8 LED Chaser with 74HC595 8 Bit Shift Register using arduino

Have you wanted to make a sweet Cylon/Knight Rider (Larson) Scanner effect? But you don’t want to use up all of your Arduino IO pins? Well, you can make a nice 8 LED Scanner with a shift register IC. In this tutorial we’ll be using the 74HC595 8 Bit Shift Register, and this is what […]

3D LED Cube

Make A 3D LED Cube Using Arduino

The 3D LED Cube is a really cool device that enables you to see in three dimensions, get some depth perception and has 512 LED’s or 512 pixels. It is based on an Arduino Uno which is an Atmel AVR microcontroller on a development board with some standard interfacing pinouts that allow you to quickly […]

Scroll to Top