You are on page 1of 15

FINGERPRINT BASED IGNITION AND DOOR LOCK

Motor vehicle keys have sometimes been inconviencing basically based on the
following facts: -The keys can easily be locked in the vehicle or misplaced,leading to
the unattractive alternative of breaking the door in the former case or remodifying the
ignition system in the latter case.The vehicle can also be easily driven away by
someone who manages to get access to the keys. The fingerprint based ignition
thefore provides a wonderful solution to the above inconviniences.In the project a
fingerprint scanner is supposed to be used, preferably connected to a controller
system via port. Integration should be done with a embedded c program and
connected to a model locking system.

GPS NAVIGATION SYSTEM

Our project is all about navigation various objects with 95%+ accuracy. 'Gps module’
will receive signals from sattelite and transmit these signals to the base station
through gprs where on the base computer we have to map the gps point and send the
cursor to the location as mapped. So i need how to perform this task and i also need
such a digital map which can detect even buildings like Microsoft digital map also
need gps software.

PREPAID ENERGY METER

Uses an 8051 and 89c2051.8051 as main microcontroller.89c2051 as smartcard and in


it maximum units to be used is programmed.This data is given to 8051.8051 is
connected to a digital energy meter.8051 is programmed to decrement the maximum
units as a response to the information from digital energy meter.There is a buzzer to
warn the user.When maximum use is made relay is cut off.Then we have to reset both
microcontollers using push on switches. A scheme of Electricity billing system called
"PREPAID ENERGY METER WITH TARIFF INDICATOR" can facilitate in improved cash
flow management in energy utilities and can reduces problem associated with billing
consumer living in isolated area and reduces deployment of manpower for taking
meter readings.

Every consumer can buy a memory card (is nothing but an EEPROM IC) with a
password stored inside it using a MC program. The memory card is available at various
ranges (ie. Rs 50, Rs 100, Rs 200 etc).In our project we have given the name for
memory card as smart card.
When the consumer insert a smart card into the card reader which is connected
kit.Then the card reader will read the stored information and delete the information
from the EEPROM IC(smart card) using the MC program. So that the smart card cannot
be reused by others. Suppose if a consumer buy a card for Rs.50/- he / she can insert
this amount through the card reader so that prepaid energy meter with tariff indicator
kit will be activated. According to the power consumption the amount will be reduced.
When the amount is over, the relay will automatically shutdown the whole system. In
our project we also have a provision to give an alarm sound to consumer before the
whole amount is reduced.

Power Factor Calculation

The power factor of an AC electric power system is defined as the ratio of the real power flowing
to the load to the apparent power in the circuit,[1][2] and is a dimensionless number between 0 and
1 (frequently expressed as a percentage, e.g. 0.5 pf = 50% pf). Real power is the capacity of the
circuit for performing work in a particular time. Apparent power is the product of the current and
voltage of the circuit. Due to energy stored in the load and returned to the source, or due to a non-
linear load that distorts the wave shape of the current drawn from the source, the apparent power
will be greater than the real power.

In an electric power system, a load with a low power factor draws more current than a load with a
high power factor for the same amount of useful power transferred. The higher currents increase the
energy lost in the distribution system, and require larger wires and other equipment. Because of the
costs of larger equipment and wasted energy, electrical utilities will usually charge a higher cost to
industrial or commercial customers where there is a low power factor.

AUTOMATIC WEATHER STATION MONITOR

A weather station is a facility with instruments and equipment for observing


atmospheric conditions to provide information for weather forecasts and to study
the weather and climate. The measurements taken include temperature, barometric
pressure, humidity, wind speed,wind direction, and precipitation amounts. Wind
measurements are taken as free of other obstructions as possible, while temperature
and humidity measurements are kept free from direct solar radiation, or insolation.
Manual observations are taken at least once daily, while automated observations are
taken at least once an hour.
FIRE ALARM SYSTEM

To monitor the fire and fog inside the environment.If any of these rise unusually that
time it will wake up and producing an information to others to prevent the damages.

GREEN HOUSE MONITORING AND CONTROL

Appropriate environmental conditions are necessary for optimum plant growth,


improved crop yields, and efficient use of water and other resources. Automating the
data acquisition process of the soil conditions and various climatic parameters that
govern plant growth allows information to be collected at high frequency with less
labor requirements. The existing systems employ PC or SMS-based systems for
keeping the user continuously informed of the conditions inside the greenhouse; but
are unaffordable, bulky, difficult to maintain and less accepted by the technologically
unskilled workers. The objective of this project is to design a simple, easy to install,
microcontroller-based circuit to monitor and record the values of temperature,
humidity, soil moisture and sunlight of the natural environment that are continuously
modified and controlled in order optimize them to achieve maximum plant growth and
yield. The controller used is a low power, cost efficient chip manufactured by ATMEL
having 8K bytes of on-chip flash memory. It communicates with the various sensor
modules in real-time in order to control the light, aeration

and drainage process efficiently inside a greenhouse by actuating a cooler, fogger,


dripper and lights respectively according to the necessary condition of the crops. An
integrated Liquid crystal display (LCD) is also used for real time display of data
acquired from the various sensors and the status of the various devices.

ULTRASONIC DISTANCE MEASUREMENT

The ultrasonic waves spread in the air and hit the nearest object and reflected. The
reflected signal from the object is received by the ultrasonic receiver. The received
wave is given to the amplifier in order to amplify the received weak signal. After
amplification the amplified wave is given to zero adjustment amplifier because the
amplified wave is in the range of above 6V level. Then the output is given to
comparator in which the wave signal is converted into corresponding square wave
signal. Then the square wave signal is given to input of the microcontroller. Now the
microcontroller compares the time between the transmitted signal and received signal
and generates the corresponding pulse output which is equal to distance of the object.
Then the pulse signal is given to input of BC547 transistor.
RFID BASED ACCESS CONTROL

This project aimed to develop a wireless system to detect and allow only the
authorized persons. The system was based on Radio Frequency Identification (RFID)
technology and consists of a passive RFID tag. The passive micro transponder tag
collects power from the 125 KHz magnetic field generated by the base station, gathers
information about the Tag ID and sends this information to the base station. The base
station receives, decodes and checks the information available in its Database and
Manchester code was used to send those information. The system performed as
desired with a 10cm diameter antenna attached to the transponder. The Base Station
is built by using the Popular 8051 family Microcontroller. It gets the tag ID and if the
tag ID is stored in its memory then the microcontroller will allow the person inside.
RFID Reader Module, are also called as interrogators. They convert radio waves
returned from the RFID tag into a form that can be passed on to Controllers, which can
make use of it. RFID tags and readers have to be tuned to the same frequency in order
to communicate. RFID systems use many different frequencies, but the most common
and widely used Reader frequency is 125 KHz.

DIGITAL CODE LOCK SYSTEM

This project is written in C language. Its a simple project with efficient hacking
prevention from Brute Force etc. The basic user lock is of 5 Digits and Master Lock is
of 10 digits so its not easy for an intruder to break the lock unless you keep the code
simple.
The input is taken from a 4x4 keypad (please see the schematic for more information)
and Display the user input on a 2x16 LCD. A pin is assigned as output for activating
and deactivating the lock. For demonstration i have connected an LED to that pin.
User Side working:
The user has two options either he/she can use its own 5 digit code or use the default
5 digit code. If user has to do setup his own code, then he has to enter "12345" and
press '#'. After this controller

will ask for 10 Digit master password which is preprogrammed in the controller.
Entering master lock, user can enter the new 5 digit code for the lock and press '#' to
save it.
TIME BASED APPLIANCES CONTROL

Power Saving Using Time Operated Electrical Appliance Controlling System is a reliable
circuit that takes over the task of switch on/off the electrical devices with respect to
time. This project replaces the Manual Switching. It has an Inbuilt Real Time Clock
which tracks over the Real Time. When this time equals to the programmed time, then
the corresponding Relay for the device is switched ON. The switching time can be
edited at any Time using the keypad.

It has an Inbuilt Real Time Clock which tracks over the Real Time. When this time
equals to the programmed time, then the corresponding Relay for the device is
switched ON. The switching time can be edited at any Time using the keypad. The
Real Time Clock is displayed on four 7-segment display.

PC BASED DEVICE CONTROL

This project describes a new economical solution of home light control systems. The
presented home light control system can be used for different sophisticated home
applications. The control system consists of a PC, and control circuitry and the
electrical devices. This project can be used for the controlling of various appliances
using PC. It consists of a circuit for using the printer port of a PC, for control
application using software and interface hardware. The interface circuit along with the
given software can be used with the printer port of any PC for controlling up to eight
equipment. Parallel port is a simple and inexpensive tool for building computer
controlled devices and projects.

DEVICE CONTROL USING MOBILE PHONE

Short Message Service (SMS) is defined as a text-based service that enables up to 160
characters to be sent from one mobile phone to another. In a similar view to email,
messages are stored and forwarded at an SMS centre, allowing messages to be
retrieved later if you are not immediately available to receive them. Unlike voice calls,
SMS messages travel over the mobile network’s low-speed control channel. Using the
convenience of SMS, this project lets you remotely control equipment by sending plain
text messages, such as "pump on", "aircon off", "reset" or "light1 on" – all of which can
be pre-programmed into the controller and easily remembered later. It can control up
to eight external devices. The 8 bit microcontroller is used to control the whole circuit.
It read message from the Mobile phone and control the devices according the received
message.

INTELLIGENT OBJECT MONITORING SYSTEM

The main purpose of this project is to monitor the any object present in the earth with the help of object
tracer .The project is mainly indented for navigation purpose, operator agencies, military application etc. The
object tracer is nothing but your GPS. Using this technology we have to find the object present anywhere in

the world. The GPS is track the object and give the latitudinal and longitudinal direction of the objects, using
these information we sense the exact position of the given element. In this project we have to extract and
decrypt the GPS data with the help of the Microcontroller and use our appropriate application

ACCESS CONTROL IN SECURITY DOMAINS

Access Control is nothing but to provide the securities in our industries, offices, banks etc. In this project we
added moreover features in this, which means add managing the power facilities in the industries and track
the employees inside the office. The technology used in this project is Radio Frequency Identification.
.
The working principle of this device is electromagnetic induction. The element of Radio Frequency
identification is consists of a reader and cards. Each card have unique ID’s , when it comes under the card,
the data will broke out from the card and capture these data by the reader and deliver it in to the controller or
memory. We have to create a huge database and it will check with database, if it our ID is present in the
database that card access is granted otherwise it will denied the permission.

MOBILE HOME

Nowadays this project is very important to us. When we are going to outside we can control our home with
the help of our mobile. For the use of this project we can prevent the theft operations and control the any
appliances inside the home. Another important feature of this project is to detect any person enter into our
home compound with the help of PIR. The technology used in this project is GSM/GPRS.
These two technologies are currently used in the mobile industry. In this project we use a GSM modem, this
modem work with the help of some set of commands that is AT commands. In the current life the scope of
this project is very important are used in per day, that will display on our energy meter, and it will calculated
the total amount of energy used in per day. It will come into the particular day the total units of energy and
the corresponding amount will transmit to the central station. So this project is also helpful for the energy
providers.

INTRUDER VEHICLE BUSTER

The project is mainly implemented into the most ultimate security areas such as in parliaments, research
centers etc. The project is mainly indented for to protect the areas in terrorist attack and unauthorized
entering. In foreign countries, all vehicles have one communication equipment itself, the use of this
equipment is to communicate with different authorized centers.
When any vehicle enters into the restricted compound the master station will recognize the vehicle. After the
recognition some code will generate by the master station, this code will receive the vehicle and retransmit
another code. The retransmitted code will check it. If it is authorized vehicle the entry will allow otherwise
the master station will inform the security guard.

MINES-ROBOT

