frequency

Piezo speaker

Driving a piezo speaker with a PIC using pic-microcontroller,

Overview A Pulse Width Modulation (PWM) output from a PIC microcontroller can be used to play tones on a piezo speaker. With this, musical scales and simple songs can be played on the piezo speaker. Piezoelectric speakers operate by the converse piezoelectric effect: when a voltage is applied across the terminals, the piezoelectric material in …

Driving a piezo speaker with a PIC using pic-microcontroller, Read More »

Audio Spectrum Analyser

Audio spectrum analyzer using PIC18F4550

Introduction This project implements a real-time audio spectrum analyser using a PIC18F4550 8-bit microcontroller. The spectrum frequency analysis is performed by a highly optimised 16-bit Fast Fourier Transformation (FFT) routine coded entirely in C. The output from the FFT is displayed using a 128×64 graphical LCD to allow a real-time view of an audio signal. …

Audio spectrum analyzer using PIC18F4550 Read More »

Ultrasonic Pursuit Automobile

Ultrasonic Pursuit Automobile Using Atmega

We’ve implemented an autonomous pursuit vehicle capable of chasing a designated target using ultrasonic transmissions. The system is demonstrated by chasing a second, human-controlled, RC car. The pursuit unit is equipped with a 24kHz transmitter and two 40kHz receivers, while the target unit has a 24kHz receiver and a 40kHz transmitter. The target unit responds …

Ultrasonic Pursuit Automobile Using Atmega Read More »