Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
This product is a mini buzzer expansion board based on micro:bit, which integrates the IC NS8002 bridge audio power amplifier, a high quality speaker, and a headphone jack output plugin. The switcher allows you to choose a playback device,and it supports volume control.
There are two ways to connect this product
Note:Both of these two kinds o cables come along with the product
Micor:bit has variety of programming methods like mbed, micropython, typescript and other programming methods, as well as code online websites which are abundant.
The official recommendation are two programming methods: typescript and micropython. Typescript is the graphical programming language.
Typescript is a kind of graphical programming, its website is that: https://makecode.microbit.org/#
Click "music" on the left side, and place "play tone" inside "on start" block. First select a note, then set its beat. If your computer has playback device, it will play the corresponding voice.
First remove "play tone" by dragging it to the left side, then place “start melody” block inside "on start" block.
The first parameter is to chooes a melody, and the second parameter is the number of times to play the melody again.
Connect the micro:bit to the computer. It will appear as a removable drive of 8 MB. This time you can download the program into the micro:bot
Choose a name for the project, save and download the HEX file. Copy the HEX file from the folder where it was saved and paste it onto the "MICROBIT" removable drive.
For micropython, there are two ways to use it, one is use online programming website: http://python.microbit.org/v/1
And another is offline program software Mu.
Click the link below to open the micro:bit official programming manual
https://microbit-micropython.readthedocs.io/en/latest/index.html
Click music to copy the section code:
Copy the code as the below step, and past it to the Mu. Click "check" for error checking, After no error are found click Flash button, and select micro:bit and download it.
Note: For more information about the programming, please refer to the programming manual.