Difference between revisions of "Buzzer"

From Microduino Wiki
Jump to: navigation, search
(Created page with " {| style="width: 800px;" |- | ==Objective== This tutorial will show you the way to use Microduino buzzer. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino-Buz...")
 
m (insert link to code)
Line 20: Line 20:
 
==Program==
 
==Program==
  
 +
You can find the code here: [https://github.com/Microduino/Microduino_Tutorials/blob/master/mCookie_sensor/MicroduinoBuzzer/MicroduinoBuzzer.ino Buzzer]
 +
Copy it to your Microduino IDE environment.
  
 
==Debugging==
 
==Debugging==

Revision as of 12:28, 9 August 2015

Objective

This tutorial will show you the way to use Microduino buzzer.

Equipment



  • Other Hardware Equipment
    • USB cable One

Program

You can find the code here: Buzzer Copy it to your Microduino IDE environment.

Debugging

Step 1:

MicroduinoBuzzerSensor.png

Connect Microduino buzzer to D6 pin of Microduino buzzer.

Step 2: Connect your PC with USB cable, download code and burn it to Microduino-CoreUSB.

MicroduinoBuzzerSensor1.png


Step 3: Power on and listen to see what happens.

MicroduinoBuzzerSensor2.png


Step 4:You’ll hear a sound like alarm.


Result

You can make alarm sound through a buzzer.

Video