# Buzzer Module

<figure><img src="https://1077748559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuxEcL3mxZNc5Aa92N6%2Fuploads%2FqJVAcGNtrFszhfBHdg60%2FYeni%20Microsoft%20PowerPoint%20Sunusu.jpg?alt=media&#x26;token=6e4c13b5-7943-465f-a0c8-0a1ad578ca06" alt=""><figcaption><p>Buzzer Module</p></figcaption></figure>

Here is the [datasheet of the buzzer (PKMCS0909E4000-R1) ](https://www.mouser.com.tr/datasheet/2/281/PKMCS0909E4000-R1-1186610.pdf)on the module.

<mark style="color:red;">The Buzzer Module</mark> is an auditory feedback device. It is a perfect tool for educational purposes, alarm - security systems, musical systems and many other projects. Since it can emit sound with different frequencies, it can play different notes and create melodies.

The buzzer on the module is waiting for a input from the microcontroller. When a certain frequency provided, buzzer gets the required electrical signals and emit the sound with intended frequency.

#### Step Files:

{% file src="<https://1077748559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuxEcL3mxZNc5Aa92N6%2Fuploads%2FOulAPjTeCfONEW1hrz0n%2FBuzzer%20Module%20Rev3.step?alt=media&token=e11eed8f-dd32-4c7f-bb79-3859a50e47b1>" %}

**Here are some of the sample projects that include this module:**

<details>

<summary><a href="../../smd-applications/basics/smart-doorbell">Smart Doorlbell</a>  (including: <a href="../smd-red">SMD RED</a> + <a href="rgb-led-module">RGB Module</a> + <a href="ultrasonic-distance-sensor-module">Ultrasonic Distance Sensor Module</a> +<a href="buzzer-module"> Buzzer Module</a>)</summary>

The Python-based "Buzzer On/Off" application integrates an SMD Motor Driver, an add-on Buzzer Module, and an HC-SR04 Ultrasonic Sensor Module to form an interactive system that reacts to nearby objects. The project is crafted to demonstrate the practical application of combining hardware components with Python programming.

</details>

<details>

<summary><a href="../../smd-applications/basics/security-system">Seccurity System</a> (including: <a href="../smd-red">SMD RED</a> + <a href="rgb-led-module">RGB Module</a> + <a href="ultrasonic-distance-sensor-module">Ultrasonic Distance Sensor Module</a> +<a href="buzzer-module"> Buzzer Module</a>)</summary>

The "Security System" application is a Python-based project that leverages hardware components to create a simple yet effective security monitoring system. This project utilizes an SMD Motor Driver, an RGB LED Module, a Buzzer Module, and an HC-SR04 Ultrasonic Distance Module. The system is designed to activate an alarm and visual warning signals if the detected distance falls below a predetermined threshold.

</details>

{% hint style="info" %}
Ready to integrate? You can purchase the <mark style="color:red;">**The Buzzer Module**</mark> directly from our [Online Store](https://www.robotshop.com/products/acrome-buzzer-sound-add-on-module-acrome-smd-products). Worldwide shipping is available for engineering samples and production batches.[<br>](https://app.gitbook.com/o/fyc7MRDevnnOQSZQ7r8i/s/-LuxEcL3mxZNc5Aa92N6/electronics/add-on-modules/ambient-light-sensor-module)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acrome.net/electronics/add-on-modules/buzzer-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
