Your shopping cart is empty!
DIY Buzz Wire Game Using micro:bit
- Abdulrahman Alhamed
- 27 Oct 2022
- 2233
Buzz wire is a challenging and competitive game. The goal of the game is to move the hook carefully along the steel wire without touching it. When the hook makes contact with the wire, you will hear a “BUZZ” sound. The goal is to be quick and efficient, with as few touches as possible.
Bring your micro:bit and let’s learn how to DIY this fun game!
Video Tutorial
Components Required
- REKA:BIT with micro:bit
- Crocodile Clip
- Steel wire
Connection
By following the diagram above:
- Connect 3v pin to the hook
- Connect p0 to the maze
- Connect p1 to the finish point
Code
Connect your REKA:BIT to your computer and open MakeCode editor to start programming.
- Add (REKA:BIT) extension and follow the code block in the picture above
- After completing the code, download it on microbit
You can also view and edit the code by clicking here!
Project Complete
When the 3v wire is touching pin0 you will hear an alarm sound, and when the 3v wire is touching pin1 (finish point) you will hear a melody.