Difference between revisions of "Itty Bitty Buggy: Buzzer Tutorial (mDesigner)"
(→Example 3b: Play a song with Buzzer (Offline Mode)) |
(→Block: Off) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 142: | Line 142: | ||
==Example 3b: Play a song with Buzzer (Offline Mode)== | ==Example 3b: Play a song with Buzzer (Offline Mode)== | ||
{| class="wikitable" style="background-color:#FEF9E7;" | {| class="wikitable" style="background-color:#FEF9E7;" | ||
− | |'''Note:''' this example is performed in '''offline mode''' ONLY. | + | |'''Note:''' this example is performed in '''offline mode''' ONLY! [[File:Info_icon.png|24px|link=no_link]]<br> |
|} | |} | ||
{| | {| | ||
Line 176: | Line 176: | ||
'''Description:''' [[how to activate blocks|When activated]], this program repeatedly calls the '''Buzzer - Play Song''' block in order to play notes using the '''Repeat''' block. The amount of time allocated to play the song is calculated by the 0.02 second wait times the number of repeats 400. 0.02 second * 400 = 8 seconds. The '''Buzzer - Off''' block MUST be called in order to stop the Buzzer. | '''Description:''' [[how to activate blocks|When activated]], this program repeatedly calls the '''Buzzer - Play Song''' block in order to play notes using the '''Repeat''' block. The amount of time allocated to play the song is calculated by the 0.02 second wait times the number of repeats 400. 0.02 second * 400 = 8 seconds. The '''Buzzer - Off''' block MUST be called in order to stop the Buzzer. | ||
+ | |||
+ | =Block: Off= | ||
+ | This block turns off the Buzzer. It is only useful to use in certain situations such as demonstrated in '''[[#Example 3b: Play a song with Buzzer (Offline Mode)]]'''. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | | | ||
+ | {| class="wikitable" style="background-color:#FEF9E7;" | ||
+ | |'''Note:''' As of mDesigner v1.6, this block has no intended purpose because the '''Buzzer - Play Note''' and '''Buzzer - Play Song''' blocks will stop automatically based on the duration.<br>It is only useful in certain situations such as demonstrated in '''[[#Example 3b: Play a song with Buzzer (Offline Mode)]]'''. | ||
+ | |} | ||
+ | '''Function:''' This block controls the Buzzer to stop producing sound. | ||
+ | |||
+ | :[[File:IBB_mDesigner_Buzzer_Block_Off.png]] | ||
+ | |} |
Latest revision as of 23:49, 1 November 2018
Contents
Buzzer
Buggy Base contains a Buzzer capable of producing sounds. When pulses of electricity are sent to the Buzzer, the pulses causes the Buzzer to vibrate and produce an audible sound. Pulses of different frequencies will cause the Buzzer to produce different notes. The following blocks will allow the user to control the Buzzer.
Block: Play Note
Buzzer can be controlled to play a note with the Buzzer - Play Note block.
Function: This block controls the Buzzer to play the selected note for the specified duration.
|
Example 1: Play a note with Buzzer
Note: this example can be performed in online or offline mode. If you plan to use online mode and previously used offline mode, please follow the instructions to reset back to "online mode". |
|
|
Description: When activated, Buzzer will play note C4 for 3 seconds.
Example 2: Play a note, pause, play another note, pause, repeat
Note: this example can be performed in online or offline mode. If you plan to use online mode and previously used offline mode, please follow the instructions to reset back to "online mode". |
|
|
Description: When activated, Buzzer repeatedly play note C4 (1 second), pause (1 second), play note D4 (1 second), pause (1 second).
Block: Play Song
Buzzer can be controlled to play a note with the Buzzer - Play Note block.
Function: This block controls the Buzzer to play the selected song.
|
Example 3a: Play a song with Buzzer (Online Mode)
Note: this example is performed in online mode ONLY. If you have overwritten the firmware when using "offline mode", please follow the instructions to reset back to "online mode". |
|
|
Description: When activated, Buzzer will play the selected song.
Example 3b: Play a song with Buzzer (Offline Mode)
Note: this example is performed in offline mode ONLY! |
|
|
Description: When activated, this program repeatedly calls the Buzzer - Play Song block in order to play notes using the Repeat block. The amount of time allocated to play the song is calculated by the 0.02 second wait times the number of repeats 400. 0.02 second * 400 = 8 seconds. The Buzzer - Off block MUST be called in order to stop the Buzzer.
Block: Off
This block turns off the Buzzer. It is only useful to use in certain situations such as demonstrated in #Example 3b: Play a song with Buzzer (Offline Mode).
Function: This block controls the Buzzer to stop producing sound. |