Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the chaty domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u821671540/domains/spectruminfotech.in/public_html/wp-includes/functions.php on line 6131
Buzzer Siren using Arduino Uno Program with Connection Diagram - Spectrum InfoTech

Buzzer Siren using Arduino Uno Program with Connection Diagram

Objective:

         To activate the Buzzer in order to make sound for alert

Components Required

  • Arduino Uno
  • Piezo Electric Buzzer

 Connection Diagram

Program

int Buzzpin=13;

void setup()

{

pinMode(Buzzpin, OUTPUT);

}

void loop()

{

digitalWrite(Buzzpin, HIGH);

delay(1000);

digitalWrite(Buzzpin, LOW);

delay(1000);

}

Working

         The Program Activates the Buzzer to ON by supplying HIGH voltage to it and making it OFF by supplying LOW voltage to it. This process repeatedly happens to make the Buzzer alternately making the sound

Output

The Buzzer alternately making the sound

LED Blinking using Arduino Code with Connection Diagram
Object Detection using IR Sensor Program with Component Connection

Leave a Reply

Your email address will not be published. Required fields are marked *

Navigation

My Cart

Close
Viewed

Recently Viewed

Close

Great to see you here !

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.

Already got an account?

Quickview

Close

Categories