Note
Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.
Why Join?
Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
Learn & Share: Exchange tips and tutorials to enhance your skills.
Exclusive Previews: Get early access to new product announcements and sneak peeks.
Special Discounts: Enjoy exclusive discounts on our newest products.
Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.
π Ready to explore and create with us? Click [here] and join today!
1.8 Service Bellο
Today, we will use Micro Switch, speakers, audio amplifier module, Raspberry Pi and scratch to make a service bell.
Tap the Micro Switch to make the service bell sound.
Required Componentsο
In this project, we need the following components.
Itβs definitely convenient to buy a whole kit, hereβs the link:
Name |
ITEMS IN THIS KIT |
LINK |
|---|---|---|
Raphael Kit |
337 |
You can also buy them separately from the links below.
COMPONENT INTRODUCTION |
PURCHASE LINK |
|---|---|
- |
|
- |
Build the Circuitο
Load the Code and See What Happensο
Load the code file (1.8_service_bell.sb3) to Scratch 3.
Press the micro switch and the service bell will ring once.
Tips on Spriteο
Select Sprite1 and click Costumes in the top left corner; upload bell1.png and bell2.png from the ~/raphael-kit/scratch/picture path via the Upload Costume button; delete the default 2 costumes, and rename the sprite to bell.
In the Sounds option, upload the bell.wav from the ~/raphael-kit/scratch/sound path to Scratch 3.
Tips on Codesο
When pin17 is high (the Micro switch is not pressed), switch the costume of the bell sprite to bell1 (released state).
Press the micro switch, gpio17 is low level. At this time, switch the costume of the bell sprite to bell2 (press state), and play a sound effect through the speaker.