Elecrow on-line store, make your making easier.
https://www.elecrow.com/
Material:
Micro:bit
x1
Crowtail- Base Shield for Micro:bit
x1
Crowtail- Light Sensor
x1
Sofware:
Lesson3, Make a Beeping Noise
This Lesson teach you how to use a buzzer with Micro:bit, Connect the Crowtail- Buzzer to P1
interface, after you upload the code into the micro:bit, you will hear a beeping noise, and you can
adjust the delay time to control the beeping frequency.
basic
.
forever
(() => {
basic
.
showNumber
(
pins
.
analogReadPin
(AnalogPin.P2)
)
})