-40%
5PCS 3.3V-5V 8550 Electromagnetic Active Buzzer Alarm Module Sensor for Arduino
$ 4.21
- Description
- Size Guide
Description
Description: Using 8550 transistor driver Operating voltage:3.3V - 5 V With fixed bolt hole and easy installation PCB size: 27 * 15 mm Board interface: VCC connect external 3.3 V-5 V voltage (can connect with 3.3V or 5V microcontroller directly) IN connect external microcontroller IO port GND connect external GND Document link: https://www31.adrive.com/filemanager/downloadfile/84311297/FZ0497.rar Package include: 5 x Buzzer ModuleStore category
Sign Up Now !
You may also like
5PCS 3.3V-5V 8550 Electromagnetic Type Active Buzzer Sensor Module Board for Arduino
Product Description
Description:
Using 8550 transistor driver
Operating voltage:3.3V - 5 V
With fixed bolt hole and easy installation
PCB size: 27 * 15 mm
Board interface:
VCC connect external 3.3 V-5 V voltage (can connect with 3.3V or 5V microcontroller directly)
IN connect external microcontroller IO port
GND connect external GND
Arduino Code
int buzzer = 2; // buzzer port
void setup()
{
pinMode(buzzer, OUTPUT);
}
void loop()
{
int i;
while (1)
{
for (i = 0; i < 80; i++) // 1st freq.
{
digitalWrite(buzzer, HIGH);
delay(10);
digitalWrite(buzzer, LOW);
delay(10);
}
for (i = 0; i < 40; i++) // 2nd frequ.
{
digitalWrite(buzzer, HIGH);
delay(20);
digitalWrite(buzzer, LOW);
delay(20);
}
}
}
Document link:
https://www31.adrive.com/filemanager/downloadfile/84311297/FZ0497.rar
Package include:
5 x Mini Buzzer Module
Payment
Shipping
Delivery time
Return Policy
Contact us
Payment
1.We accept Paypal payment only , you can use credit card through PayPal.
2.Please make payment asap,then we can arrange shipment for you asap.
Shipping
If total amount ≥ 7usd ,we provide a tracking number with
you.
Delivery time
Normally it arrive in 10-30 business days when your order amount is more than 7usd.
And 30-60 days when amount is less than 7usd.
Return Policy
1.All products are eligible for 30-days money back guarantee.
2.All returns should be guided by us, please contact us for detail before you return anything.
Contact us
We request that you contact us immediately BEFORE you give us neutral or negative feedback, so that we can satisfactorily address your concerns.
Feedback