Difference between revisions of "Buzzer"
From Microduino Wiki
(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
ObjectiveThis tutorial will show you the way to use Microduino buzzer. Equipment
ProgramYou can find the code here: Buzzer Copy it to your Microduino IDE environment. DebuggingStep 1: 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.
ResultYou can make alarm sound through a buzzer. Video |