Wireless Power Transmission Station and Automated Self Decision Making Robot

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Volume 9, Issue 8, August – 2024 International Journal of Innovative Science and Research Technology

ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24AUG313

Wireless Power Transmission Station and Automated


Self Decision Making Robot
Aishwariya1; Dr. Sharanbasappa Madival2
Department of Computer Science and Engineering
Faculty of Engineering and technology (Co- ed)
Sharnbasva University,Kalaburagi,India

Abstract:- Wireless Power Transmission (WPT) is an Wireless power transmission (WPT) is an increasingly
evolving technology used in various fields to transfer power popular technology with various applications in different fields.
from a source to an electrical load without physical It enables power transfer from a source to an electrical load
connections. WPT is beneficial when traditional wiring isn't without physical interconnections, making it useful where
feasible. This technology operates based on mutual wiring is not practical. Based on mutual inductance principle,
inductance. An exciting application is seen in Electric WPT has potential applications in Electric Vehicles within the
Vehicles (EVs) within the automotive industry. This article automotive sector.
discusses the development of wireless charging systems for
EVs, Tesla Coils for power transmission. The main goal is This paper focuses on researching and developing
to create efficient charging systems with a DC power source, wireless charging systems for Electric Vehicles using wireless
transmission coil, reception coil, and battery as the electric transmission technology. The main objective is to transmit
load. power via resonance coupling and construct efficient charging
systems comprising an AC source, transmission coil, reception
Keywords:- Arduino Uno, Induction Coil, Ultrasonic Sensor, coil, and electric load like batteries.
Relay .
II. LITERATURE SURVEY
I. INTRODUCTION
The creation of an obstacle-avoiding robot utilizing IR
The Line Following Robot is an autonomous robot that motion Sensors has been accomplished without specifying a
identifies a path and then follows it based on the path drawn particular task for the robot platform but focusing on a general
using an IR sensor attached to the robot. The path can be a black wheeled autonomous design. This versatile design allows for
line on a white surface or a white line on a black surface to broad applications in education, research, or industrial settings.
prevent any detection errors. Students benefit from learning microcontroller programming
with C++, Arduino Uno compiler, understanding IR sensor
This project serves as the basic stage for any automatic behavior, motor drive circuitry, and signal conditioning circuit
robot. The robot possesses enough intelligence to cover the design. Exploring obstacle avoidance robots at the polytechnic
maximum area of the given space. Equipped with an ultrasonic level enhances students' communication, technical abilities,
sensor, it can detect obstacles that come in its way and maneuver and teamwork skills. The adaptable nature of this robot design
around them. Two D.C motors are utilized to provide motion to permits various methods for different implementations.
the robot. Notably, PIR sensors prove more sensitive than IR sensors in
the detection of human presence.
The construction of the robot circuit is simple and
compact. The electronic components used in the circuits are In 1901, Nikola Tesla started the ambitious endeavor of
readily available and cost-effective. Our goal is to create a robot constructing the Wardenclyffe Tower to pioneer a
vehicle that responds to voice commands. Known as Speech groundbreaking wireless energy transmission system.
Controlled Automation System (SCAS), our design serves as a Unfortunately, financial limitations and Tesla's debts led to the
prototype for a robot driven by voice commands. tower's tragic demise as it was demolished for scrap metal.

The primary objective of creating a Voice Command


Responsive Vehicle (VCRV) is to interpret human voices and
execute programmed commands such as backward, forward,
right, left, and stop. The vehicle can be wirelessly controlled
using an android smartphone.

IJISRT24AUG313 www.ijisrt.com 1097


Volume 9, Issue 8, August – 2024 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24AUG313

A. Components Required B. Block Diagram

 Breadboard
 Arduino UNO
 IR Sensor
 L298 Motor Driver
 Ultrasonic Sensor
 Connecting Wires
 3.7 V lithium-ion Battery
 On off Switch
 IR receiver module
 Induction coil
 2N2222A Transistor
 22 to 28k register

Fig 1: Block Diagram

C. Circuit Diagram

 Automated Self Decision Making Robot

