Information
Item weight
Barcode
Created time
Last updated on
Item description

Product Description:

The Passive Buzzer is a type of speaker that can play various sounds based on the frequency supplied to the speaker. It is not a speaker that produces sound when powered on like an Active Buzzer.

If you are using it with an Arduino board, we recommend using it with a 120 Ohm or higher resistor to reduce the current that stimulates the speaker. Connect the positive (+) pin of the buzzer to the PWM signal pin of the control board. For an Arduino-compatible board, you can use the "tone(pin, frequency)" command to instruct the buzzer to produce sound at the specified frequency.


Specification
Size : 12x8.5mm
Resistor : 42 ohm
Sensitivity / SPL : Min 85 dB
Resonant frequency : 2048 Hz
Pitch : 6.5mm


KEY FEATURES OF BUZZER PASSIVE 5V MODULE:
  • Uses passive buzzer that needs to be driven by a PWM signal
  • 5V operation nominal.  The signal can range from 0-5V in practice.
  • No oscillation source, need square wave (frequency 2K-5K ) to drive.




ตัวอย่าง Code Passive Buzzer

* อย่าลืมใส่ตัวต้านทาน 120 โอห์ม หรือมากกว่า ระหว่างขา Output ของ Arduino และขา Buzzer เพื่อป้องกันการเสียหายบน Arduino 

/*
ตัวอย่าง Code passive buzzer 
สร้างเสียงตามความถี่ต่างๆ ไล่ไปเรื่อยๆ
*/ int TonePin = 6;               // Pin connected to Passive Buzzer int Freq = 500;                // Frequency to play buzzer at // the setup function runs once when you press reset or power the board void setup() {  pinMode(TonePin, OUTPUT);      // Buzzer } // the loop function runs over and over again forever void loop() { tone(TonePin,Freq);            // Send tone to buzzer  delay(1000);                  // wait for 1 Sec  Freq = Freq + 500;            // Increment tone by 200 Hz  if (Freq > 4000) Freq = 500;  // Go up to 4KHz then restart back at 500Hz }
 
Conditions
Tags

Exchange or return policy



Every item comes with a 30-day warranty. However, there are certain conditions that apply:

  1. The customer should not be responsible for any self-inflicted damage, such as incorrect power connections (for example, supplying 5V instead of the required 3.3V for a sensor).

  2. The product must be in perfect condition, without any breakage or damage caused by electricity (e.g., short circuits leading to electrical fires).

  3. The store does not accept product exchanges due to customer misunderstandings, such as purchasing the wrong size for their project or buying something without eventually using it. Customers can inquire about the product details and ensure compatibility before making a purchase by contacting us through our Line account @modulemore during business hours. Please note that there may be delays in response between 12:00 PM and 2:00 PM.

Return Policy: To initiate a product return, customers must provide the original receipt or a copy for quick verification. Returns can be sent to our store address by following these guidelines:

  1. Provide a detailed description of the damaged item(s).
  2. Mention any tests or experiments conducted by the customer.

Please note that the store reserves the right to make the final decision regarding product replacement or refund.

English

Categories

TRACK & TRACE

*Enter your order ID or email used in placing an order

OVERVIEW

Pageviews2,072,276 view(s)
Visitors1,333,002 time(s)
Last updatedSep 5, 2025

JOIN US

ร้านModuleMore
ร้านModuleMore
/www.modulemore.com/en
Join as a Member
600
Become a member of this store to receive special offers and promotions
Choose your language
Language
Currency
Change
Modify language
My orders
This seller's information
ร้านModuleMore
ModuleMore
Arduino compatible board, Iot, ESP32, ESP8266, Nodemcu, Raspberry pi, micro:bit and etc.
Mobile number : 0831710868
E-mail : paheyisoicus@gmail.com
Send message to seller
About this seller
Recently viewed items
Favourite this seller
Join as a Member
Share this page
Share this page

TOP Back to top
Contact me