Component: Piezo Sounder (Audio Output): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
Drives a simple variable frequency piezo sounder in hardware and simulates the sound in simulation. To actually drive a piezo you may have to amplify the signal from the microcontroller using a transistor or MOSFET. | Drives a simple variable frequency piezo sounder in hardware and simulates the sound in simulation. To actually drive a piezo you may have to amplify the signal from the microcontroller using a transistor or MOSFET. | ||
==Component | ==Component Source Code== | ||
Please click here for the component source code: [https://www.flowcode.co.uk/wikicopy/componentsource/FC_Comp_Source_PiezoSounder.fcfx FC_Comp_Source_PiezoSounder.fcfx] | |||
==Detailed description== | ==Detailed description== | ||
| Line 34: | Line 36: | ||
==Examples== | ==Examples== | ||
| Line 125: | Line 129: | ||
|- | |- | ||
| colspan="2" | Pin used to drive the output to the buzzer | | colspan="2" | Pin used to drive the output to the buzzer | ||
|} | |} | ||
Revision as of 17:50, 9 November 2022
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Audio Output |
Piezo Sounder component
Drives a simple variable frequency piezo sounder in hardware and simulates the sound in simulation. To actually drive a piezo you may have to amplify the signal from the microcontroller using a transistor or MOSFET.
Component Source Code
Please click here for the component source code: FC_Comp_Source_PiezoSounder.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Here is a simple example that will create a siren effect using a piezo sounder.
Piezo Siren
Depending on your Piezo Sounder you may need to amplify the signal from the microcontroller using a NPN transistor or N channel FET.
Downloadable macro reference
| BuzzerOnDelay | |
| Switch the Buzzer on for a fixed amount of time | |
| Time | |
| Time in milliseconds to keep the buzzer on | |
| Frequency | |
| Frequency to output in Hz | |
| Return | |
Property reference
| Properties | |
| Output Pin | |
| Pin used to drive the output to the buzzer | |
