Menu
micro:bit breakout board is a kind of breakout board for micro:bit. It can lead out GPIO port, serial port, IIC port, and SPI port on the micro:bit board. The biggest feature of Octopus:bit is that it can switch electric levels for some GPIO ports, which makes micro:bit available to be adapted to 5V sensors.
1 x micro bit breakout board(Octopus:bit)
Input voltage: 3.3V(powered by the edge connector of micro:bit)
Extend all the GPIO ports(P0~P16, P19~P20).
Beneath each I/O port, there are pins for VCC and GND. These pins are differentiated by different colors, which enable you to connect your extension module easily. The spread of pins is fully compatible with the Octopus series products.
With a voltage boosting module, you can shift the working voltage of P8, P9, and P11~P16 between 3.3V and 5V through the voltage switch.
Lead out the serial port, I2C port, and SPI port, among which I2C can connect 3 channels of I2C devices and SPI can connect 2 channels of SPI devices.
Available for direct serial port communication between two breakout boards.
It is suitable for all conditions that require micro:bit GPIO such as programming education, smart device creation, and so on.
Example 1 Music Broadcast
Hardware Connection
Connect passive buzzer module to PO.
You can download the whole program from the link here:https://makecode.microbit.org/_fAmC3WERHdR2
Download the whole program into your micro:bit, the buzzer will play Happy Birthday again and again in round.
Note : To use this port, we have to initialize it according to the program the below: