“Buzzer”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(Created page with " {| style="width: 800px;" |- | ==Objective== This tutorial will show you the way to use Microduino buzzer. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino-Buz...")
 
(insert link to code)
第20行: 第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==

2015年8月9日 (日) 12:28的版本

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:

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.


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


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


Result

You can make alarm sound through a buzzer.

Video