INTRODUCTION :- This is a Bluetooth-controlled RC car powered by Arduino. A smartphone application controls it. Instead of using buttons or gestures, a Bluetooth-controlled car is controlled by an Android mobile phone. To control the car in forward, backward, left, and right directions, one must touch the button on the android mobile app as well as with the help of a proximity sensor built into the android mobile app. So, in this case, the Android phone serves as a transmitting device, and the Bluetooth module installed in the car serves as a receiver. The Android phonewill send commands to the car via Bluetooth so that it can move in the desired direction, suchas forward, reverse, left, right, and stop. II. METHODOLOGY This section discusses the hardware used, software development, and system operation. Electronics 1. Arduino UNO The Arduino Uno is an open-source microcontroller board developed by Arduino.cc that is based on the Microchip ATmega328P microcontroller. The board has a number of digital and analogue input/output (I/O) pins that can be used to connect to various expansion boards (shields) and othercircuits . [1] The board has 14 digital I/O pins (six of which are capable of PWM output) and 6 analogue I/O pins, and it can be programmed using the Arduino IDE (Integrated Development Environment) via a type B USB cable. It can be powered by a USB cable or an external 9-volt battery, and it accepts voltages ranging from 7 to 20 volts. The Arduino Uno board is the first in aseries of USB-based Arduino boards; it, along with version 1.0 of the Arduino IDE, served as the reference versions of Arduino, which have since evolved to newer releases. The board's ATmega328 is pre-programmed with a bootloader that allows new code to be uploaded without the use of an external hardware programmer. There are numerous versions of Arduino boards available on the market, including the Arduino Uno, Arduino Due, Arduino Leonardo, and Arduino Mega, but the most popular are the Arduino Uno and Arduino Mega