Fig 2: Automated Self Decision Making Robot

IJISRT24AUG313 www.ijisrt.com 1098


Volume 9, Issue 8, August – 2024 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24AUG313

 Wireless Charging Station In this line follower robot, the sensor detects white
surfaces as input 1 for the IC and black lines as input 0. The
robot is divided into three main sections: sensor section, control
section, and driver section.

The sensor section consists of 2Array IR sensors with IR


diodes, potentiometer, Comparator (OpAmp), and LEDs.
Potentiometer sets the reference voltage at the comparator's
terminal while IR sensors detect the line and provide a voltage
change at the comparator's other terminal. The comparator
compares these voltages and generates digital signals.

The control section is managed by IC L298D, overseeing


the entire process of the line follower robot by reading signals
and sending commands to the driver circuit.

The driver section comprises a motor driver and four DC


motors to drive the motors efficiently. The motor driver circuit
receives commands from IC L298D and operates the motors
accordingly.When both left and right sensors detect white
Fig 3: Wireless Charging Station surfaces, the robot moves forward. If either sensor identifies a
black line, the robot turns in the respective direction until both
 Receiver Coil sensors return to white surfaces. If both sensors detect black
lines simultaneously, the robot comes to a halt.

 Automated Self Decision Making Robot


An automated robot capable of making decisions for itself
is used to avoid obstacles when in motion. relies on ultrasonic
sensors to guide its movements along a path. These sensors emit
ultrasonic waves constantly from their sensor head as the robot
travels. Should an obstacle appear in its way, the ultrasonic
bounce back from the object send this information to the
arduino. The arduino then adjusts the motor functions – turning
them left, right, backward, or forward based on the signals
received. To regulate the speed of each motor, pulse width
modulation (PWM) is employed. When an obstacle is detected
by the ultrasonic sensor along the path, it notifies the arduino
uno. Subsequently, it instructs motors M3 & M4 to move
forward and motors M1 & M2 to move backward, effectively
steering the car to the left. This process repeats each time an
obstacle obstructs the car's path, prompting it to veer left and
avoid the hindrance.

 Voice Control Robot


Fig 4: Receiver Coil Voice-controlled robots are a fascinating technology that
operates through phone processing and speech-to conversion
D. Working Principle within an app using Google's speech recognition. The processed
text is then sent via Bluetooth to the receiver side and
 Line Follower Robot transferred to an Arduino Uno board through UART serial
The line follower robot utilizes IR transmitters and IR communication. Arduino code is responsible for checking the
receivers, also known as photo diodes, to send and receive light. received text and controlling the robot's movements based on
IR emits infrared light that reflects off white surfaces and is matching strings such as forward, backward, turning right,
detected by photodiodes, resulting in voltage changes. turning left, and stopping. This process initiates when users
Conversely, when IR light hits a black surface, it is absorbed, speak commands into a smartphone a device with a microphone.
causing no reflection back to the photo diode. The smartphone processes voice input, converting spoken
words into text or commands using a voice recognition system.

IJISRT24AUG313 www.ijisrt.com 1099


Volume 9, Issue 8, August – 2024 International Journal of Innovative Science and Research Technology
ISSN No:-2456-2165 https://doi.org/10.38124/ijisrt/IJISRT24AUG313

The converted commands are transmitted to the Arduino on the III. CONCLUSION
RC car via Bluetooth connection facilitated by a Bluetooth
module. These DC motors set the wheels in motion according The integration of Arduino Uno in wireless charging
to received commands. For instance, if the command instructs stations for electric vehicles (EVs) is a versatile solution to
to move forward, motors rotate accordingly for forward enhance functionality, safety, and user experience. By
propulsion. Additionally, an optional feedback mechanism like incorporating the Arduino Uno, users can create cost-effective
a speaker or buzzer can offer audio confirmation of successful solutions tailored to specific needs for personal or public
command execution to users. infrastructure, including advanced IOT integration. Developing
a basic wireless charging station control system with Arduino
 Iot Based Wireless Charging Station Uno showcases real-time monitoring, user authentication,
