# Buzzer

Since RDDRONE-FMUK66 Rev. C, this connector is not found on the board anymore. The newer FMUs now have a [10 pin connector for the Pixhawk 4 GPS](/hovergames/rddrone-fmuk66/connectors/gps.md), which has a buzzer inside. There is also no separate buzzer is included in the HoverGames kit anymore.

{% hint style="danger" %}
The 2 pin buzzer connector is **not found on newer versions** of the RDDRONE-FMUK66! The GPS module includes a buzzer. Please refer to the [GPS connector page](/hovergames/rddrone-fmuk66/connectors/gps.md).
{% endhint %}

## Connector pinout

| Pin | Signal  | Voltage |
| --- | ------- | ------- |
| 1   | BUZZER- | +5.0V   |
| 2   | BUZZER+ | +5.0V   |

## Schematic

![](/files/-LOrtrmzsUqhuzDM1_RV)

## Building the buzzer

* This is a piezo buzzer attached to a two pin JST-GH type connector.
* Polarity is not critical.

![](/files/-L9GMB8yN7daMpDVPktB)

The buzzer cable looks like the image above when completed.

It can be made quickly:

* 1x 2 pin JST-GH housing.
* 1x 6" JST-GH pre-terminated wire.
* 1x Piezo buzzer.
* Cut the 6" JST-GH pre-terminated wire in half.
* Strip 5mm off the cut ends of the JST-GH wire you just cut in half, and add tin using a soldering iron.&#x20;
* Solder the JST-GH wire to the stripped and tinned Buzzer wires.
* Apply heatshrink over each of the solder joints.
* Poke the crimped end of the JST-GH wire into the two pin housing.
* The order does not matter, but for consistency the red buzzer wire should go to pin 1.

## Assembly drawing

![](/files/-L9GMB9qIvHXtbTtFNkA)


---

# 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://nxp.gitbook.io/hovergames/rddrone-fmuk66/connectors/buzzer.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.
