Projects

The Arduino Microprocessor Miniterm Project Pages keattsd

The Arduino Microprocessor Miniterm Project Pages: keattsd

Navigation LCD_driver.c LCD_driver.h LCD_driver.h.out ball12d.php bojia.c bojia.c.out chenb.php doyler.php ellwangerk.php foo.txt frickd.php gamblec.php hurleyg.php keattsd.php littletonj.php panuskip.php parsonstc.php schrodere.php Here is keattsd Bluetooth SNES Controller Supplies I used the following supplies for my mini-term project: Arduino Uno microcontroller RN-42 bluetooth module USB A to B cable One 330-ohm resistor Five alligator clips One breadboard Two […]

Magic Light Capacitance Sensor First Arduino Project

Magic Light (Capacitance Sensor, First Arduino Project)

This was my very first arduino project.  Its great for beginners. Fade the color or the lights my moving your hands near it.  It fades from a pretty purple blue to a firey red-orange. Its was SUPER easy to build, not to hard to write the code, and its really impresses people!  I gave it […]

Temperature Sensing using DS18B20 Digital Sensors

Temperature Sensing using DS18B20 Digital Sensors

Note: When referring to Arduino below, this works in the same way on the emonTx which is arduino-based. The DS18B20 is a small thermometer with a built in 12bit ADC; it can be easily connected to Arduino digital input. The sensor communicates over a one-wire bus and requires little in the way of additional components. […]

Arduino Tiny Relay Shield Project

Arduino Tiny Relay Shield Project

In this Arduino project, you will build a small relay shield from stripboard. The shield can have one or two relays fitted to it. Connect the Arduino and relay shield to your PC via a USB cable. Download the PC software and use it to switch anything on and off that is attached to the […]

Arduino Platform Interrupts Introduction

Arduino Platform – Interrupts Introduction

Introduction This is my second article relating to the Arduino Microprocessor Platform. The first one was a simple implementation of the SIMON game using the Arduino. The article can be found here. For an introduction to the Arduino Hardware, see jeffb42‘s excellent articles, as there is no point in repeating things here. What Is This […]

Open Source Home Automation Project using Arduino UNO Ethernet Shield

Open Source Home Automation Project using Arduino UNO + Ethernet Shield

This is Open Source Home Automation Project based on Arduino Uno and Arduino Wiznet based Ethernet shield. How Does it Work The main brain for this project is Arduino UNO Board along with Arduino Ethernet Shield to give it a wireless connectivity.Arduino runs a code to control a Relay board according to the input and […]

Arduino Buzzer Circuit

How To Connect A Buzzer To An Arduino

This article and circuit diagram show how to connect a buzzer to an Arduino when the buzzer operates at a different voltage to the Arduino. The buzzer may operate at 9V, 12V or some other voltage. Arduinos such as the Arduino Uno operate from 5V. All the voltages referred to here are D.C. voltages (direct […]

Thermal Camera Arduino UNO MLX90614 IR Thermometer

Thermal Camera: Arduino UNO + MLX90614 IR Thermometer

I  did the following steps: 1) Hardware: Connect the MLX90614 (refer to the datasheet) as follows: Pin 1 on MLX (SCL) connect to ANALOG pin 5 on Arduino Pin 2 on MLX (SDA) connect to ANALOG pin 4 on Arduino Pin 3 on MLX (VDD) connect to 3.3V on Arduino Pin 4 on MLX (VSS) […]

Arduino MicroBot Project

Arduino MicroBot Project

Steps On the breadboard, build two bi-directional motor control circuits (also known as “H-bridge”) circuits. These circuits will control the two DC motors that drive the wheels. Each circuit will have two wires from the Arduino (one for forward, one for backward) to control the circuit, and two wires from the single DC motor that […]

Blinkenlights

Blinkenlights

Topics: Overview Hardware A Basic Schematic Diagram Resistors Reading Resistor Values Putting it Together Trying it out! More on Resistors and LEDs Software Comments Variables Procedures References Project 1.Overview As mentioned earlier, Arduino consists of two major parts: the hardware (the Arduino board) and the Software (the IDE). The advantage of using the Arduino is […]

Scroll to Top