Connection
We recommend using high-quality alkaline batteries for the proper functioning of the robot tank. Using rechargeable batteries will cause the tank to not function properly and may cause problems.
MB1
It is important to connect the continuous servo motors to pins 0 and 1. If the tank moves in the opposite direction after resuscitation, we recommend changing the connection of the servo motors. We will make the change by swapping the cables of both motors. Insert the batteries into the holder only after the tank is completely assembled. The connection is for illustrative purposes only and the tank must be assembled first. After the tank is completely assembled, you can connect the electrical components to the control board.
MB2
It is important to connect the continuous servo motors to pins 0 and 1. In case the tank moves in the opposite direction after reviving, we recommend changing the connection of the servo motors. We will make the change by swapping the cables of both motors. Connect the battery to the expansion board only after the tank is completely assembled. The connection is for illustration only and the tank must be assembled first. After the tank is completely assembled, you can connect the electrical components to the control board.
MB3
It is important to connect the continuous servo motors to pins 0 and 1. If the tank moves in the opposite direction after resuscitation, we recommend changing the connection of the servo motors. We will make the change by swapping the cables of both motors. Insert the batteries into the holder only after the tank is completely assembled. The connection is for illustrative purposes only and the tank must be assembled first. After the tank is completely assembled, you can connect the electrical components to the control board.
Programme
Programming a robotic tank is divided into three parts: basic structure , joystick control and Bluetooth control. First, you set the correct version of the expansion board using the Init tank version block . For remote control, you can use a joystick with a second micro:bit , where you need to match the radio group between the controller and the tank. Alternatively, the tank can be controlled with a mobile phone via the b application via Bluetooth - just upload the prepared program and connect without a pairing code.
Basic structure
Joystick control
Joystick - controller
Tank - receiver
Control via Android/iOS mobile device
Micro:bit has built-in Bluetooth, which allows you to control its movement from a tablet or mobile phone. Connecting is very simple, just have Bluetooth turned on on the device and follow the instructions.
EV-micro:bit controller
The EV-micro:Bit application from Google Play or AppStore is used as the controller.
- Before connecting the micro:bit in the EV - microbit application, it is necessary to download the program below to the micro:bit.
- The receiver program is set up so that it is not necessary to enter the pairing code from the micro:bit display.
- If you are unsure how to connect the micro:bit, you can find instructions at the very bottom of this page.
Tank - receiver
Control using an older Android mobile device
Web application
The EV-micro:bit app cannot be downloaded to some Android mobile devices. That's why we created a web app that allows you to control the micro:bit with the same commands - it works with the same micro:bit program.
- Open the web page.
- Click the button Connect.
- Select your micro:bit device and choose Peer.
- Control with buttons.
If you want to explore the source code of the web application, you can find it here.