This project is implemented in Mines and Oil pipes, because these two places are very hazardous to human
body. The aim of this project is to detect the crack, temperature, mines presser, oxygen quantity etc. In this
place instead of human being we are placed robot for do this job.
We put the robot in to the mines or pipe, and we control the robot from outside with wireless. As per our
control the robot will move different directions. In robot body we will attach different sensors for detecting
the present condition inside the mines or in oil pipe. One camera will also attach with the robot body for

viewing the image of these place. Once after it will detect the all problems then we can easily debug the
problem.

FINGERPRINT CAR IGNITION SYSTEM

Personal Safes are revolutionary locking storage cases that open with just the touch of
your finger. These products are designed as "access denial" secure storage for
medications; Jewelry, weapons, documents, and other valuable or potentially harmful
items. These utilize fingerprint recognition technology to allow access to only those
whose fingerprints you choose.

It contains all the necessary electronics to allow you to store, delete, and verify
fingerprints with just the touch of a button. Stored fingerprints are retained even in the
event of complete power failure or battery drain.
These eliminates the need for keeping track of keys or remembering a combination
password, or PIN. It can only be opened when an authorized user is present, since
there are no keys or combinations to be copied or stolen, or locks that can be picked.

POWER MANAGEMENT SYSTEM IN ENERGY METER

Energy is very important for us in day to day life. This project is given to how we
can save energy in our home? This project is very helpful for us also for energy
providers. The technology use in this project is ZIGBEE. The working of this project is
to monitor the energy level, that means how much energies are used in per day, that
will display on our energy meter, and it will calculated the total amount of energy used
in per day. It will come into the particular day the total units of energy and the
corresponding amount will transmit to the central station. So this project is also helpful
for the energy providers Monitor the power using in our home and sending this
information to the KSEB board, after that there will be return back to the cost and due
date of fee remittance. The main advantage of this project is to avoid the spot biller.
RFID BASED MATERIAL TRACKING INFORMATION SYSTEM

In the past, the manufacturing data related to workpieces and equipment in plants
acquired was not real time which has heavily hampered the optimal decision-making
on plant production. In this paper, an RFID-based manufacturing data tracking system
(RFID-MDTS) is designed to help users to collect the all kinds of data and further track
them in real time. Through retrieving and analyzing the useful data, all kinds of users
in the plants can guarantee to execute their operations in both time saving and cost
effective manner.

In this manufacturing data tracking system, the Radio Frequency Identification (RFID)
technology is utilized to acquire the data derived from the plant in real time. In order
to provide the correspondent data for different users, a time-dependent instantiated
template (TIT) model is built to visually describe and supply the concrete data. For
demonstrating the validity of the proposed system, a snapshot of running procedure of
the prototype is presented which following some concluding remarks.

MOBILE PHONE ENABLED AIRPORT DISPLAY SYSTEM

Working with its international airport automation partners, ITS is providing an


airport-wide Real-time Display System (RDS). Here we introduce the system was
implemented by the display board and controlled by Mobile phone. Here in this
project mainly two parts one is control station other is display area. What information
we want to display on board that was send over to the mobile phone via GSM
technology.

PROTOCOL DEVELOPMENT FOR RELIABLE COMMUNICATION

Protocol is a set of rules that governs for proper or reliable communications. Each and every
communication we need a set of rules, sometime these rules are universal otherwise it generate
some authorities. For reliable communication lot of communication protocols are there. In this
project we implement some protocols or develop a new protocol and implemented into the real
communication devices.
In this Project are planning to implement some IEEE protocols, I2C protocol, CAN protocol, SPI
protocol and SS7 protocols.

INTELLIGENT FIRE AND SAFETY


The aim of this project is to prevent the fire from the office and industries. The intelligence of this
project is to monitor the temperature and smoke level inside the rooms and frequently transfer the
data into the server part. Whenever to increase the level of both temperature and smoke to
extinguish the anti fire system at the same time it will give the warning for every area. The
technology use in this project is ZIGBEE. ZIGBEE is one of the IEEE standards, which is similar to
Bluetooth. But the advantage of the ZIGBEE is, we can transmit the data in long distance compared
to Bluetooth. ZIGBEE is bidirectional communication protocol.

