> For the complete documentation index, see [llms.txt](https://longer-vision-robot.gitbook.io/arduino-full-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://longer-vision-robot.gitbook.io/arduino-full-stack/16_remote_control/02_bluetooth_remote_control.md).

# 16.2 Bluetooth Remote Control

As shown in [**14.3 Bluetooth**](/arduino-full-stack/14_communication/03_bluetooth.md), the bluetooth module has successfully been used to turn on/off a LED. In this chapter, we'll test how to use bluetooth to control our race car.

## Sketch

The code can be found at [Examples\_Arduino - lvrobot - vehicle - racecar - \_Final\_Bluetooth\_Remote\_Control - \_Final\_Bluetooth\_Remote\_Control.ino](https://github.com/LongerVisionRobot/Examples_Arduino/blob/master/lvrobot/vehicle/racecar/_Final_Bluetooth_Remote_Control/_Final_Bluetooth_Remote_Control.ino)

<https://blog.csdn.net/qq_16775293/article/details/77489166>
