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 […]

CONTINUE READING ➞
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