Projects

MIDI Controlled Analog Music Synthesizer

MIDI-Controlled Analog Music Synthesizer

For my electrical engineering senior design project, I decided on designing a analog music synthesizer with MIDI control. I have to admit, this was what I wanted to do since high school and was my ultimate goal as a musician, artist, DIY person, and engineer. This project, in the end, will combine all of my […]

Making a mini LED Christmas tree

Making a mini LED Christmas tree

My two and a half year old son loves toys with flashing lights. For this Christmas I thought of making a mini LED Christmas tree for him. This project uses 22 multi-color LEDs which are driven by a PIC12F683 microcontroller using the Charlieplexing technique. The details of the build procedure is described in the following […]

A PIC Serial LCD Project

A PIC Serial LCD Project

This project shows you how to create a serial LCD module that you can drive from any serial RS232 interface. You may be asking yourself why is this project using RS232 when computers are no longer even produced with a serial port as standard? There are three reasons: Most microcontrollers come with a UART built-in as […]

The Glowing Green Robot

The Glowing Green Robot

Robots look cooler when they have a sinister green glow. Better yet, when that glow exists for a functional purpose it’s even better! Here I show how to make a custom robot and use LED’s to not only enhance line following, but also make it work in the dark too. Step 1: The Mechanical Design […]

Echo Mp3

Echo Mp3 DIY Audio player using PIC18F46K20

The EchoMp3 is a small DIY* Audio player. Mp3, Wav, Ogg-Vorbis, Wma and Mid formats are supported. 4, 8, 16 GB SDHC cards used as storage. FAT (FAT16) and FAT32 supported. Low power operation with two AA (HR6) 1V2 Ni-Mh batteries. Power input range is +2.4V … +3.0V Runs on a PIC18F46K20 at 64 MhZ. […]

A PIC Ultrasonic distance meter project using a Seven Segment display and a PIC micro

A PIC Ultrasonic distance meter project using a Seven Segment display and a PIC micro.

The PIC Ultrasonic distance meter works by transmitting a short pulse of sound at a frequency inaudible to the ear (ultrasonic sound or ultrasound). Afterwards the microcontroller listens for an echo. The time from transmission to echo reception lets you calculate the distance from the object. PIC Ultrasonic Distance Meter Specification Range ~5cm – 300cm […]

The Rock

The Rock

This robot is controlled by a visual basic program (through the serial port), and can move in three different velocities by a pulse width modulated (PWM) signal generated by a PIC microcontroller (16F877). The robot can be operated in two modes, “normal control” and “light tracker” modes. In the normal control mode, the robot can […]

Aurora 9x18 Kit

Aurora 9×18 Kit

*** There’s an updated version of this kit available at http://www.theledart.com/blog/store *** Responding to many requests, Aurora 9×18 Kit is now available, so this is the Instructable specific to building the kit. Please leave comments, especially tips for successful assembly. Step 1: Identify the Parts First, identify all the parts contained in the kit. Below is the […]

Analog Experiments Anywhere

Analog Experiments Anywhere

Two DIY micro-controller based USB connected electronic units which along with the Texas Instruments Analog System Lab Starter kit and a laptop permit you to conduct analog experiments anywhere. It would be wonderful  if senior students and laboratory supervisors built these units so that they could be used in their laboratories by freshers. Aj-SigGen-PS   […]

Serial LCD Controller

Serial LCD Controller

I discovered a flaw in the current design that will only allow the controller to work with a connection to the computer and not to a microcontroller.  I’ve updated the schematic below and will fix the controller design.  I’ve added a project file below that also includes the fixed schematic. If you look at the […]