Connection
For the proper functioning of the RC car, we recommend using high-quality alkaline batteries. When using rechargeable batteries, the RC car may not function properly and power outages may occur.
Two servo motors are used in the RC car. Orange servo motor 360° serves for propulsion and is connected to p0. Green servo motor 180° controls the steering of the wheels and engages on p1. Make sure the connection is correct before starting the program for the first time.
Programme
Programming an RC car is divided into three parts: basic structure , joystick control and Bluetooth control . The car does not use a special library - control is carried out using blocks "write servo value to pin". For remote control, you can use a joystick with a second micro:bit - just set the same radio group for the controller and receiver. The RC car can also be controlled from a mobile phone using an application via Bluetooth - just upload the prepared program and connect without a pairing code.
Basic structure
Joystick control
Joystick - controller
Here you will find a joystick programming project that allows you to control your RC car remotely. Click on the program editing icon to open the sample program.
If there are multiple controllers in the room, it is necessary to change the radio group so that the devices do not interfere with each other. You set the group using the "Radio set group" block.
RC car - 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 tablet/mobile phone 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.
RC car - receiver
Here you can find the program for the RC car so you can control it using your mobile device.
After successful connection, you can immediately start controlling the RC car.
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.


