Triode-car-tutorials

Some tutorials about how to control Triode-car

View on GitHub
bluetooth

教程5:蓝牙控制

step 1 @unplugged

本节教程将指导学员应用扩展积木与micro:bit蓝牙通信功能控制TriodeCar的电机启停及行进方向,使用具备蓝牙功能的移动设备如Apple或Android设备来对TriodeCar进行遥控。

step 2

||Bluetooth:蓝牙|| 中将||Bluetooth:当蓝牙连接时||积木放置到编辑区。

bluetooth.onBluetoothConnected(function () {
    
})