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 […]
Projects
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
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
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!
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 […]
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 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 […]
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 […]
TiDiGino Contest using arduino
The project TiDiGino We developed a new GSM remote control called TiDiGino. The name recalls the initials (TDGxx) of our previous GSM remote control and is also based on the Arduino project. All the details of this circuit can be found below, but no the sketch, because this is your assignment. The contestYou have to write the firmware for this project. The device must perform all the functions […]
Control Ikea Dioder LED Strip with Arduino + 16X PWM LED Fader Board using arduino
We’re going to show how to wire up and control an Ikea DIODER LED strip with an arduino, using a 16X PWM LED Fader board as an intermediary. The 16X PWM board is basically a bunch of mosfets under PWM control (switches that turn on and off really fast) that can be used to mix […]