BP Lab micro:bit Kit
Target : Age14~ |
Programming language : Micro:bit MakeCode |
Subject Area : Software education, Practical education |
Educational experience content : Operate each sensor using micro:bit and extended shields. |
bplab.edu@gmail.com
✅ Name of the product ✅ Contact details ✅ Your name
This product is directly produced by BPLAB |
LCD Pin | Micro:bit Pin | Description | Wire Color |
GND | G | Power (-) | White |
VCC | V | Power (+) | Gray |
SDA | SDA/P20 | I2C Data | Purple |
SCL | SCL/P19 | I2C Clock | Blue |
1. Visit the MakeCode website (https://makecode.microbit.org) and create a new project
2. Click the Extensions add button
3. Search for 'team-bp/pxt-bplab' and add it
4. Implement the code as shown in the image below
7 Segment Pin | Micro:bit Pin | Description | Wire Color |
CLK | P12 | Clock | White |
DIO | P13 | Data Input/Output | Gray |
VCC | VCC | Power (+) | Purple |
GND | GND | Power (-) | Blue |
1. Visit the MakeCode website (https://makecode.microbit.org) and create a new project
2. Click the Extensions add button
3. Search for 'team-bp/pxt-bplab' and add it
4. Implement the code as shown in the image below
Ultrasonic Pin | Micro:bit Pin | Description | Wire Color |
VCC | VCC | Power (+) | Orange |
DIO | P14 | Data Input/Output | Red |
CLK | P15 | Clock | Brown |
GND | GND | Power (-) | Black |
1. Visit the MakeCode website (https://makecode.microbit.org) and create a new project
2. Click the Extensions add button
3. Search for 'team-bp/pxt-bplab' and add it
4. Implement the code as shown in the image below
DHT11 Pin | Micro:bit Pin | Description | Wire Color |
+ | VCC | Power (+) | Red |
OUT | P0 | Data | Orange |
- | GND | Power (-) | Brown |
1. Visit the MakeCode website (https://makecode.microbit.org) and create a new project
2. Click the Extensions add button
3. Search for 'team-bp/pxt-bplab' and add it
4. Implement the code as shown in the image below
Servo Pin | Micro:bit Pin | Description | Wire Color |
VCC | VCC | Power (+) | Red |
Signal | P0 | Control Signal | Orange |
GND | GND | Power (-) | Brown |
1. Visit the MakeCode website (https://makecode.microbit.org) and create a new project
2. Click the Extensions add button
3. Search for 'team-bp/pxt-bplab' and add it
4. Implement the code as shown in the image below
Soil Moisture Pin | Micro:bit Pin | Description | Wire Color |
A0 | P0 | Analog Output | Orange |
GND | GND | Power (-) | Brown |
VCC | VCC | Power (+) | Red |
1. Visit the MakeCode website (https://makecode.microbit.org) and create a new project
2. Click the Extensions add button
3. Search for 'team-bp/pxt-bplab' and add it
4. Implement the code as shown in the image below