Seeed Studio Grove Buzzer Element
The Grove buzzer element is used to turn the hardware’s buzzer on or off. This element is for using the Grove Buzzer Sensor.
The Grove buzzer is a sensor element that can be imported into the Element Toolbox through the Add Element button located in the toolbox from the Embedded tab.
Properties
The following properties can be changed for the Grove buzzer element:
Name
The name of the element.
GPIO Driver Instance
The GPIO driver instance number to use.
GPIO Pin
The GPIO pin the element is connected to.
Triggers
The following triggers are available to execute events from within the Grove buzzer element:
Triggered
Execute an event when the source element connected to the Grove buzzer triggers.
Buzzer Turned On
Execute an event when the buzzer is turned on.
Buzzer Turned Off
Execute an event when the buzzer is turned off.
Buzzer Beeped
Execute an event when the buzzer is beeped.
Abilities
The following abilities are available for the Grove buzzer element when its source element triggers:
Trigger
Trigger the element(s) that follow the Grove buzzer element.
Turn Buzzer On
Turn on the buzzer.
Turn Buzzer Off
Turn off the buzzer.
Beep Buzzer
Beep the buzzer.
Element Resources
Atmosphere includes a selection of resources for users of all levels that demonstrate using the Grove buzzer element.
Demo Projects
To view the Grove buzzer element used within a project, click the demo’s name to open the project in Atmosphere and see how the element is set up.
Name | Hardware | Description |
---|---|---|
Grove Button and Buzzer Demo | BeagleBone Green | Demonstrates using the Grove Button and Buzzer sensors on a BeagleBone Green to beep the buzzer when the button is pressed. |
Grove Buzzer Demo | BeagleBone Green | Demonstrates using the Grove Buzzer Sensor on a BeagleBone Green to beep the buzzer on and off. |