The Arduino code provided is crafted for managing a relay safety protocols, and remote control features. This project
via an ultrasonic sensor and password verification on the serial demonstrates the practical application of Arduino Uno while
monitor. It sets up the pins for the ultrasonic sensor (trigger and showcasing future possibilities in EV charging technology
echo) and the relay, initiating serial communication at 9600 advancements. Integrating microcontroller platforms like
baud rate. The password is "1234," with a Boolean flag, relay Arduino Uno will drive widespread adoption and refinement of
Activated. Within the setup function, the ultrasonic trigger pin wireless EV charging systems for a more sustainable future.
becomes an output, echo pin an input, and relay pin an output.
The relay starts in the off position. Serial.begin(9600) kicks off REFERENCES
serial communication for interaction with the monitor.The loop
function continually checks if the relay remains unactivated. If [1]. B. S. Kim and D. H. Cho et.al., "Wireless power transfer
so, it gauges distance via the ultrasonic sensor by sending a for electric vehicles: A comprehensive review,"
trigger pulse and calculating return time for the echo pulse to as Energies, vol. 9, no. 6, pp. 448-469, 2016.
certain proximity to objects. Upon detection within 20 cm, [2]. H. Li and W. Zhang, "Recent advancements in wireless
"Device Detected" is displayed on the monitor along with a call charging of electric vehicles: A review," Energies, vol.
to authenticate. In instances where no object is nearby, "No 11, no. 6, pp. 1384-1411, 2018.
device detected within range" flashes before it rechecks after a [3]. G. A. Uddin, M. A. Hannan et.al., "Wireless power
1- second pause. The authenticate function demands user input transfer for electric vehicles: Technology review and
of a password through the monitor with a prompt: "Enter market analysis," Energies, vol. 10, no. 12, pp. 2079-
Password:". It reads characters until matching predefined 2101, 2017.
password length is achieved. Correct entry ("1234") warrants [4]. S. A. M. A. Haidar, S. E. Ahmed et.al., "A review of
"Access Granted" on the monitor, activates the relay by raising wireless charging technologies for electric vehicles,"
its pin level and toggles relay Activated to prevent further Renewable and Sustainable Energy Reviews, vol. 69,
checks. For incorrect passwords, "Access Denied" pops up pp. 136-150, 2017.
followed by a 2- second wait for another try. [5]. J. Baynham and J. R. Smart, "Wireless charging for
electric vehicles: A review of the technology and its
E. Advantages challenges," Renewable and Sustainable Energy
Reviews, vol. 51, pp. 1351- 1364, 2015.
 Convenience and Ease of Use [6]. S. Babic and B. H. Cho, "A review of wireless charging
 No Physical Plugging/Unplugging for electric vehicles: Present status and future trends,"
 User-Friendly and Weather Resilience IEEE Access, vol. 6, pp. 3669-3683, 2018.
 Clean Installation [7]. M. A. Alam, M. R. Islam et.al., "Wireless power transfer
 Reduced Material Usage for electric vehicles: A review of the technology and its
 Maintenance Savings challenges," Applied Sciences, vol. 7, no. 7, p. 668,
2017.
F. Application [8]. H. Shen, Y. Chen et.al., "Wireless charging technologies
for electric vehicles: A comparative review," Energies,
vol. 11, no. 3, p. 530, 2018.
 Residential Charging
[9]. Elbaset, R. P. Martins et.al., "Wireless charging systems
 Basic Control and Monitoring System
for electric vehicles: A review of recent developments,"
 User Authentication and Access Contro IET Power Electronics, vol. 11, no. 3, pp. 438-450,
 Wireless Communication and IoT Integration 2018.
 Automation and Smart Features [10]. J. F. Gieras, J. M. Stephenson et.al., "Wireless power
transfer for electric vehicles: A review of progress and
challenges," IEEE Transactions on Industrial
Electronics, vol. 64, no. 7, pp. 4987-4998,2017.

IJISRT24AUG313 www.ijisrt.com 1100

You might also like