Difference between revisions of "Door Bell"
(Created page with "{| style="width: 1000px;" |- | ==Outline== 600px|center Let's learn about the new sensor——"Buzzer", and make a door bell with it. <br> S...") |
|||
Line 48: | Line 48: | ||
==Programming== | ==Programming== | ||
===Required Program Blocks=== | ===Required Program Blocks=== | ||
− | *[["Buzzer on- | + | *[["Buzzer on-frequency" program block]] |
− | *[["Crash" program block]] | + | *[["Crash buttob" program block]] |
===Programming Thought=== | ===Programming Thought=== |
Latest revision as of 10:28, 9 October 2016
ContentsOutlineLet's learn about the new sensor——"Buzzer", and make a door bell with it.
Module BillModule
Other Equipment
Module Setup
ProgrammingRequired Program BlocksProgramming ThoughtIf it has detected that the switch was pressed, the buzzer will emit "dingdong" sound. Programming1. Wait for the crash to be pressed.
2. The buzzer emits "Ding".
3. The buzzer emits "ding".
4. Turn the buzzer off, and it will stop emitting sound.
5. Link the program blocks together, and upload the programs.
Test the result After upload the program, press the switch, and you can hear the "dingdong" sound produced by the buzzer. Each time you press the door bell, only after 3s can you press again.
Technical Specification
Related Cases
FAQ
|