mi:node Kit(micro:bit accessories by Embest) driver package for JavaScript Blocks Editor / makecode.microbit.org
- Open Microsoft PXT/microbit and new a project
- Search and add the
minode
package - Use the
Minode
drawer in the editor to drag out and arrange the blocks - Click
Download
to move your program to the micro:bit
The mi:node kit is a modular, safe and easy to use group of items that allow kids to minimize the effort required to get started with IoT learning with micro:bit.
For this kit, there is no need for soldering, plug then use, the construction of the working circuit can be done within one minute.
- Safe, Ready-to-use like Lego
- It is modular
- Safe for kids. No need for soldering
- Easy. Just plug then use it
- Expandable and reusable
- Ten modules Focus on IoT Node
- 10 sensor modules include:environmental monitoring, user interface, physical monitoring
- Can be built a lot of cool projects include wearable device and smart home, etc.
More please refer to http://www.embest-tech.com.
Change the RGB LED color by pressing the button A and B.
input.onButtonPressed(Button.A, () => {
minode.rgbChooseColor(ConnName.D13, MiNodeColor.MiNode_RGB_COLOR_RED)
})
input.onButtonPressed(Button.B, () => {
minode.rgbChooseColor(ConnName.D13, MiNodeColor.MiNode_RGB_COLOR_GREEN)
})
MIT
- for PXT/microbit (The metadata above is needed for package search.)
minode=github:minodekit/pxt-minode