Welcome Guest, you are in: Login

Netduino Wiki

RSS RSS

Navigation





Search the wiki
»

PoweredBy

GO! Module - Piezo Buzzer

RSS
Modified on 2012/07/14 10:35 by BlackLamb Categorized as Netduino GO!, Netduino GO! Modules
The netduino GO! Piezo Buzzer module has a single piezo buzzer. The buzzers tone is set using the call SetFrequency.

Here is a quick video Christoc made to show what can be done with it and how:

Sample Code:
NetduinoGo.Potentiometer pot = new NetduinoGo.Potentiometer();
NetduinoGo.PiezoBuzzer buzzer = new NetduinoGo.PiezoBuzzer();

while (true)
{
    buzzer.SetFrequency(pot.GetValue() * 2000);
}
Where to buy:
Driver:

ScrewTurn Wiki version 3.0.4.560. Some of the icons created by FamFamFam.