Projects

Bluetooth Controlled Guitar FX Amplifier 1

Bluetooth-Controlled Guitar FX Amplifier

As part of our final project for ECE 4760: Digital Systems Design Using Microcontrollers, we built a guitar amplifier with remote distortion and digital effects capabilities controlled from a smartphone via bluetooth. Musicians often need to modify the configuration of their amplifiers when performing in concerts. This job is generally delegated to “roadies” who walk […]

Bluetooth-Controlled Guitar FX Amplifier Read More »

Using Transistor as a Switch

Using Transistor as a Switch

Most of microcontrollers work within 5 volt environment and the I/O port can only handle current up to 20mA; therefore if we want to attach the microcontroller’s I/O port to different voltage level circuit or to drive devices with more than 20mA; we need to use the interface circuit. One of the popular method is

Using Transistor as a Switch Read More »

MultiKey – One Wire Keypad

MultiKey – One Wire Keypad

Introduction This is a simple and easy to make serial keypad. The microcontroller will output the number of the push button pressed. This project can be used for many different purposes. Probably the most used application would be to interface to any electronic project that requires a keypad. There are several ready made keypads on

MultiKey – One Wire Keypad Read More »

Extend PIC Microcontroller‘s RAM by without using EMI

Extend PIC Microcontroller‘s RAM by without using EMI

Introduction Virtually all PIC microcontrollers have some banking mechanism to extend addressing to additional memory space. But this external data memory is not directly addressable (except in some high versions of PIC18 devices, which include PIC18F8520, PIC18F6620, etc.). In this post we describe easy to implement external memory interface for PIC microcontrollers. Theoretically most of

Extend PIC Microcontroller‘s RAM by without using EMI Read More »

100MHz frequency counter with PIC16F628A – LCD Display

100MHz frequency counter with PIC16F628A – LCD Display

This project shows how to build a very simple yet very useful tool that every DIY enthusiast should have in his lab: a 100MHz+ frequency counter. The schematic is fairly simple and straightforward and uses a PIC16F628A microcontroller for measuring frequency and a high speed comparator for signal amplification and conditioning. The microcontroller uses its internal 4MHz

100MHz frequency counter with PIC16F628A – LCD Display Read More »

DTMF Phone Dialer

DTMF Phone Dialer using PIC16F690

The company I work for recently upgraded their phone system. They got a new IP phone system that can supposedly do everything – the new phones have big LCD screens with fancy menus, lots of different modes, PC connection for remote control of the phone, e-mailing voice messages, and tons of other features. All that

DTMF Phone Dialer using PIC16F690 Read More »

Animatronic Robot Head schematic

Animatronic Robot Head

I’ve improved the old robot head project which can be found at the old articles link.. The head will be powered by servomotors and will be built from sheet plastic, metal or plywood. The template which can be used for cutting sheet material can be found at the end of this article. Download the template,

Animatronic Robot Head Read More »