Add a loud buzzer alarm or indicator to your projects. Drive this using PWM or code to switch between 0 and 3-5V for loud output.
In stock, ships same business day if ordered before 2PM
Delivered by Tue, 26th of Nov
Quantity Discounts:
Recommended Essentials:
Piezo transducers or "buzzers" have a special crystal inside that expands and contracts when you apply a voltage. You can harness this effect by driving using PWM or code to switch between 0 and 3-5V really fast to create quite a loud sound. It's a passive buzzer which means it needs an alternating voltage. Just supplying it with 3-5V constantly won't emit sound.
You can get even louder by connecting to two GPIO to either end and alternating HIGH and LOW on each pin. This is called a "differential drive" and effectively means the Piezo element sees +3V and -3V instead of just +3V and 0.
Plugs right into a breadboard to get started quickly.
Raspberry Pi Pico - Micropython
from machine import Pin, PWM from utime import sleep # Set up buzzer pin and PWM buzzer_pin = Pin(7, Pin.OUT) buzzer_pwm = PWM(buzzer_pin) buzzer_pwm.duty_u16(1000) for freq in range(500, 1400, 100): # Set buzzer frequency buzzer_pwm.freq(freq) # Wait sleep(.3) # Turn off the buzzer buzzer_pwm.duty_u16(0)
Exact shipping can be calculated on the view cart page (no login required).
Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).
We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):
Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.
Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.
International Orders - the following rates are for New Zealand and will vary for other countries:
If you order lots of gear, the postage amount will increase based on the weight of your order.
Our physical address (here's a PDF which includes other key business details):
Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia
Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.
Have a product question? We're here to help!
Makers love reviews as much as you do, please follow this link to review the products you have purchased.
Product Comments