Connection
MB2
For the Simple Car robotic vehicle, it is important to correctly connect the continuous servo motors to pins P0 and P1 on the MB2 expansion board. If the vehicle moves in the opposite direction after powering on, simply swap the cables of both motors. Connect the battery only after the vehicle is fully assembled. Do not connect the electronic wiring until the end, when all the mechanical parts are assembled. The wiring diagram is for guidance only – the vehicle must first be physically built.
MB3
For the Simple Car version with the MB3 board, you need to connect the continuous servo motors to pins P8 and P12. If the vehicle moves in the opposite direction after starting, swap the motor cables. Do not connect the battery until the entire vehicle is built. Do not connect the electronic wiring until after assembly - the attached diagram is for illustrative purposes only.
Programme
Programming the Simple Car is divided into three parts: basic structure , joystick control and Bluetooth control . At the beginning, it is important to set the correct version of the expansion board using the Init car version block. You can use the joystick with a second micro:bit for remote control - do not forget to set the same radio group on the controller and the vehicle. The vehicle can also be controlled by a mobile phone via the EV-micro:bit application via Bluetooth - just upload the prepared program and connect without entering a pairing code.
Basic structure
Joystick control
Joystick - controller
Simple Car - receiver
Control via Android/iOS mobile device
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.
Simple Car - 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.


