mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
CC3D - Add Buzzer support to PA15.
See Docs for details.
This commit is contained in:
parent
41ff2e8d0e
commit
9c87b99f5f
3 changed files with 18 additions and 0 deletions
|
@ -20,3 +20,16 @@ Example of a known-working buzzer.
|
|||
|
||||
http://www.rapidonline.com/Audio-Visual/Hcm1205x-Miniature-Buzzer-5v-35-0055
|
||||
|
||||
## Connections
|
||||
|
||||
### Naze32
|
||||
|
||||
Connect a supported buzzer directly to the BUZZ pins. Observe polarity.
|
||||
|
||||
### CC3D
|
||||
|
||||
Buzzer support on the CC3D requires that a buzzer circuit be created to which the input is PA15.
|
||||
PA15 is unused and not connected according to the CC3D Revision A schematic.
|
||||
Connecting to PA15 requires careful soldering.
|
||||
|
||||
See the CC3D - buzzer circuir.pdf for details.
|
||||
|
|
BIN
docs/Wiring/CC3D - buzzer circuit.pdf
Normal file
BIN
docs/Wiring/CC3D - buzzer circuit.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue