ดูโปรโมชั่น Passive Buzzer Module 3.3 - 5V

ยินดีต้อนรับสู่ เช็คเช็ค.com เว็บไซต์เปรียบเทียบสินค้าบนอินเตอร์เน็ต

Passive Buzzer Module 3.3 - 5V

จำหน่ายโดยร้านค้า : son_513
บนแพลตฟอร์ม : Shopee

฿20
  • จัดจำหน่ายโดยร้านค้า ช็อป99 บน Shopee
  • จัดส่งจากอำเภอเมืองฉะเชิงเทรา, จังหวัดฉะเชิงเทรา
  • จำนวนผู้ติดตามร้านค้า 2,797
  • คะแนนร้านค้า 4.9/5 คะแนน

หากคุณกำลังมองหาแล็ปท็อปและคอมตั้งโต๊ะ ในกลุ่มคอมพิวเตอร์และแล็ปท็อปหรือสินค้าอื่นๆที่ใกล้เคียงกัน ร้านค้า son_513 (ช็อป99) บน Shopee จำหน่ายสินค้า Passive Buzzer Module 3.3 - 5V ไปแล้วกว่า 30 ชิ้น และมีรีวิวจากผู้ซื้อกว่า 5/5 คะแนน ลองแวะเปรียบเทียบรายละเอียดสินค้าและรีวิวก่อนได้ค่ะ




รายละเอียดสินค้า

Alarm module for passive 3.3-5V
โมดูล Passive Buzzer ใช้ไฟเลี้ยง 3.3 - 5V สามารถสร้างเสียงคนตรีได้
(เหมาะทำเสียงกันขโมย)
Description:
Pressure of work: 3.3-5V
holes for easy installation bolts fixed
size PCB: 3.3 x 1.3 cm
DuPont line length, 21 cm
modules are used. drive transistor 9012
characteristics:
no Origin vibrations require energy (frequency 2K-5K) to drive the
control frequency, you can "do, re, mi fa sol la si" the
definition of Pinter:
/*
VCC:. 5V-3.3V
GND,: ground
I /O :13
Test Ubo-r3
Code 1:เสียงเพลง
*/
int speakerPin = 13;
int length = 15; // the number of notes
char notes[] = "ccggaagffeeddc "; // a space represents a rest
int beats[] = { 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 4 };
int tempo = 300;
void playTone(int tone, int duration) {
for (long i = 0; i
digitalWrite(speakerPin, LOW);
delayMicroseconds(tone);
digitalWrite(speakerPin, HIGH);
delayMicroseconds(tone);
}
}
void playNote(char note, int duration) {
char names[] = { 'c', 'd', 'e', 'f', 'g', 'a', 'b', 'C' };
int tones[] = { 1915, 1700, 1519, 1432, 1275, 1136, 1014, 956 };
// play the tone corresponding to the note name
for (int i = 0; i
if (names[i] == note) {
playTone(tones[i], duration);
}
}
}
Code 2:การแจ้งเตือน
const int buzzer = 13; //buzzer to arduino pin 13
void setup(){
pinMode(buzzer, OUTPUT); // Set buzzer - pin 13 as an output
}
void loop(){
tone(buzzer, 600); // Send 600Hz sound signal...
delay(500); // ...for 1/2 sec
noTone(buzzer); // Stop sound...
delay(500); // ...for 1/2 sec
}



ข้อมูลสินค้า รายละเอียดสินค้าและรูปภาพสินค้าจากร้าน son_513 บนช้อปปี้ ก่อนการตัดสินใจซื้อสินค้า กรุณาตรวจสอบรายละเอียดสินค้าให้แน่ใจอีกครั้งในช่องทางการสั่งซื้อของผู้ขายเนื่องจากข้อมูลสินค้ารวมถึงรูปภาพสินค้าภายในเว็บไซต์นี้อาจล้าสมัยไม่อัพเดทในช่วงเวลาหนึ่ง ซึ่งผู้ขายอาจมีการปรับเปลี่ยนเงื่อนไขของสินค้าหรือข้อเสนอต่าง ๆ ไปได้ เงื่อนไขและข้อกำหนดในการคุ้มครองเมื่อสั่งซื้อสินค้าเป็นไปตามเงื่อนไขของแพลตฟอร์มนั้น ๆ เมื่อทำรายการสั่งซื้อ