Top most android based project idea used with
new technology
1. DENSITY BASED AUTO TRAFFIC SIGNAL CONTROL
WITH ANDROID BASED REMOTE OVERRIDE
ABSTRACT
The project
is designed to develop a density based dynamic traffic signal system having
remote override facilities. During normal time the signal timing changes
automatically on sensing the traffic density at the junction but in the event
of any emergency vehicle like ambulance, fire brigade etc. requiring priority
are built in with Android application device remote control to override the set
timing by providing instantaneous green signal in the desired direction while
blocking the other lanes by red signal for some time.
Traffic
congestion is a severe problem in many major cities across the world thus it is
felt imperative to provide such facilities to important vehicles. Conventional
traffic light system is based on fixed time concept allotted to each side of
the junction which cannot be varied as per varying traffic density. Junction
timings allotted are fixed. Sometimes higher traffic density at one side of the
junction demands longer green time as compared to standard allotted time. The
proposed system using a microcontroller of 8051 family duly interfaced with
sensors, changes the junction timing automatically to accommodate movement of
vehicles smoothly avoiding unnecessary waiting time at the junction. The
sensors used in this project are IR and photodiodes are in line of sight
configuration across the loads to detect the density at the traffic signal. The
density of the vehicles is measured in three zones i.e., low, medium, high
based on which timings are allotted accordingly. The override feature is activated
by an on board Bluetooth device from the Android application device operated
from the emergency vehicle. Remote operation is achieved by any
smart-phone/Tablet etc., with Android OS, upon a GUI (Graphical User Interface)
based touch screen operation. Further the project can be enhanced by
synchronizing all the traffic junctions in the city by establishing a network
among them. The network can be wired or wireless. This synchronization will
greatly help in reducing traffic congestion.
HARDWARE REQUIREMENTS:
8051 series Microcontroller, LEDs,
Voltage Regulator, Resistors, Capacitors,
Crystal, Diodes, Transformer, IR-LED & Photodiodes, Transistor, Bluetooth device.
SOFTWARE REQUIREMENTS:
Keil compiler
2. REMOTE
INDUCTION MOTOR CONTROL BY ANDROID APPLICATION WITH 7 SEGMENT DISPLAY
ABSTRACT
The project is designed to
control the speed of an induction motor such as fans, by using android
application device. In home automation application, convenience of remotely
controlling the speed of the fan is achieved Remote operation is achieved by any smart-phone/Tablet etc., with
Android OS, upon a GUI (Graphical User Interface) based touch screen operation. Android Mobile or any device act as a
transmitter through Bluetooth, which is then received by Bluetooth receiver (at
the receiver end) interfaced to a microcontroller of 8051 family. Each time
data sent by android application, as per code written is executed by the
microcontroller to deliver delayed firing pulses to the thruster through
optical isolation. The power to the load connected in series with the thruster
is controlled, based on the received signal. Also the firing angle is displayed
on a 7-segment display. A lamp load shall be provided in place of a motor whose
varying intensity demonstrates the varying power to the motor for speed control.
A lamp is provided in place of an induction motor for demonstration purpose.
Further the project can be enhanced by adding more outputs from the
microcontroller feeding relay drivers to switch ON/OFF the domestic loads
together with the speed control of fan.
HARDWARE REQUIREMENTS:
OP-Amp, TRIAC, Opto-isolator, Resistors,
Capacitors, Diodes, LED, Voltage
Regulator, 8051 series Microcontroller, 7 Segment Display, Transformer Bluetooth
Device.
Keil compiler
Languages: Embedded C or Assembly
Android Application
3. REMOTELY CONTROLLED ANDROID BASED
ELECTRONIC NOTICE BOARD
ABSTRACT:
Notice Board is primary
thing like bus stations, railway
stations and parks. A separate person is required to take care of this notices
display. This project deals about an advanced hi-tech wireless notice board. The
main objective of the project is to develop a wireless notice board that
displays notices when a message is sent from the user’s android application
device. Remote operation is achieved by any smart-phone/Tablet etc., with
Android OS, upon a GUI (Graphical User Interface) based touch screen operation.
While the user sends the message from the android application device, it is
received and retrieved by the Bluetooth device at the display unit. The
Bluetooth access password will only be known to the user. It is then sent to the microcontroller that
further displays the notice sent from the user on to the electronic notice
board which is equipped with a 16X2 LCD display. It uses a microcontroller from
8051 family.The power supply consists of a step down transformer 230/12V, which
steps down the voltage to 12V AC. This is converted to DC using a Bridge
rectifier. The ripples are removed using a capacitive filter and it is then
regulated to +5V using a voltage regulator 7805 which is required for the
operation of the microcontroller and other components.
HARDWARE REQUIREMENTS:
Micro controller unit
(AT89C52), BLUETOOTH Device, LCD (16x2), Resistors, Capacitors, Diodes,
Transformer, Regulator
SOFTWARE REQUIREMENTS:
Kiel compiler,
Language: Embedded C
Or Hex Assembly, Android Application
4.FOUR QUADRANT OPERATION OF DC MOTOR REMOTELY CONTROLLED BY
ANDROID APPLICATIONS
ABSTRACT
The project is designed to develop a
four quadrant speed control system for a DC motor. The motor is operated in
four quadrants i.e. clockwise; counter clock-wise, forward brake and reverse
brake. It also has a feature of speed control. The four quadrant operation of
the dc motor is best suited for industries where motors are used and as per
requirement as they can rotate in clockwise, counter-clockwise and also apply
brakes immediately in both the directions. In case of a specific operation in
industrial environment, the motor needs to be stopped immediately. In such
scenario, this proposed system is very apt as forward brake and reverse brake
are its integral features. Instantaneous brake in both the directions
happens as a result of applying a reverse voltage across the running motor for
a brief period and the speed control of the motor can be achieved with the PWM
pulses generated by the microcontroller. The microcontroller used in this
project is from 8051 family. Remote operation is achieved by any smart-phone/Tablet
etc., with Android OS, upon a GUI (Graphical User Interface) based touch screen
operation. Bluetooth
device is provided to connect with android application device for the operation
of the motor which are interfaced to the microcontroller that provides an input
signal to it and in turn controls the speed of the motor through a motor driver
IC.
This project can be enhanced by using higher power
electronic devices to operate high capacity DC motors. Regenerative braking for
optimizing the power consumption can also be incorporated.
HARDWARE REQUIREMENTS:
8051 series Microcontroller, Crystal, DC
Motor, Motor Driver IC, LED, Resistors,
Capacitors, Diodes, Transformer, Voltage Regulator, Push Button, Bluetooth
device.
SOFTWARE
REQUIREMENTS:
Keil compiler
Language: Embedded C or Assembly
Android Application.
5.ANDROID
BASED REMOTE PROGRAMMABLE SEQUENTIAL
ABSTRACT
The project is designed to switch
industrial loads using a user programmable logic control device and Android
application for sequential operation. This operation is generally used for
repetitive nature of work. Remote operation is achieved by any smart-phone/Tablet etc.,
with Android OS, upon a GUI (Graphical User Interface) based touch screen
operation. Programmable logic
controllers used in industrial applications are very expensive for simple
operations like sequential switching of loads. In this project we demonstrate
the working of this simple operation using a microcontroller of 8051 family.
The development of this application requires the configuration of the program
through Android application. In industries, there are many tasks are carried
out which requires some repeated operation in various orders and time
intervals. For example, certain loads need to be switched ON/OFF in specific
time intervals. In order to achieve this, microcontroller is programmed in such
a way that the loads a can be operated in three modes: Set mode, Auto mode and
Manual mode. In set mode, through timers, the machinery works based on input
time set by the user where as in auto mode it works on default time settings
and finally in the manual mode it functions while respective switches are
pressed depending on the user’s need and flexibility. All the modes and status
of loads are displayed on an LCD.
Thus, tasks performed by costly PLCs can now be achieved using a
microcontroller making the device cost effective. Further the project can be
enhanced by interfacing it with a GSM modem where by sending an SMS to the
control system we can select the mode and timing remotely.
HARDWARE REQUIREMENTS:
8051 series Microcontroller, Bluetooth
Device, LCD, Relay Driver,
Relays, Resistors, Capacitors, LEDs, Crystal, Diodes,
SOFTWARE REQUIREMENTS:
Keil compiler
Language: Embedded C or
Assembly.
Android Application
6..PICK
N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
ABSTRACT
The
project is designed to develop a pick n place robotic vehicle with a soft
catching gripper. For example, it can
safely handle a bomb very carefully to avoid explosion while catching. The
robotic vehicle is android application controlled for remote operation. At the
transmitting end using android application device, commands are sent to the
receiver to control the movement of the robot either to move forward, backward
and left or right etc. At the receiving end four motors are interfaced to the
microcontroller where two for them are used for arm and gripper movement of the
robot while the other two are for the body movement. The android application
device transmitter acts as a remote control that has the advantage of adequate
range, while the receiver end Bluetooth device is fed to the microcontroller to
drive DC motors via motor driver IC for necessary work. Remote operation is
achieved by any smart-phone/Tablet etc., with Android OS; upon a GUI (Graphical
User Interface) based touch screen operation. The main advantage of this robot
is its soft catching arm that is designed to avoid extra pressure on the
suspected object for safety reasons. Further the project can be enhanced by
interfacing it with a wireless camera so that the person controlling it can
view operation of the arm and gripper remotely.
v
HARDWAREREQUIREMENTS
8051 series Microcontroller,
DC Motors, Robotic Body, Resistors,
Capacitors, Diodes, Voltage
Regulator, Battery, Bluetooth Device.
SOFTWARE REQUIREMENTS:
SOFTWARE REQUIREMENTS:
Keil compiler
Languages: Embedded C
or Assembly.
Android
Application.
7.FIRE FIGHTING ROBOT REMOTELY OPERATED
BY ANDROID APPLICATIONS
ABSTRACT
The project is designed to
develop a fire fighting robot using android application device for remote
operation. The robotic vehicle is loaded with water tanker and a pump which is
controlled over wireless communication to throw water. An 8051 series of microcontroller
is used for the desired operation.
At
the transmitting end using android application device, commands are sent to the
receiver to control the movement of the robot either to move forward, backward
and left or right etc. At the receiving end three motors are interfaced to the
microcontroller where two of them are used for the movement of the vehicle and
the remaining one to position the arm of the robot. Remote operation is
achieved by any smart-phone/Tablet etc., with Android OS, upon a GUI (Graphical
User Interface) based touch screen operation. The android application device
transmitter acts as a remote control that has the advantage of adequate range,
while the receiver have Bluetooth device fed to the microcontroller to drive DC
motors via motor driver IC for necessary work. A water tank along with water
pump is mounted on the robot body and its operation is carried out from the
microcontroller output through appropriate signal from the transmitting end.
The whole operation is controlled by an 8051 series microcontroller. A motor
driver IC is interfaced to the microcontroller through which the controller
drives the motors.
Further the project can
be enhanced by interfacing it with a wireless camera so that the person
controlling it can view operation of the robot remotely on a screen.
HARDWARE REQUIREMENTS
8051 series Microcontroller, Push
Button, DC Motors, Relay, Transistor, Robot Body with Water Tank, Resistors, Capacitors, Diode, Battery,
Bluetooth Device.
SOFTWARE REQUIREMENTS
S Keil compiler
Languages: Embedded C or
Assembly.
Android Application.
7.WAR
FIELD SPYING ROBOT WITH NIGHT VISION WIRELESS CAMERA BY ANDROID APPLICATIONS
ABSTRACT
The
project is designed to develop a robotic vehicle using android application for
remote operation attached with wireless camera for monitoring purpose. The
robot along with camera can wirelessly transmit real time video with night
vision capabilities. This is kind of robot can be helpful for spying purpose in
war fields. An 8051 series of microcontroller is used for the desired
operation.
At the transmitting end
using android application device, commands are sent to the receiver to control
the movement of the robot either to move forward, backward and left or right
etc. At the receiving end two motors are interfaced to the microcontroller
where they are used for the movement of the vehicle. Remote operation is
achieved by any smart-phone/Tablet etc., with Android OS, upon a GUI (Graphical
User Interface) based touch screen operation. The android application device
transmitter acts as a remote control that has the advantage of adequate range,
while the receiver end Bluetooth device fed to the microcontroller drives DC
motors via motor driver IC for necessary work. A wireless camera is mounted on
the robot body for spying purpose even in complete darkness by using infrared
lighting.
HARDWARE REQUIREMENTS:
HARDWARE REQUIREMENTS:
8051
series Microcontroller, DC Motors, Motor driver IC, Push Button, Diodes,
Resistors, Capacitors, Wireless Camera, Bluetooth Device.
SOFTWARE REQUIREMENTS:
Keil compiler
Language: Embedded C or Assembly
Android Application.