Approved content
The content below is provided by a partner.
Extension for Tobbie-II The Tobbie-II robot is a STEAMP DIY kit for BBC micro:bit. The Tobbie-II extends the micro:bit’s several GPIO ports for motor driver and IR sensors. The extension includes forward walking, backward walking, left turn and right turn, and reads the infrared sensing states on the left and right sides. In addition, it also provides functions such as shaking the head, shaking and dancing.
basic.forever(function () {
TobbieII.forward()
if (TobbieII.RBlock(512)) {
TobbieII.stopWalk()
}
})
MIT
Product information–>https://science.prokits.com.tw/
TobbieII=github:kaku111/pxt-tobbieII#v2.0.3