Keyestudio Passive Buzzer Alarm Module

Keyestudio Passive Buzzer Alarm Module
Keyestudio Passive Buzzer Alarm ModuleKeyestudio Passive Buzzer Alarm ModuleKeyestudio Passive Buzzer Alarm ModuleKeyestudio Passive Buzzer Alarm ModuleKeyestudio Passive Buzzer Alarm Module
รหัสสินค้า RB-0148
หมวดหมู่ โมดูลเสียง (Amp/Buzzer)
ราคาปกติ 280.00 บาท
ลดเหลือ 260.00 บาท
ขออภัย สินค้าหมด
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
Tags : Keyestudio
Keyestudio Passive Buzzer Alarm Module for Arduino


โมดูล Keyestudio Passive Buzzer Alarm ใช้ไฟเลี้ยง 3.3 - 5V เป็นโมดูลที่สร้างเสียงเตือนได้อย่างง่าย ๆ ตัวโมดูลผลิตจาก Keyestudio ซึ่งมีเสถียรภาพ และ ประสิทธิ์ภาพในการทำงานที่ดี 
 
ในการต่อใช้งาน สามารถต่อกับขา Arduino ได้โดยตรง โดยให้ ต่อขา + ของ Keyestudio Passive Buzzer Alarm เข้ากับไฟ 5V ,  ขา – ต่อกับขา GND และ ขา S เข้ากับขาดิจิตอล ของ Arduino
 
ในการสั่งให้โมดูลมีเสียง ทำได้โดยการสั่งขาดิจิตอล ที่ต่อกับขา S ของ โมดูลให้เป็น HIGH
 
Introduction
 
We can use Aduino to make many interactive works of which the most commonly used is acoustic-optic display. All the previous experiment has something to do with LED. However, the circuit in this experiment can produce sound. Normally, the experiment is done with a buzzer or a speaker while buzzer is simpler and easier to use. The buzzer we introduced here is a passive buzzer. It cannot be actuated by itself, but by external pulse frequencies. Different frequencies produce different sounds. We can use Aduino to code the melody of a song, which is actually quite fun and simple.
 
 
Specification 
 
Working voltage: 3.3-5v
Interface type: digital
 
 
Sample Code:
 
 
int buzzer = 8; //set digital IO pin of the buzzer
 
void setup()
 
{
 
  pinMode(buzzer, OUTPUT); // set digital IO pin pattern, OUTPUT to be output
 
}
 
void loop()
 
{ unsigned char i, j; //define variable
 
  while (1)
 
  { for (i = 0; i < 80; i++) // output a frequency sound
 
    { digitalWrite(buzzer, HIGH); // sound
 
      delay(1);//delay1ms
 
      digitalWrite(buzzer, LOW); //not sound
 
      delay(1);//ms delay
 
    }
 
    for (i = 0; i < 100; i++) // output a frequency sound
 
    {
 
      digitalWrite(buzzer, HIGH); // sound
 
      digitalWrite(buzzer, LOW); //not sound
 
      delay(2);//2ms delay
 
    }
 
  }
 
}
 
 
After downloading the program, the buzzer experiments are finish.
 
 
See product video:
 
 
 
Package includes: 
 
1 x Standard Passive Buzzer Module
 

วิธีการชำระเงิน

ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาฟิวเจอร์ พาร์ค รังสิต 2 ออมทรัพย์
บมจ. ธนาคารกสิกรไทย สาขาฟิวเจอร์ พาร์ค รังสิต ออมทรัพย์

หมวดหมู่สินค้า

ระบบสมาชิก

สถิติร้านค้า

หน้าที่เข้าชม2,929,394 ครั้ง
ผู้ชมทั้งหมด1,507,611 ครั้ง
เปิดร้าน17 ก.ย. 2559
ร้านค้าอัพเดท9 ต.ค. 2568

ติดต่อเรา

รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านโรบอทสยาม อุปกรณ์หุ่นยนต์ Arduino
โรบอทสยาม อุปกรณ์หุ่นยนต์ Arduino
จําหน่าย อุปกรณ์หุ่นยนต์ Arduino , ESP8266, ESP32 , STM32 , micro:bit , Paspberry Pi รับประกอบหุ่นยนต์ ชุดคิทหุ่นยนต์ ตัวอย่างโปรเจค IoT (Internet of Things) อินเทอร์เน็ตของสรรพสิ่ง
เบอร์โทร : 095-226-2116
อีเมล : robotsiam16@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม