SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2595
A SURVEY OF TROLLEY/WHEELCHAIR BASED SMART SYSTEM FOR
EXCLUSIVE MEDICAL APPLICATIONS
L.Subhashree1, D.Sruthiraj2, S.Vinitha3, Joeljosephson4
1, 2, 3 UG Scholars, Department of Electronics & Communication Engineering, Alpha College of Engineering,
Chennai, Tamilnadu, India
4 Assistant Professor, Department of Electronics & Communication Engineering, Alpha College of Engineering,
Chennai, Tamilnadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract: A smart trolley (ST) is a power trolley (PT) to
which computers, sensors (Proximity Inductive), and assistive
technology (Arduino Controller, Bluetooth) are attached.This
paper aims to provide a complete state-of-the-art overview of
ST research trends. We expect that the information gathered
in this study will enhance awareness of the status of ST
technology. The proposed system is designed to provide better
service for the patients, kids and aged people. It consists of a
trolley provided with DC Geared Motors which is controlled
through Android App or Voice Command. The trolley is sent
and received where it is utilized by providing the needy by
medicine, food and other supplies. This makes the aged one or
the needy partially independent, still there must beapersonto
place the supplies on the trolley.
Keywords — Smart Trolley (ST), power trolley (PT),
Sensors, Assistive Technology (Arduino Controller,
Bluetooth)
I.INTRODUCTION
The main objective of the project isto serve rebiddedpeople
who are completely dependent on theircare-taker.Nowdays
there are many home care centers where nurses or some
care taker are sent to the needy by hiring them.Usuallythese
home care centers are not afforded by all the people as it
becomes a little costlier. This “Smart Trolley For Medication
And Health Care” provides an opportunity for the person
who in need of medication, food and other supplies time to
time on the daily basis making them partially independent
by reducing the work load of the care taker. As it comes to a
daily basis system the person knows well about the time of
the medication and other required supplies for him and
accesses the device for himself by using an open source
application where one can easily make use of the device.The
Smart Trolley consists of a trolley which is the main
equipment used for serving the rebidded people or the
needy. It can also be used to serve old people having
difficulties. The device is operated through an app which is
connected to the equipment through Bluetooth. The trolley
has three wheels where the rear wheels are operated using
motor and the front wheel is ancestor. The trolley is sent
from one place to another which is a predefined path metal
mounted. On reaching the destination alerts the care taker
for the supply. There is enough time provided at the
destination to place the supplements on the trolley and the
trolley comes back the original place that is to the patient or
to the needy. The time taken to travel and the halt time are
predefined. There can be as many different paths to travel
say room-1, room-2 and so on. The trolley is also provided
with shelf where the frequent requirements are kept. Being
easy to operate by all age people with various option
provided it is adapted easily and bought into use. The
operating modes range from autonomous to
semiautonomous depending on the abilities of the user and
the task at hand. There are four types
 Machine learning
 Following
 Localization and mapping
 Navigational assistance
A. Machine learning
What makes a wheelchair smart is not just a collection of
hardware, but specialized computer algorithmsthatprovide
the artificial intelligence needed to make split-second
decisions about where the wheelchair is heading, and what
might be in its way. Some examples of machine learning in
SWs include the use of neural networks to detect obstacles
[2], and reproduce pretaught routes,some use obstacle
density histograms to combine information from sonar
sensors, and joystick input from the user [3]; while others
use rule based approaches.
B . Following
The ST can track the companion’s body position/orientation
using laser range sensors based on Kalman filter and data
association estimate the guide’sfootprint. Based on position
data of the footprint, a cubic spline generates a target path
for the wheelchair. The wheelchair is controlledsothatitcan
move along the guide footprint at a constant gap between
the wheelchair and the guide. In another case, a new
methodology was developed [4] that allows a wheelchair,
which does not have a prior knowledge of the companion’s
destination, to move with companions collaboratively using
a destination estimation model based on observations of
human’s daily behaviors. To serve a large group of people
with disabilities at the same time, multi-wheelchair
formation controls were developed to enable easy
communication with companions [5]. Controlling the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2596
wheelchairs while maintaining formation is donebyplotting
a path p defined by the model trajectory, and then
calculating a path for each wheelchair (p1; p2) a small
distance from p [6], [7].
C. Localization and mapping
A major challenge is the development of a robust, reliable
localization and navigation system in both indoor and
outdoor environments. Since the ST needsto safely navigate
on roads/sidewalks, it is required that the localization
accuracy be within a range of a few centimeters. The main
challenge for outdoor localization is that the global
positioning systems (GPS) are not always reliable and
robust, especially in tree covered environments. The GPS
measurements are integratedwithattitudeinformationfrom
the onboard inertial measurement unit (IMU)toenhancethe
localization accuracy. Moreover, the developed navigation
system also fuses the GPS/IMU measurements with the
wheel odometry information through an extended Kalman
filter (EKF) design [8], [9]. Utilizing the odometry-enhanced
fusion, the SW will achieve high-accuracylocalizationevenin
GPS-denied environments[10]–[12]. the timesequence(T1-
T5) illustrates the ST advancing into a previously uncharted
room, continuously building a map, and keeping a record of
obstacles for later reference when they are out of range of
vision. Between frames1 and 2 the pilot turnsside to side to
collect data.
D. Navigational assistance
An elegant application of semi autonomous obstacle
avoidance was accomplished by Rofer et al. 2009 13] for a
rear wheel drive ST, where the front active castorwheelsare
always rotated by motors to match the orientation of the
current driving direction. Viswanathan et al 2011. [13] run
multiple processes in a distributed fashion on a Nimble
Rocket TM that serve people with visual impairments
particularly well.
i. Collision Detector: detects frontal collisions and stopsthe
wheelchair if an object is detected within a distance of
approximately 1 meter, preventing motioninthedirectionof
the obstacle through the controller.
ii. Path Planner: given a global map of the environment and
initial position estimate, visual odometry produce the
optimal route to the specified goal location. The trajectoryis
analyzed to determine deviations from the optimal route as
well as upcoming turns
iii. Prompter: uses a Partially Observable Markov Decision
Process (POMDP) to determine the optimal prompting
strategy. Specifically, this module estimatestheusers’ability
level to navigate to the goal independently based on past
errors, and responsiveness to prompts in order to select
appropriate audio prompts to assist the users in navigation.
In each operating mode, a huge number of achievements
have been made to improve the ST’s functionality. Due to
current sensor capabilities limiting autonomous navigation
to indoor environments, combining all of the above
advancements can result in autonomousnavigationthrough
all environments.
II. WORK PLAN
A. SMART TROLLEY / WHEEL CHAIR FOR
MEDICATION AND HEALTH CARE
 The program is loaded into the arduino Unoanditis
interfaced with smart phone using Bluetooth
module (HC-05)
 The electronic hardware such as L298 Driver, HC-
05 Bluetooth module, Ultrasonic sensor, Buzzer,DC
Motor, Inductive proximity sensor are interfaced
with arduino
 The input is given through open source application
and the trolley operates accordingly
 The trolley comes to the original position after
carrying necessities
 The trolley is operated for different cases and
required changes can be done accordingly
Fig.1
The block diagram consists of ArduinoUno,HC-05Bluetooth
module, Ultrasonic sensor, Buzzer, L298D DriverandMotor.
The entire circuit is interfaced with mobile phone using HC-
05 Bluetooth module. The input is given through mobile
phone and is processed by arduino Uno. The L298D driver
drives the motor according to the input given to the
processor. The buzzer is provided for two purpose, one on
reaching the destination and another on case of any obstacle
in the path. The ultrasonic sensor detects the obstacle and
the path is detected by proximity inductive sensor.
B. TROLLEY/WHEEL CHAIR WITH HEALTH
MONITORING SYSTEM USING IOT
The controlling of the Trolley/wheelchair is through an
android application which is connecting via Wi-Fi module
and through a manual joystick which is fixed on the handsof
the chair, using these two will decrease the dependency of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2597
user on another person. We have also equipped our chair
with infrared sensors which will help to avoid accidents
happening due to obstacles. Sensors will respond to the
nearing obstacle and eventually commands will be
forwarded to the microcontroller (ATMega328) enabling
desired further motion. This system also includes a health
monitoring system which monitors health of the user and
forward that to the application.
Fig.2
C. SMART MOBILEHEALTHCARESYSTEMBASEDON
WBSN AND 5G
The basic functions of a smart healthcare applicationinclude
ECG waveform and display pulse and oxygen in blood [26],
body temperature [27], [28], etc. Also through smart phone
screen or printed paper media, indication as well as simple
user interface through buttons. More features, such as
patient record storage through convenient media, multiple
levelsof diagnostic capabilitiesare alsoassistingdoctorsand
people without specific trainings to understand how to use
smart IoT healthcare application and their indications
conditions.
Smart wireless body sensors networks (WBSN) are
applications that measure Pulse and Oxygen in Blood.
Results can be saved for future reference and track of
multiple people with individual profiles can be kept, this
application has access to the following:
Wireless network communication, Full network access,
allows the application to create network sockets and use
custom network protocols. The android interface receives
data from WBSN through Wi-Fi, ZigBee or Bluetooth, so this
permission is required to send data through the Web. The
access to Bluetooth, ZigBee or Wi-Fi settings, allows the
application to configure the local device, and to discover
remote devices. Network allows the application to view
information about network connections such as which
networks is connected.
Fig.3
D. SMART TROLLEY/WHEELCHAIR FOR
DIFFERENTLY-ABLED PEOPLE USING BIO-SIGNALS
Rehabilitation devices have been an integral part of the
differently-abled people's life since time immemorial.
Various mechanical rehabilitation devices have been
developed so far. We aim to construct a Trolley/wheelchair
which would be controlled by eye winking and wouldenable
those unable to move their limbs to control and manoeuvre
their wheel chair.
Fig.4
This project is one small step forward in the vast avenue of
“Human Machine Interface” (HMI). There are various
biological signals emitted from the human body viz. EEG,
EOG, EMG etc. In this project our main focus is on the
acquisition and analysis of EEG waves so that it can be used
as an input to drive a D.C motor which in turn drives the
subject’s wheelchair.
The idea is based on the fact that whenever we wink or close
our eyes, our eyeball moves in the upward direction in the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2598
socket and thus a substantial potential differenceisobtained
in our EEG pattern thereby making the data set computable
for further calculations.
One point to be noted here is that the project deals with the
sheer control of wheelchair in the four cardinaldirectionsi.e.
forward backward right and left and does not Endeavour to
develop any other sort of motions.
V. LINE FOLLOWING TROLLEY
The main objectives of the line following trolley is
A. Save man costs
Wages are one of the major costs of operating a business,
especially in hospitality industry which involves plenty of
personalized services. Replacingmenbymachinesforsimple
jobslike delivery could reduce costs incurred. Time can also
be saved for staff to travel around.
B. Provide accurate and reliable services
The trolley can travel on a fix route and locate the positions
where it is required to stop. For example, a trolley can travel
on a hospital floor and stop in front of each room. The
positioning is accurate and the route is rather fixed. As
routine work is quite simple and standard, a programmed
machine is able to finish the job without having human
careless errors. This provides reliable services for users.
C. Adapt to different purposes
The machine should have a flexible design for adapting to
different usages. For hospitals, the machine can be used to
carry bed sheets, towels, toiletriesand clothes.Forhospitals,
food can be delivered to patient’s table with satisfied
temperature if heating plates are installedonthemachine.In
this case, the machine can be served as temporary oven as
well. For elderly care centers, machine canbemodifiedinto a
bigger size with powerful motor for transporting heavy
medical equipment like blood pressure machine and
electrocardiogram machine. A trolley can simply satisfy
different purposes conveniently. Therefore, a model car is
used to demonstrate instead of using a real trolley with high
power motors for carrying heavy load. It is believed that the
same idea can be adapted to different kinds of usage with
some modification. Most of the design is based on the ideaof
human following robot, which the trolley can follow human
with luggage loaded.
There are two kinds of algorithms are used for developing
line following trolley
A. Linear model Algorithm
B. PID Control Algorithm
A. Linear model Algorithm
There are two sensors. The line can be sensed by both the
sensors. If both sensors sense the line, the robot goes
forward. The robot turns left if the left sensor detects the
line, and vice versa (below Fig)
Fig.5
B .PROPORTIONAL INTEGRAL AND DERIVATIVE (PID)
CONTROL ALGORITHM
A more practical algorithm is called PID control. It is a
common loop feedback control used in many control
systems. It needs not to sway very much in order to keep its
center in line with the track as well. The robot would move
more smoothly and stable. Therefore, it improves efficiency
and saves power. The mechanism is to unceasingly calculate
the error value and tries to reduce the error over time by
adjusting some controllable items, which means the motors
of the robot in this case. Error represents the distance
between the acceptable setpoint and the actual position of
the robot from the line.
Fig.6
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2599
SYSTEM STRUCTURE
Fig.7
Detecting stage represents the process that how the robot
recognizes the line which it has to follow. IR sensors are
responsible to detect the line and translate the voltage into
signals. Then signals are sent to the microprocessor for
calculation. In computing stage, the microprocessorrunsthe
dedicated programme and computesthemovementitshould
be done in order to keep the trolley on the track. Lastly, the
motion stage states what movement the robot would do. It
depends on the results done in computing stage. After the
robot makes a movement, the sensors continue to keep
tracking the line, which takes back to detecting stage. It is a
loop of process which runs continuously, so that the robot
keeps following the line until it is told to stop
VI. FUTURE WORK
A study conducted by Worcester Polytechnic Institute(WPI)
[15] showed that users who are accustomed to their
wheelchairs have little to no tolerance for the failures of
“new features,” which means full autonomy plays an
important role in users’ acceptability. Overall, people are
open to using a robot that assists them in performing a task
in an environment with other humans. These”Co-robots”
provide their user with independent mobility. STshavetobe
safe and their operations must be reliable under any
conceivable circumstance. This is especially true for STs,
where the user has a disability and may be quite frail. To
emphasize these trends, we propose and discuss the
following future directions which would be the prioritiesfor
ST research.
A. Autonomous Navigation
Current PT users still have many difficulties with daily
maneuvering tasks , and would benefit from an automated
navigation system. Future ST userswill beabletoselectfrom
several autonomous or semi-autonomousoperating modes,
using the input methods they are most comfortable with.
They will direct their ST to navigate along preprogrammed
routeswith little physical or cognitiveeffortindoorsandout,
passing through doors and up-and-down elevators. The ST
will communicate with the user when it is appropriate in
order to reduce anxiety, and build an individualized profile.
These profiles will track such variables as preferred input
method, wheeling speed, turning speed, and amount of
verbal feedback, just to name a few.
Fig.8
One of the downsides of the earlier work in STs and
autonomousdriving [16] hasbeen that the environmenthad
to be permanently modified in order for the wheelchair to
navigate independently. Future research plans should focus
on developing novel navigation algorithms to allow STs to
autonomously and safely navigate in complexenvironments.
These are not trivial tasks since they require online
calibration and sensor fusion of multiple sensor sources
including laser scanners, camera, IMU, encoder and GPS, etc.
Fortunately, the navigation algorithms developed for STs
could inherit the advanced performances of previousworks
on autonomousnavigation for therobotsandorautonomous
cars.
B. Human-Smart Wheelchair Interaction Model
The human-ST interaction model plays a vital role in the
formation of a ST. The reinforcement learning technique
[17], [18] could be utilized to build an efficient interaction
model between user and ST. The developed model may take
into account sensor feedbacks, such asfromEmotivesensors
and various environment sensing sensors including Oculus
virtual reality sensors, laser scanners, cameras and global
positioning system (GPS). The ST uses these control signals
to navigate and operate its robotic arms. Human user
thinking will be captured and analyzed throughanadvanced
signal processing model. The output signals will control the
operations of the ST including wheel motors as well as
robotic arms. A shared control scheme couldbedevelopedto
allow effective collaboration between user and ST, aswellas
to adapt ST’s assistance to the variations in user
performance and environmental changes.
A real-time Multi-Modal Perception (MMP) model shouldbe
used to deal with uncertainty in sensing, which is one of the
most enduring challenges. The perceptual challenges are
particularly complex, because of the need to perceive,
understand, and react to human activity in real-time. The
range of sensor inputs for human interaction is far larger
than for most other robotic domains in use today. MMP
inputs include human thought, speech and vision,etc.,which
are major open challenges for real-time data processing.
Computer vision methods processing human-oriented data
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2600
such as facial expression and gestures recognition will need
to be developed to handle a vast range of possibleinputsand
situations. Additionally, language understanding and dialog
systems between human users and STs have to be
investigated MMP can obtain an understanding of the
connection between visual and linguistic data.
C. Smart Wheelchair with Smart Home
SWs will be integrated into the smart home, providing a
seamless user experience and control over all household
appliances. When the users are outdoor a retractable roof
will provide shelter from the elements, and additionalsafety
at night while driving in traffic. Optical stereoscopic and
spherical vision imagery will be combined with infrared
laser data to produce a virtual point cloud matrix of the
user’s surroundings. Objects in the matrix are identified
using machine vision, visual tracking, and gesture
recognition algorithms. Localization information from the
IMU and GPS, onboard data collected, and Bluetooth beacon
data flooding public spaces, will all help guide the SW to a
particular destination. It is a 3D rendering of a standing SW
with a retractable roof and robotic armsthat willallowusers
with disabilities of all typesto independently perform many
more daily living activities. We believe that given liability
concerns, SWs in the future should be treated like PEVs that
are registered and insured. Users should be certified, or
licensed, for operation after passing a standardized
wheelchair skills test .
VI. CONCLUSION
The proposed systems are made ease and helpful for the old
age patient especially physically challenged people. This
provide independent patient mobility for indoor tasks, such
as moving to and placing a person on a toilet or bed, and lift
assistance for tasks, such as accessing kitchen or other tall
shelves. The smart mobile for healthcaresystemaimstohelp
patients to consult anywhere doctors, and doctors to follow
up patient’s requests and data transformation using WSBN.
Keeping in mind to serve the needy in user friendly manner,
a simple android application is used for communication and
control the trolly/wheel chair
VII. REFERENCES
[1].Park, KeeHyun& Lim, SeungHyeon, (2012)“Construction
of a Medication Reminder Synchronization System basedon
Data Synchronization”, International Journal of Bio-Science
and Bio-Technology, Vol.4, No. 4, pp1-10.
[2] J. S. Nguyen. A Smart Wheelchair System using a
Combination of Stereoscopic and Spherical Vision Cameras.
PhD thesis, Univ. Technol.,Sydney, 2012.
[3] S. P. Levine, D. A. Bell, L. A. Jaros, R. C. Simpson, Y. Koren,
and J. Borenstein. The navchair assistive wheelchair
navigation system. IEEE Trans. Rehabil. Eng., 7(4):443–451,
Dec. 1999.
[4] R. Murakami, Y. Morales, S. Satake, T. Kanda, and H.
Ishiguro. Destination unknown: Walking side-by-side
without knowing the goal. pages 471–478, 2014
[5] E. Takano, Y. Kobayashi, and Y. Kuno. Multiple robotic
wheelchair system based on the observation of
circumstance. 18th Korea-Japan Joint WorkshopFrontiersof
Comput. Vision, pages 222–226, 2012.
[6] S. Iida and S. Yuta. Vehicle command system and
trajectory control for autonomous mobile robots. Proc.
IEEE/RSJ Int. Workshop Intell. Robots and Syst., Intell. for
Mech. Syst., 1:212–217, 1991.
[7] Q. Li, W. Chen, and J. Wang. Dynamic shared control for
humanwheelchair cooperation. In 2011 IEEE Int. Conf.
Robot. and Auto., pages 4278–4283, May 2011.
[8] K. Ohno, T. Tsubouchi, B. Shigematsu, and S. Yuta.
Differential GPS
and odometry-based outdoor navigation of a mobile robot.
Adv. Robot.,18(6):611–635, 2004.
[9] E. North, J. Georgy, U. Iqbal, M. Tarbochi, and A.
Noureldin. Improved inertial/odometry/GPS positioning of
wheeled robots even in GPS denied environments. Global
Navigation Satellite Syst.: Signal, Theory and Applicat.,
11:257–278, Feb. 2012.
[10] H. M. La, R. S. Lim, B. B. Basily, N. Gucunski, J. Yi, A.
Maher, F. A. Romero, and H. Parvardeh. Mechatronic and
control systems design for an autonomous robotic system
for high-efficiency bridge deck inspection and evaluation.
IEEE Trans. Mechatronics, 18(6):1655–1664, Apr. 2014.
[11] H. M. La, N. Gucunski, S.H. Kee, J. Yi, T. Senlet, and L.
Nguyen. Auton. robotic system for bridge deck data
collection and anal. 2014 IEEE/RSJ Int. Conf. Intell. Robots
and Syst., pages 1950–1955, Sept. 2014.
[12] H. M. La, R. S. Lim, B. B. Basily, N. Gucunski, J. Yi, A.
Maher, F. A. Romero, and H. Parvardeh. Auton. robotic
system for high-efficiency non-destructive bridge deck
inspection and evaluation. 2013 IEEE Int. Conf. Auto.Sci.and
Eng., pages 1053–1058, 2013.
[13] T. Rofer, C. Mandel, and T. Laue. Controlling an
automated wheelchair via joystick/head-joystick supported
by smart driving assistance. In 2009 IEEE Int. Conf. Rehabil.
Robot., pages 743–748, Kyoto Japan, Jun. 2009
[14] P. Viswanathan, J. J. Little, A. K. Mackworth, and A.
Mihailidis. Adaptive navigation assistance for visually-
impaired wheelchair users. In Proc. IROS 2011 Workshop
New and Emerg. Technol. in Assistive Robot., San Francisco,
CA, USA, Sept. 2011.
[15] T. Padir. Towards personalized smart wheelchairs:
Lessons learned from discovery interviews. In 2015 37th
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2601
Annu. Int. Conf. IEEE Eng. In Medicine and Biology Soc.,
Milan, 2014.
[16] Bourhis G, Horn O, Habert O, and Pruski A. An
autonomous vehicle for people with motor disabilities. IEEE
Robot. & Auto. Mag., 8(1):20–28, Mar. 2001.
[17] R. S. Sutton and A. G. Barto. Reinforcement Learning:An
Introduction.The MIT Press, Cambridge, Massachusetts,
1998.
[18] L. P. Reis, B. M. Faria, S. Vasconcelos, and N. Lau. Invited
paper: Multimodal interface for an intell.wheelchair.volume
325 of Lecture
AUTHORS BIOGRAPHIES:
L. Subhashree is currently pursuing
final Year in the department of
Electronics and Communication
Engineering at Alpha College of
Engineering, Anna University in
Chennai, Tamilnadu, India. She is very
much interested Research and
Development in the field of Wheelchair
smart system. And International conferences.
D.Sruthiraj is currently pursuing final
Year in the department of Electronics
and Communication Engineering at
Alpha College of Engineering, Anna
University in Chennai, Tamilnadu,
India. She is very much interested
Research and Development in the field
of Wheelchair smart system. And
International conferences.
S. Vinitha is currently pursuing final
Year in the department of Electronics
and Communication Engineering at
Alpha College of Engineering, Anna
University in Chennai, Tamilnadu,India.
She is very much interested Research
and Development in the field of
Wheelchair smart system. and
International conferences.

More Related Content

What's hot

Smart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairSmart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairIJLT EMAS
 
Performance analysis of voice operated wheel chair
Performance analysis of voice operated wheel chairPerformance analysis of voice operated wheel chair
Performance analysis of voice operated wheel chaireSAT Publishing House
 
IRJET- IoT based Smart Sensing Wheelchair to Assist in Healthcare
IRJET- IoT based Smart Sensing Wheelchair to Assist in HealthcareIRJET- IoT based Smart Sensing Wheelchair to Assist in Healthcare
IRJET- IoT based Smart Sensing Wheelchair to Assist in HealthcareIRJET Journal
 
The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...IJERA Editor
 
Low Cost Self-assistive Voice Controlled Technology for Disabled People
Low Cost Self-assistive Voice Controlled Technology for Disabled PeopleLow Cost Self-assistive Voice Controlled Technology for Disabled People
Low Cost Self-assistive Voice Controlled Technology for Disabled PeopleIJMER
 
IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET Journal
 
IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...
IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...
IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...IRJET Journal
 
IRJET- Automatic Footbridge Platform System on Railway Platform
IRJET- Automatic Footbridge Platform System on Railway PlatformIRJET- Automatic Footbridge Platform System on Railway Platform
IRJET- Automatic Footbridge Platform System on Railway PlatformIRJET Journal
 
Traffic Management Near U-Turns to Avoid Accidents
Traffic Management Near U-Turns to Avoid AccidentsTraffic Management Near U-Turns to Avoid Accidents
Traffic Management Near U-Turns to Avoid AccidentsPoojaKumar84
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...IJERD Editor
 
Shirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research PaperShirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research PaperChamila Wijayarathna
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control systemeSAT Publishing House
 
HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRNoufal Nechiyan
 
Wheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslllWheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslllMajd Khaleel
 
Gesture control wheel chair 1
Gesture control wheel chair 1Gesture control wheel chair 1
Gesture control wheel chair 1Vishal Bagla
 
accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...Shareef Dudekula
 

What's hot (20)

Smart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairSmart Voice Controlled Wheelchair
Smart Voice Controlled Wheelchair
 
Performance analysis of voice operated wheel chair
Performance analysis of voice operated wheel chairPerformance analysis of voice operated wheel chair
Performance analysis of voice operated wheel chair
 
A9399109119
A9399109119A9399109119
A9399109119
 
FINAL report
FINAL reportFINAL report
FINAL report
 
IRJET- IoT based Smart Sensing Wheelchair to Assist in Healthcare
IRJET- IoT based Smart Sensing Wheelchair to Assist in HealthcareIRJET- IoT based Smart Sensing Wheelchair to Assist in Healthcare
IRJET- IoT based Smart Sensing Wheelchair to Assist in Healthcare
 
The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...The Design and Implementation of a Vest Made For Visually Handicapped Which R...
The Design and Implementation of a Vest Made For Visually Handicapped Which R...
 
Voice operated wheel chair
Voice operated wheel chairVoice operated wheel chair
Voice operated wheel chair
 
Low Cost Self-assistive Voice Controlled Technology for Disabled People
Low Cost Self-assistive Voice Controlled Technology for Disabled PeopleLow Cost Self-assistive Voice Controlled Technology for Disabled People
Low Cost Self-assistive Voice Controlled Technology for Disabled People
 
IRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification SystemIRJET- College Bus Tracking and Notification System
IRJET- College Bus Tracking and Notification System
 
IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...
IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...
IRJET- Railway Platform based on PLC Circuit for Physically Challenged People...
 
IRJET- Automatic Footbridge Platform System on Railway Platform
IRJET- Automatic Footbridge Platform System on Railway PlatformIRJET- Automatic Footbridge Platform System on Railway Platform
IRJET- Automatic Footbridge Platform System on Railway Platform
 
Traffic Management Near U-Turns to Avoid Accidents
Traffic Management Near U-Turns to Avoid AccidentsTraffic Management Near U-Turns to Avoid Accidents
Traffic Management Near U-Turns to Avoid Accidents
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...
 
Shirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research PaperShirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
Shirsha Yaathra - Head Movement controlled Wheelchair - Research Paper
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control system
 
HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIR
 
Wheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslllWheelchair is guided by voice commandslll
Wheelchair is guided by voice commandslll
 
Gesture control wheel chair 1
Gesture control wheel chair 1Gesture control wheel chair 1
Gesture control wheel chair 1
 
accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...accelerometer based direction controlled wheel chair using gesture technology...
accelerometer based direction controlled wheel chair using gesture technology...
 
Line Follower Final Report
Line Follower Final ReportLine Follower Final Report
Line Follower Final Report
 

Similar to IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medical Applications

Esert the complete system design to make railway traffic effective, safer a...
Esert   the complete system design to make railway traffic effective, safer a...Esert   the complete system design to make railway traffic effective, safer a...
Esert the complete system design to make railway traffic effective, safer a...eSAT Journals
 
L.E.D (LifeFone for Elderly and Disabled)
L.E.D (LifeFone for Elderly and Disabled)L.E.D (LifeFone for Elderly and Disabled)
L.E.D (LifeFone for Elderly and Disabled)IRJET Journal
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET Journal
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET Journal
 
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIRJET Journal
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET Journal
 
IRJET- Emergency Navigation System using Mobile Computing
IRJET-  	  Emergency Navigation System using Mobile ComputingIRJET-  	  Emergency Navigation System using Mobile Computing
IRJET- Emergency Navigation System using Mobile ComputingIRJET Journal
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...IRJET Journal
 
SMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREA
SMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREASMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREA
SMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREAIRJET Journal
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGIRJET Journal
 
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
F B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATIONF B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATION
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATIONIJCI JOURNAL
 
Blind spot detection with automatic steering
Blind spot detection with automatic steeringBlind spot detection with automatic steering
Blind spot detection with automatic steeringeSAT Journals
 
IRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET Journal
 
IRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep LearningIRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep LearningIRJET Journal
 
Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...journalBEEI
 
IRJET- Application for Keen Transporation and Crisis Framework
IRJET-  	  Application for Keen Transporation and Crisis FrameworkIRJET-  	  Application for Keen Transporation and Crisis Framework
IRJET- Application for Keen Transporation and Crisis FrameworkIRJET Journal
 
IRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET Journal
 
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET Journal
 

Similar to IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medical Applications (20)

Esert the complete system design to make railway traffic effective, safer a...
Esert   the complete system design to make railway traffic effective, safer a...Esert   the complete system design to make railway traffic effective, safer a...
Esert the complete system design to make railway traffic effective, safer a...
 
L.E.D (LifeFone for Elderly and Disabled)
L.E.D (LifeFone for Elderly and Disabled)L.E.D (LifeFone for Elderly and Disabled)
L.E.D (LifeFone for Elderly and Disabled)
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation System
 
IRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually ImpairedIRJET- Smart Assistive Device for Visually Impaired
IRJET- Smart Assistive Device for Visually Impaired
 
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
IRJET- Emergency Navigation System using Mobile Computing
IRJET-  	  Emergency Navigation System using Mobile ComputingIRJET-  	  Emergency Navigation System using Mobile Computing
IRJET- Emergency Navigation System using Mobile Computing
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...
 
SMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREA
SMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREASMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREA
SMART DEAF AND BLIND PASSENGER VOICE ALERT SYSTEM IN PUBLIC AREA
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
 
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
F B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATIONF B ASED  T ALKING  S IGNAGE FOR  B LIND  N AVIGATION
F B ASED T ALKING S IGNAGE FOR B LIND N AVIGATION
 
Blind spot detection with automatic steering
Blind spot detection with automatic steeringBlind spot detection with automatic steering
Blind spot detection with automatic steering
 
IRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A ReviewIRJET- A Leading Hand for the Blind –A Review
IRJET- A Leading Hand for the Blind –A Review
 
IRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep LearningIRJET- Smart Wheelchair with Object Detection using Deep Learning
IRJET- Smart Wheelchair with Object Detection using Deep Learning
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...Methodologies and evaluation of electronic travel aids for the visually impai...
Methodologies and evaluation of electronic travel aids for the visually impai...
 
IRJET- Application for Keen Transporation and Crisis Framework
IRJET-  	  Application for Keen Transporation and Crisis FrameworkIRJET-  	  Application for Keen Transporation and Crisis Framework
IRJET- Application for Keen Transporation and Crisis Framework
 
IRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage Follower
 
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

IRJET- A Survey of Trolley/Wheelchair based Smart System for Exclusive Medical Applications

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2595 A SURVEY OF TROLLEY/WHEELCHAIR BASED SMART SYSTEM FOR EXCLUSIVE MEDICAL APPLICATIONS L.Subhashree1, D.Sruthiraj2, S.Vinitha3, Joeljosephson4 1, 2, 3 UG Scholars, Department of Electronics & Communication Engineering, Alpha College of Engineering, Chennai, Tamilnadu, India 4 Assistant Professor, Department of Electronics & Communication Engineering, Alpha College of Engineering, Chennai, Tamilnadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract: A smart trolley (ST) is a power trolley (PT) to which computers, sensors (Proximity Inductive), and assistive technology (Arduino Controller, Bluetooth) are attached.This paper aims to provide a complete state-of-the-art overview of ST research trends. We expect that the information gathered in this study will enhance awareness of the status of ST technology. The proposed system is designed to provide better service for the patients, kids and aged people. It consists of a trolley provided with DC Geared Motors which is controlled through Android App or Voice Command. The trolley is sent and received where it is utilized by providing the needy by medicine, food and other supplies. This makes the aged one or the needy partially independent, still there must beapersonto place the supplies on the trolley. Keywords — Smart Trolley (ST), power trolley (PT), Sensors, Assistive Technology (Arduino Controller, Bluetooth) I.INTRODUCTION The main objective of the project isto serve rebiddedpeople who are completely dependent on theircare-taker.Nowdays there are many home care centers where nurses or some care taker are sent to the needy by hiring them.Usuallythese home care centers are not afforded by all the people as it becomes a little costlier. This “Smart Trolley For Medication And Health Care” provides an opportunity for the person who in need of medication, food and other supplies time to time on the daily basis making them partially independent by reducing the work load of the care taker. As it comes to a daily basis system the person knows well about the time of the medication and other required supplies for him and accesses the device for himself by using an open source application where one can easily make use of the device.The Smart Trolley consists of a trolley which is the main equipment used for serving the rebidded people or the needy. It can also be used to serve old people having difficulties. The device is operated through an app which is connected to the equipment through Bluetooth. The trolley has three wheels where the rear wheels are operated using motor and the front wheel is ancestor. The trolley is sent from one place to another which is a predefined path metal mounted. On reaching the destination alerts the care taker for the supply. There is enough time provided at the destination to place the supplements on the trolley and the trolley comes back the original place that is to the patient or to the needy. The time taken to travel and the halt time are predefined. There can be as many different paths to travel say room-1, room-2 and so on. The trolley is also provided with shelf where the frequent requirements are kept. Being easy to operate by all age people with various option provided it is adapted easily and bought into use. The operating modes range from autonomous to semiautonomous depending on the abilities of the user and the task at hand. There are four types  Machine learning  Following  Localization and mapping  Navigational assistance A. Machine learning What makes a wheelchair smart is not just a collection of hardware, but specialized computer algorithmsthatprovide the artificial intelligence needed to make split-second decisions about where the wheelchair is heading, and what might be in its way. Some examples of machine learning in SWs include the use of neural networks to detect obstacles [2], and reproduce pretaught routes,some use obstacle density histograms to combine information from sonar sensors, and joystick input from the user [3]; while others use rule based approaches. B . Following The ST can track the companion’s body position/orientation using laser range sensors based on Kalman filter and data association estimate the guide’sfootprint. Based on position data of the footprint, a cubic spline generates a target path for the wheelchair. The wheelchair is controlledsothatitcan move along the guide footprint at a constant gap between the wheelchair and the guide. In another case, a new methodology was developed [4] that allows a wheelchair, which does not have a prior knowledge of the companion’s destination, to move with companions collaboratively using a destination estimation model based on observations of human’s daily behaviors. To serve a large group of people with disabilities at the same time, multi-wheelchair formation controls were developed to enable easy communication with companions [5]. Controlling the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2596 wheelchairs while maintaining formation is donebyplotting a path p defined by the model trajectory, and then calculating a path for each wheelchair (p1; p2) a small distance from p [6], [7]. C. Localization and mapping A major challenge is the development of a robust, reliable localization and navigation system in both indoor and outdoor environments. Since the ST needsto safely navigate on roads/sidewalks, it is required that the localization accuracy be within a range of a few centimeters. The main challenge for outdoor localization is that the global positioning systems (GPS) are not always reliable and robust, especially in tree covered environments. The GPS measurements are integratedwithattitudeinformationfrom the onboard inertial measurement unit (IMU)toenhancethe localization accuracy. Moreover, the developed navigation system also fuses the GPS/IMU measurements with the wheel odometry information through an extended Kalman filter (EKF) design [8], [9]. Utilizing the odometry-enhanced fusion, the SW will achieve high-accuracylocalizationevenin GPS-denied environments[10]–[12]. the timesequence(T1- T5) illustrates the ST advancing into a previously uncharted room, continuously building a map, and keeping a record of obstacles for later reference when they are out of range of vision. Between frames1 and 2 the pilot turnsside to side to collect data. D. Navigational assistance An elegant application of semi autonomous obstacle avoidance was accomplished by Rofer et al. 2009 13] for a rear wheel drive ST, where the front active castorwheelsare always rotated by motors to match the orientation of the current driving direction. Viswanathan et al 2011. [13] run multiple processes in a distributed fashion on a Nimble Rocket TM that serve people with visual impairments particularly well. i. Collision Detector: detects frontal collisions and stopsthe wheelchair if an object is detected within a distance of approximately 1 meter, preventing motioninthedirectionof the obstacle through the controller. ii. Path Planner: given a global map of the environment and initial position estimate, visual odometry produce the optimal route to the specified goal location. The trajectoryis analyzed to determine deviations from the optimal route as well as upcoming turns iii. Prompter: uses a Partially Observable Markov Decision Process (POMDP) to determine the optimal prompting strategy. Specifically, this module estimatestheusers’ability level to navigate to the goal independently based on past errors, and responsiveness to prompts in order to select appropriate audio prompts to assist the users in navigation. In each operating mode, a huge number of achievements have been made to improve the ST’s functionality. Due to current sensor capabilities limiting autonomous navigation to indoor environments, combining all of the above advancements can result in autonomousnavigationthrough all environments. II. WORK PLAN A. SMART TROLLEY / WHEEL CHAIR FOR MEDICATION AND HEALTH CARE  The program is loaded into the arduino Unoanditis interfaced with smart phone using Bluetooth module (HC-05)  The electronic hardware such as L298 Driver, HC- 05 Bluetooth module, Ultrasonic sensor, Buzzer,DC Motor, Inductive proximity sensor are interfaced with arduino  The input is given through open source application and the trolley operates accordingly  The trolley comes to the original position after carrying necessities  The trolley is operated for different cases and required changes can be done accordingly Fig.1 The block diagram consists of ArduinoUno,HC-05Bluetooth module, Ultrasonic sensor, Buzzer, L298D DriverandMotor. The entire circuit is interfaced with mobile phone using HC- 05 Bluetooth module. The input is given through mobile phone and is processed by arduino Uno. The L298D driver drives the motor according to the input given to the processor. The buzzer is provided for two purpose, one on reaching the destination and another on case of any obstacle in the path. The ultrasonic sensor detects the obstacle and the path is detected by proximity inductive sensor. B. TROLLEY/WHEEL CHAIR WITH HEALTH MONITORING SYSTEM USING IOT The controlling of the Trolley/wheelchair is through an android application which is connecting via Wi-Fi module and through a manual joystick which is fixed on the handsof the chair, using these two will decrease the dependency of
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2597 user on another person. We have also equipped our chair with infrared sensors which will help to avoid accidents happening due to obstacles. Sensors will respond to the nearing obstacle and eventually commands will be forwarded to the microcontroller (ATMega328) enabling desired further motion. This system also includes a health monitoring system which monitors health of the user and forward that to the application. Fig.2 C. SMART MOBILEHEALTHCARESYSTEMBASEDON WBSN AND 5G The basic functions of a smart healthcare applicationinclude ECG waveform and display pulse and oxygen in blood [26], body temperature [27], [28], etc. Also through smart phone screen or printed paper media, indication as well as simple user interface through buttons. More features, such as patient record storage through convenient media, multiple levelsof diagnostic capabilitiesare alsoassistingdoctorsand people without specific trainings to understand how to use smart IoT healthcare application and their indications conditions. Smart wireless body sensors networks (WBSN) are applications that measure Pulse and Oxygen in Blood. Results can be saved for future reference and track of multiple people with individual profiles can be kept, this application has access to the following: Wireless network communication, Full network access, allows the application to create network sockets and use custom network protocols. The android interface receives data from WBSN through Wi-Fi, ZigBee or Bluetooth, so this permission is required to send data through the Web. The access to Bluetooth, ZigBee or Wi-Fi settings, allows the application to configure the local device, and to discover remote devices. Network allows the application to view information about network connections such as which networks is connected. Fig.3 D. SMART TROLLEY/WHEELCHAIR FOR DIFFERENTLY-ABLED PEOPLE USING BIO-SIGNALS Rehabilitation devices have been an integral part of the differently-abled people's life since time immemorial. Various mechanical rehabilitation devices have been developed so far. We aim to construct a Trolley/wheelchair which would be controlled by eye winking and wouldenable those unable to move their limbs to control and manoeuvre their wheel chair. Fig.4 This project is one small step forward in the vast avenue of “Human Machine Interface” (HMI). There are various biological signals emitted from the human body viz. EEG, EOG, EMG etc. In this project our main focus is on the acquisition and analysis of EEG waves so that it can be used as an input to drive a D.C motor which in turn drives the subject’s wheelchair. The idea is based on the fact that whenever we wink or close our eyes, our eyeball moves in the upward direction in the
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2598 socket and thus a substantial potential differenceisobtained in our EEG pattern thereby making the data set computable for further calculations. One point to be noted here is that the project deals with the sheer control of wheelchair in the four cardinaldirectionsi.e. forward backward right and left and does not Endeavour to develop any other sort of motions. V. LINE FOLLOWING TROLLEY The main objectives of the line following trolley is A. Save man costs Wages are one of the major costs of operating a business, especially in hospitality industry which involves plenty of personalized services. Replacingmenbymachinesforsimple jobslike delivery could reduce costs incurred. Time can also be saved for staff to travel around. B. Provide accurate and reliable services The trolley can travel on a fix route and locate the positions where it is required to stop. For example, a trolley can travel on a hospital floor and stop in front of each room. The positioning is accurate and the route is rather fixed. As routine work is quite simple and standard, a programmed machine is able to finish the job without having human careless errors. This provides reliable services for users. C. Adapt to different purposes The machine should have a flexible design for adapting to different usages. For hospitals, the machine can be used to carry bed sheets, towels, toiletriesand clothes.Forhospitals, food can be delivered to patient’s table with satisfied temperature if heating plates are installedonthemachine.In this case, the machine can be served as temporary oven as well. For elderly care centers, machine canbemodifiedinto a bigger size with powerful motor for transporting heavy medical equipment like blood pressure machine and electrocardiogram machine. A trolley can simply satisfy different purposes conveniently. Therefore, a model car is used to demonstrate instead of using a real trolley with high power motors for carrying heavy load. It is believed that the same idea can be adapted to different kinds of usage with some modification. Most of the design is based on the ideaof human following robot, which the trolley can follow human with luggage loaded. There are two kinds of algorithms are used for developing line following trolley A. Linear model Algorithm B. PID Control Algorithm A. Linear model Algorithm There are two sensors. The line can be sensed by both the sensors. If both sensors sense the line, the robot goes forward. The robot turns left if the left sensor detects the line, and vice versa (below Fig) Fig.5 B .PROPORTIONAL INTEGRAL AND DERIVATIVE (PID) CONTROL ALGORITHM A more practical algorithm is called PID control. It is a common loop feedback control used in many control systems. It needs not to sway very much in order to keep its center in line with the track as well. The robot would move more smoothly and stable. Therefore, it improves efficiency and saves power. The mechanism is to unceasingly calculate the error value and tries to reduce the error over time by adjusting some controllable items, which means the motors of the robot in this case. Error represents the distance between the acceptable setpoint and the actual position of the robot from the line. Fig.6
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2599 SYSTEM STRUCTURE Fig.7 Detecting stage represents the process that how the robot recognizes the line which it has to follow. IR sensors are responsible to detect the line and translate the voltage into signals. Then signals are sent to the microprocessor for calculation. In computing stage, the microprocessorrunsthe dedicated programme and computesthemovementitshould be done in order to keep the trolley on the track. Lastly, the motion stage states what movement the robot would do. It depends on the results done in computing stage. After the robot makes a movement, the sensors continue to keep tracking the line, which takes back to detecting stage. It is a loop of process which runs continuously, so that the robot keeps following the line until it is told to stop VI. FUTURE WORK A study conducted by Worcester Polytechnic Institute(WPI) [15] showed that users who are accustomed to their wheelchairs have little to no tolerance for the failures of “new features,” which means full autonomy plays an important role in users’ acceptability. Overall, people are open to using a robot that assists them in performing a task in an environment with other humans. These”Co-robots” provide their user with independent mobility. STshavetobe safe and their operations must be reliable under any conceivable circumstance. This is especially true for STs, where the user has a disability and may be quite frail. To emphasize these trends, we propose and discuss the following future directions which would be the prioritiesfor ST research. A. Autonomous Navigation Current PT users still have many difficulties with daily maneuvering tasks , and would benefit from an automated navigation system. Future ST userswill beabletoselectfrom several autonomous or semi-autonomousoperating modes, using the input methods they are most comfortable with. They will direct their ST to navigate along preprogrammed routeswith little physical or cognitiveeffortindoorsandout, passing through doors and up-and-down elevators. The ST will communicate with the user when it is appropriate in order to reduce anxiety, and build an individualized profile. These profiles will track such variables as preferred input method, wheeling speed, turning speed, and amount of verbal feedback, just to name a few. Fig.8 One of the downsides of the earlier work in STs and autonomousdriving [16] hasbeen that the environmenthad to be permanently modified in order for the wheelchair to navigate independently. Future research plans should focus on developing novel navigation algorithms to allow STs to autonomously and safely navigate in complexenvironments. These are not trivial tasks since they require online calibration and sensor fusion of multiple sensor sources including laser scanners, camera, IMU, encoder and GPS, etc. Fortunately, the navigation algorithms developed for STs could inherit the advanced performances of previousworks on autonomousnavigation for therobotsandorautonomous cars. B. Human-Smart Wheelchair Interaction Model The human-ST interaction model plays a vital role in the formation of a ST. The reinforcement learning technique [17], [18] could be utilized to build an efficient interaction model between user and ST. The developed model may take into account sensor feedbacks, such asfromEmotivesensors and various environment sensing sensors including Oculus virtual reality sensors, laser scanners, cameras and global positioning system (GPS). The ST uses these control signals to navigate and operate its robotic arms. Human user thinking will be captured and analyzed throughanadvanced signal processing model. The output signals will control the operations of the ST including wheel motors as well as robotic arms. A shared control scheme couldbedevelopedto allow effective collaboration between user and ST, aswellas to adapt ST’s assistance to the variations in user performance and environmental changes. A real-time Multi-Modal Perception (MMP) model shouldbe used to deal with uncertainty in sensing, which is one of the most enduring challenges. The perceptual challenges are particularly complex, because of the need to perceive, understand, and react to human activity in real-time. The range of sensor inputs for human interaction is far larger than for most other robotic domains in use today. MMP inputs include human thought, speech and vision,etc.,which are major open challenges for real-time data processing. Computer vision methods processing human-oriented data
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2600 such as facial expression and gestures recognition will need to be developed to handle a vast range of possibleinputsand situations. Additionally, language understanding and dialog systems between human users and STs have to be investigated MMP can obtain an understanding of the connection between visual and linguistic data. C. Smart Wheelchair with Smart Home SWs will be integrated into the smart home, providing a seamless user experience and control over all household appliances. When the users are outdoor a retractable roof will provide shelter from the elements, and additionalsafety at night while driving in traffic. Optical stereoscopic and spherical vision imagery will be combined with infrared laser data to produce a virtual point cloud matrix of the user’s surroundings. Objects in the matrix are identified using machine vision, visual tracking, and gesture recognition algorithms. Localization information from the IMU and GPS, onboard data collected, and Bluetooth beacon data flooding public spaces, will all help guide the SW to a particular destination. It is a 3D rendering of a standing SW with a retractable roof and robotic armsthat willallowusers with disabilities of all typesto independently perform many more daily living activities. We believe that given liability concerns, SWs in the future should be treated like PEVs that are registered and insured. Users should be certified, or licensed, for operation after passing a standardized wheelchair skills test . VI. CONCLUSION The proposed systems are made ease and helpful for the old age patient especially physically challenged people. This provide independent patient mobility for indoor tasks, such as moving to and placing a person on a toilet or bed, and lift assistance for tasks, such as accessing kitchen or other tall shelves. The smart mobile for healthcaresystemaimstohelp patients to consult anywhere doctors, and doctors to follow up patient’s requests and data transformation using WSBN. Keeping in mind to serve the needy in user friendly manner, a simple android application is used for communication and control the trolly/wheel chair VII. REFERENCES [1].Park, KeeHyun& Lim, SeungHyeon, (2012)“Construction of a Medication Reminder Synchronization System basedon Data Synchronization”, International Journal of Bio-Science and Bio-Technology, Vol.4, No. 4, pp1-10. [2] J. S. Nguyen. A Smart Wheelchair System using a Combination of Stereoscopic and Spherical Vision Cameras. PhD thesis, Univ. Technol.,Sydney, 2012. [3] S. P. Levine, D. A. Bell, L. A. Jaros, R. C. Simpson, Y. Koren, and J. Borenstein. The navchair assistive wheelchair navigation system. IEEE Trans. Rehabil. Eng., 7(4):443–451, Dec. 1999. [4] R. Murakami, Y. Morales, S. Satake, T. Kanda, and H. Ishiguro. Destination unknown: Walking side-by-side without knowing the goal. pages 471–478, 2014 [5] E. Takano, Y. Kobayashi, and Y. Kuno. Multiple robotic wheelchair system based on the observation of circumstance. 18th Korea-Japan Joint WorkshopFrontiersof Comput. Vision, pages 222–226, 2012. [6] S. Iida and S. Yuta. Vehicle command system and trajectory control for autonomous mobile robots. Proc. IEEE/RSJ Int. Workshop Intell. Robots and Syst., Intell. for Mech. Syst., 1:212–217, 1991. [7] Q. Li, W. Chen, and J. Wang. Dynamic shared control for humanwheelchair cooperation. In 2011 IEEE Int. Conf. Robot. and Auto., pages 4278–4283, May 2011. [8] K. Ohno, T. Tsubouchi, B. Shigematsu, and S. Yuta. Differential GPS and odometry-based outdoor navigation of a mobile robot. Adv. Robot.,18(6):611–635, 2004. [9] E. North, J. Georgy, U. Iqbal, M. Tarbochi, and A. Noureldin. Improved inertial/odometry/GPS positioning of wheeled robots even in GPS denied environments. Global Navigation Satellite Syst.: Signal, Theory and Applicat., 11:257–278, Feb. 2012. [10] H. M. La, R. S. Lim, B. B. Basily, N. Gucunski, J. Yi, A. Maher, F. A. Romero, and H. Parvardeh. Mechatronic and control systems design for an autonomous robotic system for high-efficiency bridge deck inspection and evaluation. IEEE Trans. Mechatronics, 18(6):1655–1664, Apr. 2014. [11] H. M. La, N. Gucunski, S.H. Kee, J. Yi, T. Senlet, and L. Nguyen. Auton. robotic system for bridge deck data collection and anal. 2014 IEEE/RSJ Int. Conf. Intell. Robots and Syst., pages 1950–1955, Sept. 2014. [12] H. M. La, R. S. Lim, B. B. Basily, N. Gucunski, J. Yi, A. Maher, F. A. Romero, and H. Parvardeh. Auton. robotic system for high-efficiency non-destructive bridge deck inspection and evaluation. 2013 IEEE Int. Conf. Auto.Sci.and Eng., pages 1053–1058, 2013. [13] T. Rofer, C. Mandel, and T. Laue. Controlling an automated wheelchair via joystick/head-joystick supported by smart driving assistance. In 2009 IEEE Int. Conf. Rehabil. Robot., pages 743–748, Kyoto Japan, Jun. 2009 [14] P. Viswanathan, J. J. Little, A. K. Mackworth, and A. Mihailidis. Adaptive navigation assistance for visually- impaired wheelchair users. In Proc. IROS 2011 Workshop New and Emerg. Technol. in Assistive Robot., San Francisco, CA, USA, Sept. 2011. [15] T. Padir. Towards personalized smart wheelchairs: Lessons learned from discovery interviews. In 2015 37th
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2601 Annu. Int. Conf. IEEE Eng. In Medicine and Biology Soc., Milan, 2014. [16] Bourhis G, Horn O, Habert O, and Pruski A. An autonomous vehicle for people with motor disabilities. IEEE Robot. & Auto. Mag., 8(1):20–28, Mar. 2001. [17] R. S. Sutton and A. G. Barto. Reinforcement Learning:An Introduction.The MIT Press, Cambridge, Massachusetts, 1998. [18] L. P. Reis, B. M. Faria, S. Vasconcelos, and N. Lau. Invited paper: Multimodal interface for an intell.wheelchair.volume 325 of Lecture AUTHORS BIOGRAPHIES: L. Subhashree is currently pursuing final Year in the department of Electronics and Communication Engineering at Alpha College of Engineering, Anna University in Chennai, Tamilnadu, India. She is very much interested Research and Development in the field of Wheelchair smart system. And International conferences. D.Sruthiraj is currently pursuing final Year in the department of Electronics and Communication Engineering at Alpha College of Engineering, Anna University in Chennai, Tamilnadu, India. She is very much interested Research and Development in the field of Wheelchair smart system. And International conferences. S. Vinitha is currently pursuing final Year in the department of Electronics and Communication Engineering at Alpha College of Engineering, Anna University in Chennai, Tamilnadu,India. She is very much interested Research and Development in the field of Wheelchair smart system. and International conferences.