Monday 6 October 2014

SOUND DIRECTION AND LOCALISATION WITH PIC16F876A

Detecting Sound
Students often want to use ‘sound’ as an input within electronic projects. Unfortunately sound is not as easy to use as light and temperature, as there is not an instant ‘single component’ solution, as is the case with, for example, an LDR for light or a thermistor for temperature.
The main problems with detecting sound are:
1) electret microphone inserts are low cost, but only produce a very small signal, which requires amplification
2) the background noise level can vary considerably, and so some form of calibration is required
3) some noises, such as a hand-clap, are very quick and so can be ‘missed’ with some electronic circuits (e.g. when using a microcontroller)
Fortunately these problems can all be overcome at low-cost, by using an electret microphone with three common transistors. The circuit shown in Figure 1 will produce an analogue signal between 0 and 3V that can be detected, for instance, with the analogue input pin of a PIC microcontroller (e.g. 16F876). The circuit also includes a ‘time-delay’ feature that extends the time period of the loudest signal. This means the circuit could also be used, for example, to switch a FET on for a period of time to drive a motor.



Operation
The circuit shown in Figure 1 can be used in two ways:
1) As an analogue sound level recorder, for instance connected to the analogue input of a PIC16F876A microcontroller
2) As a digital on/off switch, for instance connected to the digital input of a PIC16F876A  microcontroller.
In the 'sound level recording' mode, the 'sensitivity' control RV1 is first set to minimum and then the 'set-zero' control RV2 is adjusted for zero output (ie 0V on a multi-meter). In practice is it actually better to be very slightly above zero output to avoid a 'dead band'. The ‘sensitivity’ control is now increased to a suitable level for the project. Normal speech at about 50 cm from the microphone will give a DC output of about + 1 V. A handclap will produce a full output of +3 V.
The output is instantly high, but slowly decays - so that the signal is present longer than the actual loud noise. The length of time for the decay varies according to the value of C4 (see explanation below) – the decay time of the output signal is approximately 0.5 seconds with the value of C4 as shown. Increasing C4 to 2.2 uF or 4.7uF provides a decay time of approximately 2 seconds OR 4 seconds.

When a 'digital' on/off output is required, the 'set zero' control, in conjunction with the 'sensitivity' control, are simply used to set a threshold level - where only signals above this level produce an output. Providing that the input signal is high enough, a full 3V pulse will appear at the output.

Stage 1 - Electret Microphone
A low-cost Electret microphone (e.g. Rapid 35-0192) will provide an output of around 1mV rms from normal speech at a distance of around 60 cm. So you can expect signal levels from the microphone of around 1 - 3 mV. An electret microphone is a special type of Field Effect Transistor (FET), which converts vibrations (from sound or physical contact) into an electric signal, which is then amplified internally by the FET. The electret is therefore polarised, and must be connected the correct way around - the 0V (negative) leg can be identified as it is connected to the external metal can by a visible tag.

Stage 2 – Transistor Amplifier
The first transistor, Q1, acts as an amplifier providing a gain of x25 (28dB) over the frequency range 300 Hz - 30 kHz, and so will provide an output signal level in the range 25 - 75 mV. The signal level can be adjusted by the 'sensitivity' control RV1.

Stage 3 – Signal Rectifier
Sound is made up of constantly rising and falling waveforms (try looking at the output from a microphone on an oscilloscope). Therefore to detect the highest sound level you need a reference point, and this circuit therefore only looks at the ‘negative going’ part of the waveform. By amplifying the point at which the sound waveform starts to drop back down again, you can identify the highest point of the sound level.
Therefore the PNP transistor Q2 is biased to cut off, and amplify, only negative-going signals. The resultant positive-going signal, at the collector of Q2, causes D1 to conduct, thus charging C4 to the peak signal voltage.

Stage 4 – Buffer and Time Delay
The third transistor, Q3, is configured as
 an emitter-follower and buffers the signal (and provides a low output impedance). The circuit provides a fast rise of output voltage with a slower decay, proportional to the value of C4. This basically means that C4 defines the ‘delay time’ that the highest sound level is present for. The decay time of the output signal is approximately 0.5 seconds with the value of C


Fig 2 : bread board construction


Fig 3:  testing with my home theater at VOL 10


Fig 4: construction on pcb

Fig 5 : sound coming from right direction

Fig 6 : sound coming from center direction


Fig 7: sound coming from right direction


Fig 8: sound coming from left direction


Pcb link: http://www.4shared.com/office/sBuTKep9ba/2ROBOT_SOUND_DIRpdsprj.html

Hex link: http://www.4shared.com/file/nna-wsJzba/SOUND_DIR.html

contact me on: 08123206299 or ACECCT.18F4500@GMAIL.COM

Wednesday 1 October 2014

Mcu based inverter control with A.V.R using pic16f876a

Monitoring of an inverter during operation has being the major challenge faced by local inverter Manufacture which has lead to low demand for locally built Inverters due to sudden break down or Battery being overcharged. most of the Inverter schematic claimed or used by Local Inverter Manufacture downloaded from the internet are for tutorial purpose not not for commercial there are tendencies for failure therefore it is time for us to start developing things of our own...
proudly NIGERIA......
The featuring M.C.U is the Microchip PIC16F876A
FEATURES OF THE ABOVE SCHEMATIC ARE STATED BELOW :

INVERTER PROTECTION : LOW-BATTERY SHUTDOWN
                                             : OVER LOAD SHUTDOWN INPUT
                                             : O/P SHORT CCT SHUT-DOWN INPUT
                                             : HIGH TEMPERATURE SHUT-DOWN INPUT
                                             : LOW-BATTERY : BEEP START AT 11 V
                                             :INVERTER SHUT DOWN AT 10.5 V
                                             :10 SEC DELAY BEFORE CHARGING
                                             : AUTOMATIC VOLTAGE REGULATOR
                                               [INPUT: 180 V - 240 V]
                                               [OUTPUT: 211 V - 232 V]
                     
INVERTER  MONITOR  : 16*2 LCD DISPLAY
                                         : ERROR LED
                                         : BUZZER



: OLD DESIGN 1


:OLD DESIGN 2



: OLD DESIGN 3


: NEW DESIGN 1


: NEW DESIGN 2

: NEW DESIGN 3

:  FINISHING  1


:  FINISHING  2


:  FINISHING  3
:  FINISHING  4

                                                               CIRCUIT DIAGRAM


PROTEUS SIMULATION  1


PROTEUS SIMULATION 2


PROTEUS SIMULATION 3


PROTEUS SIMULATION 4


PROTEUS SIMULATION  5


PROTEUS SIMULATION 6

PCB DESIGN TOP VIEW


Complete ips board





DOWNLOAD LINKS:

1) ISIS, PCB AND CODE: https://onedrive.live.com/redir?resid=4461D551EDBCA377!469&authkey=!AP5XoGGx2xSMiKQ&ithint=folder%2chex

2) SHORT LINK: http://1drv.ms/1EXaDeq

If you have any question, feel free to comment on this post.... acecct.18f4550@gmail.com  or (234)8123206299

Reference documents:
PIC16F876A datasheet: ww1.microchip.com/downloads/en/devicedoc/39582b.pdf





Featured post

PURE SINE WAVE INVERTER WITH LED AND LCD

The inverter PCB is easy to assemble by following the label of the components to be inserted. The choice of the voltage to be used to power ...