Projects

Arduino Bicycle Alarm and Lights

Arduino Bicycle Alarm and Lights

This alarm is a good way to alert you if somebody messes with your bike. I had a bicycle stolen a while back and decided there had to be a better way to keep my bike secure. When I searched for bicycle alarms, all I could find were alarms that responded to sudden movement or […]

How to Use IR Remotes with Arduino Current and Updated

How to Use IR Remotes with Arduino (Current and Updated)

I’m tired of these complicated tutorials on how to use certain things. I like simple, easy to understand, step by step instructions. My biggest problem was with IR and POV*. I’ve finally mastered how to control my project with any TV remote in a few minutes. In this i’ble I’m going to show you simple, […]

ARDUINO Burglar Alarm Using Infrared Emitter Detector pair

ARDUINO Burglar Alarm Using Infrared Emitter-Detector pair

In this tutorial i will show you , how to make a simple Inexpensive Intrusion Detection(Burglar alarm) using an Arduino Uno board . This project uses the Infrared Emitter-Detector pair to detect intrusion and triggers an alarm as soon as the object crosses the infrared field . ** To see a Similar Project Made with […]

Arduino for Photographers Building a Universal Intervalometer

Arduino for Photographers: Building a Universal Intervalometer

Practicing the art of time-lapse photography without an intervalometer is doable, but not particularly efficient. And while any decent photo equipment store will be happy to sell you one, you can go the DIY way and build your own intervalometer based on the excellent Arduino platform. Theoretically, building an Arduino-based intervalometer is as easy as connecting an infrared […]

Connecting the ADXL337 to the Arduino

Connecting the ADXL337 to the Arduino

Today I’ll write about the ADXL337 accelerometer. The ADXL337 measures the acceleration of the x, y and z axis. This means it measures the force acting on any of the axes at a specific moment in time. Because it’s an analog device the measurement intervals are as short as the Arduino can read the current voltage on any […]

Arduino mma7361

Arduino Accelerometer mma7361

Hey guys, I am a teaching assistant for an introduction to engineering class for biomedical engineering majors at Vanderbilt University this semester. I created this video to explain analog-to-digital conversion to them because time ran out during class and I did not get to this point in the lecture. I ran across the Teach It! […]

Arduino DS1307 Clock

Arduino DS1307 Clock

1) Introduction and Images Hello friends, today I am going to build a Digital Clock using Arduino UNO and famous DS1307 Real Time Clock IC. Before we begin, here are some images of the completed project. You can find the YouTube video at the bottom of the page 2) DS1307 RTC IC DS1307 is a […]

Arduino Code

MCP41100 an Arduino Controlled Potentiometer

  We know the analog potentiometer , is a three-terminal resistor with a sliding contact that forms an adjustable voltage divider . MCP41100 an Arduino Controlled Potentiometer: 1)volume controls on audio equipment. 2) Control the amplifier Gain and offset . 3) Transducer ” displacement  transducers “. and many Other application , But did you you want […]

Stepper Motor control with Arduino

Arduino Bipolar Stepper Motor

It is a well known fact that Stepper motors are awesome! The only downside is that they can be a bit trickier to get going than servos and plain old DC motors. If you are interested in the inner mechanics and theory of stepper motors, check this excellent post on PCB heaven. If you happen to have one […]

Typical Arduino Pro Mini Board

How To Generate Square Wave Using Arduino

Any AVR microcontroller based board which follows the standard Arduino schematic and is flashed with the Arduino bootloader can be called an Arduino board. The Arduino is refered to as open source hardware and the Arduino IDE is also open source and anybody can contribute their libraries to the Arduino. All arduino boards should be […]

Scroll to Top