Skip to main content

Electronic buzzer circuit using IC

Electronic buzzer circuit

Needed
A switch
10K resistor
0.01uf capasitor * 2
1uf/15v capasitor
8ohm 0.5W speaker
5v-15v voltage resource
NE555 ic
56K resistor

Now the time for making circuit

What is NE555 IC

The 8-pin 555 timer must be one of the most useful ICs ever made and it is used in many projects. With just a few external components it can be used to build many circuits, not all of them involve timing. A popular version is the NE555 and this is suitable in most cases where a '555 timer' is specified. Low power versions, such as the ICM7555, are available with the same pin arrangement but their maximum output current is much lower and they should only be used when specified. The 555 can be used in several circuits. Astable- producing a square wave for flashing LEDs, making sounds, driving counters etc.Monostable - producing a single pulse when triggered, this can used for timing.Bistable - a simple memory with two states.Buffer - an inverting buffer (NOT gate).

Connecting

A loudspeaker may be connected to the output of a 555 astable circuit but a capacitor (about 100µF) must be connected in series. The astable output is equivalent to a steady DC of about 0.5Vs combined with a square wave AC signal. The capacitor blocks the DC, but allows the AC to pass as explained in capasitor coupling. Piezo transducers may be connected directly to the output and do not require a capacitor in series.

Speaker

For almost every speaker or set of headphones you can buy, you'll find a specification for impedance measured in ohms. But the packaging or included product manuals tend to never explain what impedance means or why it matters. Fortunately, impedance is kind of like great rock'n'roll. Trying to understand everything about it can be complicated, but one doesn't need to understand everything about it to get it.

Comments

Popular posts from this blog

Arduino colour sensor and servo pro

Colour sensor with servo project Making All we need for this project is one color sensor (TCS3200) and two hobbyist servo motors, which makes this project quite simple but yet very fun to build it. In the first place, using the Solidworks 3D modeling software I made the design of the color sorter and here’s its working principle Initially, the colored skittles which are held in the charger drop into the platform attached on the top servo motor.Then the servo motor rotates and brings the skittle to the color sensor which detects its color.After that the bottom servo motor rotates to the particular position and then the top servo motor rotates again till the skittle drop into the guide rail. Connecting method The code is below /* Arduino Project - Color Sorting Machine * * by Dejan Nedelkovski, www.HowToMechatronics.com * */ #include <Servo.h> #define S0 2 #define S1 3 #define S2 4 #define S3 5 #define sensorOut 6 Servo topServo; Servo b

how to fire a matchstrick wirelessly using android phone

Copper wire:0.5mm/1mm Copper wire:0.1-0.4mm Motor Arduino esp8266 12E 5v relay module Alkaline battery:5v-9v AA battery:3v Android phone Blynk application No worry about this circuit because this is 100% working and tested. The basic consept of this circuit is below This circuit is possible because mini copper wire get more heat than the bigger wire. Codeing method First you install arduino ide on your pc Then copy and paste this code in your arduino #define BLYNK_PRINT Serial    // Comment this out to disable prints and save space #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "YourAuthToken"; // Your WiFi credentials. // Set password to "" for open networks. char ssid[] = "YourNetworkName"; char pass[] = "YourPassword"; void setup() {   Serial.begi

How to make a poket radio(circuit)

Pocket radio diagram Needed BF 494 transistor  T1, T2. Variable resistor. Variable capacitor. Inductor coil. Lm 386 IC Follow this diagram and do it, Then follow the instruction :Initially connect the circuit as shown in the figure. :Connect the power supply to the circuit. :Now press the switch. :Now adjust the frequency of the circuit by varying the trim pot (variable capacitor) of the tank circuit. :Thus the circuit starts tuning to the nearest frequency. :When the frequency of incoming signal is matched sound can be heard through the headphone or speaker. :Now tune the circuit to the  another frequency using tank circuit. :You can listen another sound incoming at that particular frequency. :Adjust the variable resistor to increase or decrease the volume. Try and enjoy it