Compass and Music Maker
A Micro:bit project that combines compass direction, gestures, touch pins, and music.
What it does
- Uses the compass heading to show direction arrows
- Plays different tunes using buttons and gestures
- Uses touch pins for extra interactions
- Combines movement, sound, and sensors
Controls and Inputs
- Button A: Play tune sequence
- Button B: Play another tune sequence
- Buttons A+B: Play a longer music pattern
- Shake / tilt / screen gestures: Play different music patterns
- Touch pins: Show short messages
- Compass: Show direction arrows
Coding Concepts
- MicroPython functions
- Compass heading
- Gesture events
- Touch pin events
- Music playback
- Conditional direction logic
What I learned
I learned how sensors and music can be combined to make an interactive Micro:bit project.