Projects

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 […]

TiDiGino Contest

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 […]

Secret Knock Final

Secret Knock Final using arduino

Secret Knock Description – My final project is a door lock that listens for your personalized knock. The lock uses an arduino board and a piezo speaker and will not unlock the door unless the specific pattern is used as a knock. Arduino Program – /* Detects patterns of knocks and triggers a motor to […]

Scroll to Top