DIGITAL CODE LOCKS WITH INTELLIGENT CLASSROOM MANAGEMENT

This project is written in C language. It’s a simple project with efficient hacking prevention
from Brute Force etc. The basic user lock is of 5 Digits and Master Lock is of 10 digits so it’s not
easy for an intruder to break the lock unless you keep the code simple. The input is taken from a
4x3 Keypad (please see the schematic for more information) and Display the user input on a 2x16
LCD. A pin is assigned as output for activating and deactivating the lock. For demonstration i have
connected an LED to that pin.
The user has two options either he/she can use its own 5 digit code or use the default 5 digit
code. If user has to do setup his own code, then he has to enter "12345" and press '#'. After this
controller will ask for 10 Digit master password which is preprogrammed in the controller. Entering
master lock, user can enter the new 5 digit code for the lock and press '#' to save it.

ELECTRONIC VOTING MACHINE WITH MANAGED CONTROL UNIT

EVM is capable of saving considerable printing stationery and transport of large volumes of
electoral material. It is easy to transport, store, and maintain. It completely rules out the chance of
invalid votes. Its use results in reduction of polling time, resulting in fewer problems in electoral
preparations, law and order, candidates' expenditure, etc. and easy and accurate counting without
any mischief at the counting centre. It is also eco friendly.
Our EVM consists mainly of two units - (a) Control Unit (CU) and (b) Ballot Unit (BU)
with cable for connecting it with Control unit. Both the units consists of one microcontroller (8052)
each. The CU consists of one LCD, one hex keypad and a couple of switches, while BU consists of
a candidate panel; a vote cast panel and a buzzer, etc.

AUTOMATIC PLANT IRRIGATION

The Project presented here waters your plants regularly when you are out for vacation.
The circuit comprises sensor parts built using op-amp IC LM324. Op-amps are
configured here as a comparator. Two stiff copper wires are inserted in the soil to
sense the whether the Soil is wet or dry. The Microcontroller are used to control the
whole system it monitors the sensors and when more than two sensors sense the dry
condition then the microcontroller will switch on the motor and it will switch off the
motor when all the sensors are in wet. The microcontroller does the above job it
receives the signals from the sensors, and this signals operated under the control of
software which is stored in ROM.

INTRUDER SECURITY IN CAR PORCH

Intruder alarms are designed to protect the physical assets within an unoccupied premise and to
provide a safer environment for occupants. Furthermore intruder alarms detect crime and vandalism
and to enable a co-ordinate response when taking action when an intrusion event occurs. Our
intruder alarm range includes within the 10M radius in 360 Degree with quick response. Each
intruder detection system we provide is individually designed, carefully installed, diligently
monitored and regularly maintained. The Alarm Receiving Centre is on hand to respond
immediately to signals received and to initiate the appropriate response.You may appoint us with
complete confidence to protect your business. Crime prevention just doesn’t get any better!

DIGITALIZED BILL BROADCASTER

The working of this device was Display the Bill number also it will produce an
announcement of that number through speaker. For that this device was mainly two
parts one is control section and other is display and announcement system.

1. Control Section

This Section consists of mainly a keypad and some controllers for control the
keypad, sound and display panel. For example when we press in the keypad the bill
number is 45, the controlling section analyze which key is pressed and then that

system invoke the display controlling section and sound controlling section. First of
all to display the Bill number on to the display board and then create the
sound for corresponding bill number like this “The Bill Number is FOUR FIVE
(45)”.

BIOMEDICAL MONITORING SYSTEM

In spite of the improvement of communication link and despite all progress in


advanced communication technologies, there are still very few functioning commercial
wireless monitoring systems, which are most off-line, and there are still a number of
issues to deal with.
Therefore, there is a strong need for investigating the possibility of design and
implementation of an interactive real-time wireless communication system. In our
project, a generic real-time wireless communication system was designed and
developed for short and long term remote patient-monitoring applying wireless
protocol. The primary function of this system is to monitor the temperature and Heart
Beat of the Patient and the Data collected by the sensors are sent to the
Microcontroller. The Microcontroller transmits the data over the air.

