STM32F3DISCOVERY - Updating L3GD20 alignment defaults. (MJ666)
[betaflight.git] / docs / Buzzer.md
blob376235d579b62c53bbba6551818b1ec22e3f3de9
1 # Buzzer
3 Cleanflight supports a buzzer which is used for the following purposes, and more:
5  * Low Battery alarm (when battery monitoring enabled)
6  * Notification of calibration complete status.
7  * AUX operated beeping - useful for locating your aircraft after a crash.
8  * Failsafe status.
10 Buzzer is enabled by default on platforms that have buzzer connections.
12 ## Types of buzzer supported
14 The buzzers are enabled/disabled by simply enabling or disabling a GPIO output pin on the board.
15 This means the buzzer must be able to generate its own tone simply by having power applied to it.
17 Buzzers that need an analog or PWM signal do not work and will make clicking noises or no sound at all.
19 Examples of a known-working buzzers.
21  * [Hcm1205x Miniature Buzzer 5v](http://www.rapidonline.com/Audio-Visual/Hcm1205x-Miniature-Buzzer-5v-35-0055)
22  * [5V Electromagnetic Active Buzzer Continuous Beep](http://www.banggood.com/10Pcs-5V-Electromagnetic-Active-Buzzer-Continuous-Beep-Continuously-p-943524.html)
23  * [Radio Shack Model: 273-074 PC-BOARD 12VDC (3-16v) 70DB PIEZO BUZZER](http://www.radioshack.com/pc-board-12vdc-70db-piezo-buzzer/2730074.html#.VIAtpzHF_Si)
25 ## Connections
27 ### Naze32
29 Connect a supported buzzer directly to the BUZZ pins. Observe polarity. Also if you are working with flight controller outside of a craft, on a bench for example, you need to supply 5 volts and ground to one of the ESC connections or the buzzer will not function.
32 ### CC3D
34 Buzzer support on the CC3D requires that a buzzer circuit be created to which the input is PA15.
35 PA15 is unused and not connected according to the CC3D Revision A schematic.
36 Connecting to PA15 requires careful soldering.
38 See the [CC3D - buzzer circuit.pdf](Wiring/CC3D - buzzer circuit.pdf) for details.