Abstract: BLUETOOTH-CONTROLLED SMART CAR USING ARDUINO AND MOTOR DRIVER The present invention relates to a Bluetooth-controlled smart car system designed for wireless, real-time vehicle control using a mobile application. The system is built around an Arduino Uno microcontroller that receives directional commands via an HC-05 Bluetooth module from a smartphone. These commands are interpreted by the Arduino, which then sends control signals to an L298N motor driver to operate two DC motors. Powered by an 11.1V Li-Po battery, the vehicle is capable of executing basic movements such as forward, backward, left, right, and stop. This invention provides a cost-effective, easily deployable platform for remote robotic control, demonstrating core principles in embedded systems, wireless communication, and automation. It serves as a foundation for further development in autonomous navigation, voice control, and IoT-based smart vehicle systems.
Description:BACKGROUND OF THE INVENTION
Now, in the era of technology, wireless robotic systems are becoming popular due to their convenience, efficiency, and flexibility. Wired remote-controlled vehicles are restrained due to range and flexibility. The proposed Bluetooth-controlled smart car provides an easy and convenient solution. Utilizing an HC-05 Bluetooth module and an Arduino Uno, this system provides a remote control with a mobile device. The user also provides direction commands that the Arduino identifies and follows by triggering the corresponding motor actions through the L298N motor driver. The whole system is powered by an 11.1V Li-Po battery, and therefore it is miniaturized and portable. Students learn about embedded systems, wireless communication, and robotics of motion through this project.
SUMMARY OF THE INVENTION
This summary is provided to introduce a selection of concepts, in a simplified format, that are further described in the detailed description of the invention.
This summary is neither intended to identify key or essential inventive concepts of the invention and nor is it intended for determining the scope of the invention.
To further clarify advantages and features of the present invention, a more particular description of the invention will be rendered by reference to specific embodiments thereof, which is illustrated in the appended drawings. It is appreciated that these drawings depict only typical embodiments of the invention and are therefore not to be considered limiting of its scope. The invention will be described and explained with additional specificity and detail with the accompanying drawings.
This project shows a smart car with Bluetooth capability based on Arduino Uno that can be controlled wirelessly using a mobile application. The setup consists of an Arduino Uno board, HC-05 Bluetooth module, an L298N motor driver, and two DC motors supplied from an 11.1V Li-Po battery. The motor movement commands are transmitted from a smartphone via a Bluetooth controller application, and the Arduino executes the commands to drive the motors. The configuration illustrates real-time remote vehicle control with low robotics integration, and it is a basic model for wireless robotic systems.
BRIEF DESCRIPTION OF THE DRAWINGS
The illustrated embodiments of the subject matter will be understood by reference to the drawings, wherein like parts are designated by like numerals throughout. The following description is intended only by way of example, and simply illustrates certain selected embodiments of devices, systems, and methods that are consistent with the subject matter as claimed herein, wherein:
FIGURE 1: SYSTEM ARCHITECTURE
The figures depict embodiments of the present subject matter for the purposes of illustration only. A person skilled in the art will easily recognize from the following description that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles of the disclosure described herein.
DETAILED DESCRIPTION OF THE INVENTION
The detailed description of various exemplary embodiments of the disclosure is described herein with reference to the accompanying drawings. It should be noted that the embodiments are described herein in such details as to clearly communicate the disclosure. However, the amount of details provided herein is not intended to limit the anticipated variations of embodiments; on the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the scope of the present disclosure as defined by the appended claims.
It is also to be understood that various arrangements may be devised that, although not explicitly described or shown herein, embody the principles of the present disclosure. Moreover, all statements herein reciting principles, aspects, and embodiments of the present disclosure, as well as specific examples, are intended to encompass equivalents thereof.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments. As used herein, the singular forms “a",” “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises,” “comprising,” “includes” and/or “including,” when used herein, specify the presence of stated features, integers, steps, operations, elements and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groups thereof.
It should also be noted that in some alternative implementations, the functions/acts noted may occur out of the order noted in the figures. For example, two figures shown in succession may, in fact, be executed concurrently or may sometimes be executed in the reverse order, depending upon the functionality/acts involved.
In addition, the descriptions of "first", "second", “third”, and the like in the present invention are used for the purpose of description only, and are not to be construed as indicating or implying their relative importance or implicitly indicating the number of technical features indicated. Thus, features defining "first" and "second" may include at least one of the features, either explicitly or implicitly.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which example embodiments belong. It will be further understood that terms, e.g., those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
This project shows a smart car with Bluetooth capability based on Arduino Uno that can be controlled wirelessly using a mobile application. The setup consists of an Arduino Uno board, HC-05 Bluetooth module, an L298N motor driver, and two DC motors supplied from an 11.1V Li-Po battery. The motor movement commands are transmitted from a smartphone via a Bluetooth controller application, and the Arduino executes the commands to drive the motors. The configuration illustrates real-time remote vehicle control with low robotics integration, and it is a basic model for wireless robotic systems.
Circuit diagram of the Bluetooth-Controlled Car
The smart car system employs an Arduino Uno board as its foundation, acting as the central controller of all the logic. The system is powered by an 11.1V Li-Po battery, which powers the Arduino Uno and the L298N motor driver. An HC-05 Bluetooth module, employed for wireless transmission, acts as the system for a mobile phone that has downloaded a Bluetooth controller app. The user instructs Arduino via this software. The Arduino accepts the instruction, processes the input, and responds by sending the necessary control signals to the L298N motor driver. The driver then drives the DC motors according to the received instructions. Consequently, the car travels in the desired direction as per the instruction of the user, and remote and real-time control of the vehicle is attained.
Fig. Proposed structure of the system
Components List and Their Functions
Component Function
Arduino Uno serves as the vehicle's brain, processing commands and managing the motors.
HC-05 Bluetooth Module enables wireless connectivity between the smartphone and the vehicle.
L298N Motor Driver uses Arduino input to regulate the DC motors' power and direction.
DC Motors (x2) Turn the automobile in all directions, including forward and backwards.
Li-Po Battery (11.1V) supplies power to the Arduino and motor driver.
Jumper Wires All electrical connections are made with it.
Mobile Bluetooth App used to transmit commands such as stop, left, right, forward, and backwards.
Implementation Steps
The hardware assembly of the smart car system starts with interfacing the DC motors with the L298N motor driver, which will handle motor speed and direction control. The HC-05 Bluetooth module is interfaced with the Arduino Uno, normally using software serial communication in case the default serial port is occupied. The control pins IN1 to IN4 of the L298N driver are connected to Arduino digital output pins to drive the motor precisely. Hardware is powered with a power 11.1V Li-Po battery, powering both Arduino and the L298N driver through the VIN pin. Hardware is set up after which the system is powered on and the mobile phone is paired with the HC-05 module for Bluetooth communication. Arduino executes programs that receive serial commands over Bluetooth and convert them into motor movement. Based on the command it has received, the Arduino drives the motors to make the car move forward, backwards, left turn right turn, or brake. Lastly, the system is tested through the mobile application by giving several commands to ensure each motor responds accordingly, and the car also moves as needed.
Results & Analysis
The smart car responds perfectly to each Bluetooth controller's command. Gliding movements and stable communications make integration successful. The L298N is accurately controlled, with the response being virtually instant due to the Arduino and serial Bluetooth's effectiveness.
Applications & Future Scope
This project lays a solid foundation for adding more features down the line and can be upgraded with various premium options to boost its functionality and versatility. For instance, obstacle detection can be implemented using ultrasonic or infrared sensors, which would help navigate the car around obstacles and drive more intelligently. We can also integrate GPS modules for real-time location tracking and autonomous driving capabilities. To make the system more interactive and user-friendly, we could add voice command features using voice recognition modules or smartphone voice control. Plus, incorporating Wi-Fi modules like the ESP8266 or ESP32 would extend the control range and enable remote monitoring or cloud connectivity, transforming the smart car into a more cohesive IoT-enabled system. These advancements open up exciting opportunities for exploring further developments in robotics and intelligent technology.
Conclusion
This Bluetooth-controlled car project showcases a fun and straightforward way to build a robotic car that you can control wirelessly from your mobile device. It covers key ideas in electronics, embedded programming, and wireless communication. Plus, it lays the groundwork for future autonomous vehicles, featuring real-time Bluetooth control and motor drive logic.
, Claims:1. A Bluetooth-Controlled Smart Car, comprising: Arduino Uno, Motor Driver, DC Motor, Li- Po Battery and Jumper Wires.
2. The device as claimed as claim 1, wherein the device enables wireless control using a mobile application, offering a hands-on introduction to basic robotics, embedded systems, and wireless communication.
3. The device as claimed as claim 1, wherein the Arduino Uno serving as the vehicle's brain, processing commands and managing the motors.
4. The device as claimed as claim 1, wherein the Bluetooth communication module configured to receive directional commands from a mobile application
5. The device as claimed as claim 1, wherein the L298N Motor Driver using Arduino input to regulate the DC motors' power and direction.
6. The device as claimed as claim 1, wherein the DC Motors Turns the automobile in all directions, including forward and backwards.
| # | Name | Date |
|---|---|---|
| 1 | 202541053279-STATEMENT OF UNDERTAKING (FORM 3) [02-06-2025(online)].pdf | 2025-06-02 |
| 2 | 202541053279-REQUEST FOR EARLY PUBLICATION(FORM-9) [02-06-2025(online)].pdf | 2025-06-02 |
| 3 | 202541053279-POWER OF AUTHORITY [02-06-2025(online)].pdf | 2025-06-02 |
| 4 | 202541053279-FORM-9 [02-06-2025(online)].pdf | 2025-06-02 |
| 5 | 202541053279-FORM FOR SMALL ENTITY(FORM-28) [02-06-2025(online)].pdf | 2025-06-02 |
| 6 | 202541053279-FORM 1 [02-06-2025(online)].pdf | 2025-06-02 |
| 7 | 202541053279-EVIDENCE FOR REGISTRATION UNDER SSI(FORM-28) [02-06-2025(online)].pdf | 2025-06-02 |
| 8 | 202541053279-EVIDENCE FOR REGISTRATION UNDER SSI [02-06-2025(online)].pdf | 2025-06-02 |
| 9 | 202541053279-EDUCATIONAL INSTITUTION(S) [02-06-2025(online)].pdf | 2025-06-02 |
| 10 | 202541053279-DRAWINGS [02-06-2025(online)].pdf | 2025-06-02 |
| 11 | 202541053279-DECLARATION OF INVENTORSHIP (FORM 5) [02-06-2025(online)].pdf | 2025-06-02 |
| 12 | 202541053279-COMPLETE SPECIFICATION [02-06-2025(online)].pdf | 2025-06-02 |