At the receiving end a receiver is used to receive the data and it is decoded and fed to
Microcontroller, which is then displayed over the LCD display. If there is a dangerous
change in patient's status an alarm is also sounded.

FIRE FIGHTING ROBOT

The need for a device that can detect and extinguish a fire on its own is long past due.
Many house fires originate when someone is either sleeping or not home. With the
invention of such a device, people and property can be saved at a much higher rate
with relatively minimal damage caused by the fire. Our task as electrical engineers
was to design and build a prototype system that could autonomously detect and
extinguish a fire. Also aims at minimizing air pollution.In this Project we design a Fuzzy
based Microcontroller controlled Robot. It is the Robot that can move through a model
structure, find a “burning oil derrick” (lit candle) and then extinguish it with help
of a Blower. This is meant to simulate the real world operation of a Robot performing a
fire extinguishing function in an oilfield. Fuzzy logic provided an appropriate solution
to the otherwise complex task of mathematically deriving an exact model for the non-
linear control system upon which conventional control techniques could then be
applied. The fuzzy inference system was designed to act as a PID-like controller. We
are using the Popular 8 bit Microcontroller the 8051 family Microcontroller. Program
code to control the fire fighting robot is written in assembly language

SECURED WIRELESS DATA COMMUNICATION

This project is used to communicate or transmit a text message from one place to
another place through wireless. The text message is encrypted by using the
Microcontroller and the encrypted message is transmitted through wireless. At the
receiver end the signal is received by the standard receiver and the analog signal is
fed to the Microcontroller and it is decrypted by the Microcontroller and the message
is displayed over the LCD display. We can use several receivers
and the message from the transmitter can be sent to the entire receivers at the same
time. Each receiver can be accessed separately by its address.The Microcontroller is
used to do the above work. It gets data from the Keyboard and encrypt with an private
algorithm and at the receiver end the Microcontroller decrypt it with the same
algorithm and display the data over the LCD display.

SOLAR TRACKING SYSTEM

This is a power generating method from sunlight.This method of power generation is


simple and is taken from natural resource. This need only maximum sunlight to
generate power. This project helps for power generation by setting the equipment to
get maximum sunlight automatically. This system is tracking for maximum intensity of
light. When there is decrease in intensity of light , this system automatically changes
its direction to get maximum intensity of light.

Here we are using two sensors in two directions to sense the direction of maximum
intensity of light. The difference between the outputs of the sensors is given to the
microcontroller unit.

Here we are using the microcontroller for tracking and generating power from
sunlight. It will process the input voltage from the comparison circuit and control the
direction in which the motor has to be rotated so that it will receive maximum
intensity of light from the sun.

The power generated from this process is then stored in a lead acid battery and is
made to charge an emergency light and is made to glow during night.

http://electronicsprojects.projectguidance.com/guidance/details/id/8528414397/title/E
mbedded%2Bsensor%2Bnetworks

http://www.scribd.com/doc/23701038/IEEE-Embedded-Projects-Titles#

VOICE RECORDER USING ADC AND MICROCONTROLLER

Voice recorder using ADC and microcontroller.Create a voice recorder using a PIC or a
microcontroller and ADC. Use some conditioning circuits to condition the microphone output and
feed it to the ADC. The converted values can be stored in some kind of memory. Samsung has got
some nice memory chips that can be easily interfaced. Most modern MP3 players use this kind of
memory. Use a DAC to convert the stored voice data back to analog format and play it through a
speaker. If you feel that this is very simple for you then interface a keyboard and LCD display and
make it look like a real voice recorder. Give options to change the storage format, like bit rate,
frequency etc. Still not satisfied then we can use an ARM processor to implement this. Convert the
voice to MP3 in real time and store the Mp3 data. Also write code to play back the stored Mp3.

RAILWAY STATION DISPLAY

This project can be done using microcontroller 8051.Project is to display the station name in each of
the compartment of train. We plan to do this by giving a specific binary code( such as
101101110),and that code will be diplayed using a led's and in front of train we have a
demodulator.Using the result of demodulator we can display name of station from look up table.

MICRO CONTROLLER BASED AUTOMOBILE MONITORING SYSTEM

The aim of this project is to build a Micro controller Based Automobile Monitoring system.Using
this system one can monitor the vehicle parameters to achieve safe drive. The system can monitor
the km/h, engine temperature, fuel quantity, battery voltage, side stand status ect. Whenever any of
these parameters goes beyond the set limits, the system will give alarm indication. All the
parameters are displayed on liquid crystal display. This acts as an output media of the system. The
brain of the system is the micro controller AT89S8252 that takes care of all the processing required.
The controller is associated with components like ADC to ensure the analog values, temperature
sensor to measure engine temperature, photo interrupter module to measure the speed, and keyboard
to set the required limits.

VOICE FREQUENCY RECOGNITION SYSTEM

This system is based on the idea such that it can provide security on the basis of the voice frequency
of a person wanting to access a confidential data. Hence analog speech signal of the person whose
data is to be secured must be converted into a digital format and quantized with maximum precision
and stored so if any person wants to access this data his voice is compared to the stored voice thus
enabling only the owner to access it.

NAVIGATION OF MOBILE ROBOT USING GPS & OBSTACLE AVOIDANCE SYSTEM


COMMANDED LOOP

Here we are doing navigation of mobile robot using GPS technology and obstacle avoidance system
with the help of commanded loop and in this project, a mobile robot is equipped with GPS
navigation system and obstacle avoidance system with low cost mobile structure, GPS module & IR
sensors for obstacle detection.

TEMPERATURE MONITORING SYSTEM

This project explains about a simple low cost circuit which can be mainly used in large scale
industries to detect the high temperature and take immediate measures. This circuit is used to sense
the temperature at a place. It indicates the temperature on the LCD with the help of microcontroller.
This circuit makes use of LM35 which is a 3 pin centigrade temperature sensor IC. It directly senses
the temperature and sends the data to the controller. This can be mainly used in large scale
industries to detect the high temperature and take immediate measures.

GSM BASED HIGHWAY ROAD TRAFFIC MONITORING SYSTEM

This project monitors and stores the data about number vehicles moving on the
highway roads. This project uses infrared/laser sensor system to count the number of
vehicles passing in both the directions. The vehicle count is logged by the
microcontroller. This vehicles information is sent to the user over GSM modem. The
information can be sent to the user periodically or can be sent on demand by sending
a missed call or SMS.

ASL Geo Connect is GUI based application software, installed at the Desktop of the
Control Station. Using this, the operator of a fleet can query any vehicle fitted with
GeoPoint 2407 Unit and obtain its position in real time, or send/receive text messages
to/from the Unit. Alternatively, vehicles can be configured to report their position to
Control Station at set intervals and automatically update a database at the Control
Station. This data can be read from the database and the position displayed on a
digital map.

GPS & GSM BASED REALTIME VEHICLE TRACKING SYSTEM

An Automatic Vehicle Tracking System (VTS) operates in conjunction with a Control


Station. It helps to track and provide real time location information on the vehicle in
which the Unit is installed. The data exchange with the Unit takes place using an
integrated GSM communication. The Unit features an advanced electronic design with
embedded software equipping it with several user-friendly operational features. This
system locates the Vehicle on the earth by the use of GPS and sends the co-ordinates
(Longitude & Latitude), Time and Vehicle speed to the owner of the vehicle using GSM
Modem. (GPS+GSM+Microcontroller).

DIGITAL TEMPERATURE CONTROLLED FAN


This Project is used to control the Fan speed according to the temperature and it also
indicates the temperature. The system will get the temperature from the IC (DS1820)
andit will control the speed according the values stored in the code. The System is
fullycontrolled by 8-bit microcontroller.In this project the ambient temperature will be
displayed on a LCD. An 89s52 Microcontroller will be used for handling all the required
computations and control.

You might also like