Conference PaperPDF Available

Design of Automated Solar Floor Cleaner using IOT

Authors:
978-1-6654-8695-8/22/$31.00 ©2022 IEEE
Design of Automated Solar Floor Cleaner using
IOT
K ManiRaj
Department of Electronics and
Communication Engineering
MLR Institute of Technology,
Hyderabad, India
manirajk@mlrinstitutions.ac.in
Pallavi Madamanchi
Department of Electronics and
Communication Engineering
MLR Institute of Technology,
Hyderabad, India
indiapallavimadamanchi257@gmail.com
Kiran Dasari
Department of Electronics and
Communication Engineering
MLR Institute of Technology,
Hyderabad, India
kirandasarinitw@mlrinstitutions.ac.in
Meghana Lanka
Department of Electronics and
Communication Engineering
MLR Institute of Technology,
Hyderabad, India
meghanalanka2412@gmail.com
Banoth Ravi
Department of Electronics and
Communication Engineering
MLR Institute of Technology,
Hyderabad, India
mlrit.bravi@gmail.com
Bittu Kumar
Department of Electronics and
Communication Engineering
MLR Institute of Technology,
Hyderabad, India
bittu.mlrit@gmail.com
Abstract—Technology makes cleaning more intelligent and
accessible. Future energy sources will become saturated and
run out. Instead of using nonrenewable energies, consider solar
power. Today, practically every field uses solar energy.
Cleaning is one household task that never becomes obsolete
and welcomes new technology. Floors are cleaned with
broomsticks, vacuum cleaners, and advanced robot cleaners
like Roomba. Middle-age vacuum cleaners and even advanced
robotic cleaners are too expensive for low and middle-class
consumers. Traditional vacuum cleaners reduce the amount of
human energy needed to clean floors, but the user must remain
behind the machine to direct the suction pipe to dusty areas.
These vacuum cleaners are likewise plugins, meaning they can
only be used while plugged in. Solar energy is used to charge
the battery, which powers the driving circuit. This cleaner uses
Arduino-Uno and Motor driver L293D. This designed solar
floor cleaner is driven autonomously with sensor
communication by recognizing obstructions and avoiding
them. Another Bluetooth module lets the user steer the cleaner
to any desired area. This module accepts commands and drives
the model. This household and outdoor cleaner provide easy
and rapid cleaning. It avoids regular vacuum cleaners' 'plugin
and use' method by self-moving and cleaning concurrently.
Thus, automated solar floor cleaners have efficient cleaning
benefits and uses.
Keywords—Solar energy, Arduino, ultrasonic sensor, obstacle
avoidance, IOT.
I. INTRODUCTION
Every manual activity has been and is still being made
easier using advanced technologies. Likewise, floor cleaning
activity has also become easier using vacuum cleaners long
ago. It helped humans in terms of the energy put by them in
cleaning. However, vacuum cleaners still need continuous
human involvement to handle the vacuum pipe where the
dust-sucking effort is minimized for the Human as taking
the pipe to dust filled area is the only prime task for any user.
Any useful appliance requires some energy to work
(electrical energy). Similarly, these vacuum cleaners also
need electrical energy to work only when they are plugged
in for supply. To avoid the mentioned types of efforts
(human effort, electricity), we have designed an automated
solar floor cleaner that does both cleaning and self-driving
using portable cleaner and ultrasonic sensors. The developed
cleaner also has a Bluetooth module connected to the
Arduino-Uno in the circuit also to ensure user connectivity
when required. The battery used for driver IC L293D and
Arduino circuit for moving the wheels' motors is charged
with a solar panel. This cleaner has three ultrasonic sensors
placed in a circular arrangement on the base of the cleaner to
cover all round obstacles in the path. This ensures
minimizing human involvement in moving the cleaner
always and can also navigate the cleaner to any desired
location whenever required occasionally through Bluetooth
module HC-05. Thus, this development can do the tasks
mentioned above relatively low cost.
In this paper, section II presents a detailed literature
survey about this work. Section III shows the method which
is used in this work. Section IV describes the results and
discussion parts of this paper. Finally, section V concludes
the results presented in this paper and includes the future
scope of the works.
II. LITERATURE SURVEY
By studying the various research papers, we have figured
out the design to implement an automated solar floor
cleaner. Considering all the relatively existing research
works, we have chosen the same research areas after
studying the literature survey about the automatic solar floor
cleaner. In [1], authors have collectively developed a system
with the connectivity of Arduino with Bluetooth Module and
a servo motor to rotate mops and clean the floor. They used
L293D motor driver in their research works to run the wheels
of their model. They have also included one ultrasonic sensor
in the research work for prior floor surveillance. The final
summary of their paper is to make it possible for users to
drive the cleaner towards dust-filled areas even by standing
far away. They had a mopping feature in the paper also. It
was most prominently projecting the Bluetooth navigation of
the cleaner in the published paper.
In [2], authors have worked on Ultrasonic Sensor
Assessment for Obstacle Avoidance in Quad copter-based
Drone Systems. Since this work is more related to ultrasonic
sensor usage for avoiding obstacles in the drone system,
though this work contains the development of a drone
system, it has so much reliability with obstacle avoidance in
the path using ultrasonic sensors. This paper speaks about
2022 International Conference on Advancements in Smart, Secure and Intelligent Computing (ASSIC) | 978-1-6654-6109-2/22/$31.00 ©2022 IEEE | DOI: 10.1109/ASSIC55218.2022.10088311
Authorized licensed use limited to: NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL. Downloaded on May 01,2023 at 06:27:01 UTC from IEEE Xplore. Restrictions apply.
how ultrasonic sensors are reliable for obstacle avoidance.
Here they have achieved complete autonomy of the drone
using ultrasonic sensors. It is a direct reference, but it is
applied to a cleaner using Arduino-Uno, where this paper
shows the ultrasonic sensors connected with arduino pro
mini. In [3], the authors have worked collectively to develop
an autonomous solar-powered lawn mower using ultrasonic
sensors. The paper is about developing a fully automated
lawn mower machine using solar energy and ultrasonic
sensors to avoid any obstacles. The authors have used
Arduino-Uno m ic rocon tr oller to act as the center
component.
III. M
ETHODS
Fig.1 Arduino-Uno micro co nt ro lle r
For connecting all the further components like motor
drivers, and sensors in the circuit, they have materialized this
Thought to make lawn cleaning an easy task and even relax
the Human from doing these kinds of works in open places.
Fig.2 Arduino-Uno
Fig.1 and Fig.2 show the Arduino-Uno microcontroller
and Arduino-Uno board, respectively. Arduino-Uno board is
used as the center unit. The microcontroller connects all the
ultrasonic sensors and motor driver IC L293d to create
movement of the cleaner. The Arduino-Uno board’s receiver
and transmitter pins are also connected to the Bluetooth
module for user connectivity when required.
Fig.3 Solar Panel
Fig.3 shows the Solar panel. It absorbs sunlight and
converts the taken solar energy into electrical energy. We
used a solar panel having ten-watt output power with 12v
charging capacity. We have also kept a diode connected
with solar-battery wires to avoid reverse energy flow after
the battery's complete charging.
Fig.4 Ultrasonic sensor HC-SR04
Fig.4 shows the HC-SR04 Ultrasonic sensor. This sensor
is used to detect any presence of objects in front of it. We
used three ultrasonic sensors in our cleaner to detect all
round obstacles. This sensor works on producing an
ultrasonic burst (sound wave), and when an echo is heard by
the sensor back in reflection, it assumes the presence of some
obstacle. The Bluetooth Module is used as a connected
user mode of navigation besides fully automatic mode. It is
included in the circuit only to give the user the privilege to
navigate the cleaner to any desired location occasionally
when the user feels. The transmitter pin and receiver pin of
the arduino uno are connected to the receiver and transmitter
pins of HC-05. This way, we can control the cleaner's
controlling mode of operation.
Fig.5 12V battery
The Fig.5 shows the 12v rechargeable battery used in the
circuit which is charged using solar energy. The power from
this battery is given to the voltage regulator to supply it to
the driver IC L293D and further to the wheel motors.
Fig.6 Portable Vacuum Cleaner
Fig.6 shows the portable vacuum cleaner, which does the
cleaning part in the developed cleaner by sucking the dust on
the floor through the vacuum. This portable vacuum cleaner
runs on its batteries of two 1.5-volt batteries. The sucked
dust is collected in the bottom part of the cleaner.
Fig.7 L293D Motor Drive
Fig.7 shows the motor driver IC L293D which is
connected to both Arduino-Uno microcontroller and the
motors of the wheels. The motor driver IC takes care of
wheel movement, resulting in cleaner movement. The
methodology of this work includes analyzing the
requirements initially. The next step is designing the
connections and step-to-step connectivity analysis. The third
Authorized licensed use limited to: NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL. Downloaded on May 01,2023 at 06:27:01 UTC from IEEE Xplore. Restrictions apply.
step is implementing and filing the results. The next step is
verifying it with the expected results and correcting the
results in case of any mismatches. In the process, we figured
out the block diagram which is shown in Fig.8.
Fig.8 Block Diagram
Solar panel’s positive and negative wires are
connected to the battery’s positive and negative terminals,
respectively, with a diode in between to direct the correct flow
of energy from the panel to the battery while charging. The
charged 12v battery is used to give supply voltage 5v to
Arduino-Uno, L293D motor driver IC. The L293D motor
driver connects the two-wheel motors kept for wheel
movements. Meanwhile, the portable vacuum cleaner set up
in the cleaner also does its cleaning part [11-17]. In our
research, there are two modes of operation: the controlling
mode of operation and the automatic mode of operation.
The controlling mode requires a Bluetooth module, whereas
the automatic mode doesn’t need additional support.
Obstacle avoidance is done automatically by the cleaner
itself. The pin diagram is shown in the Fig.9 below obstacle.
The Fig.9 shows the detailed pin connections followed in
the circuit. The three ultrasonic sensors are placed in the
same circular way with canter microcontroller as Arduino-
Uno. The connections from Arduino-Uno are drawn to
almost all the other components like motor driver IC, wheel
motors, Bluetooth module, Voltage Regulator and also to an
IR sensor used in the circuit for stair case detection. These
sensors are all used to detect obstacles in the path and avoid
them and clean the floor. The working flow of ultrasonic
sensor is shown in the Fig.10.
Fig.9 Detailed Pin Diagram
Fig.10 Ultrasonic sensor work flow
The three ultrasonic sensors are designed in three
different ways. Where, the front sensor, when it detects an
obstacle, will take a right. The left sensor takes a right if it
detects any obstacle, and the right takes a right to avoid the
loss [17-22].
IV. RESULT
AND
DISCUSSION
The Solar Panel is observed to charge the 12v battery
from 9.85v to 12v within 5-Hours of good sunlight. Figs.11
and 12 show how we changed our battery when it drained
from 10.5v to 12v.
Fig.11 Battery observed at 9.85v
The following figure i.e., Fig.11, is captured after leaving
this in reasonable sunlight for 5.5-Hours. The battery reading
was observed to be 12v. The developed model is prepared to
work as per the mentioned methodology. The arduino code is
written for ultrasonic sensors for obstacle avoidance. The
Arduino code is developed for running motors resulting in
wheel movement. The connection between HC-05 module
and Arduino makes it possible to navigate through Arduino
Bluetooth Controller application.
The battery used for creating the cleaner's movement is
charged using the solar panel. The solar panel is considered a
Authorized licensed use limited to: NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL. Downloaded on May 01,2023 at 06:27:01 UTC from IEEE Xplore. Restrictions apply.
charger for the battery in the model. The ultrasonic sensor
reacts to the obstacles and takes an immediate counter-
movement in the automatic mode of the cleaner. Thus the
model is tested and can collect dust on the floor.
Fig.12 shows the model developed with wheels and
portable vacuum cleaner mounted first on the cleaner's base
with ultrasonic sensors circularly. The bottom picture of the
developed cleaner is shown in Fig.13. In this figure, the
vacuum bottom part is also visible, and the wheel mounting
at the bottom is shown. The developed cleaner looks as
shown in Fig.14, with a covered top and a battery and solar
panel switch.
Fig.12 Model with sensors mounted on base and portable vacuum cleaner
Fig.13 Bottom part of the cleaner
Fig.14 Completed picture of the cleaner.
V. CONCLUSION
The model is able to work and collect dust properly using
both automated and controlled modes of operation. The
developed model can be used as a floor cleaning assistant
during a power crisis. This cleaner helps in minimizing
human involvement, unlike traditional vacuum cleaners. It
avoids ‘plugin and use’ as it charges itself through its
solar panel. This cleaner is used for easy and relaxed
cleaning since it has two operation modes. The use of
innovative advancements reduces the cost significantly
and the human effort in floor cleaning. Small steps in
technological advancement like this will have a higher
impact in the long run in future. This system can further
be automated fully by including live monitoring to make
it fully hands-free from Human. By including live
monitoring, the cleaner itself checks for dust and
navigates itself with the help of ultrasonic sensors, and the
system can further be developed as a fully automated floor
cleaning tool which doesn’t even demand navigating
support like in the current model and does the cleaning
process by its own.
REFERENCES
[1]
Pawan Kumar Ramkisson, Anshu Prakash Murdan, ‘A smart
autonomous floor cleaner with an Android based controller’ 978-l-
7281-5707-8/20/$31.00 ©2020 IEEE.
[2]
Suherman, Suherman, Rizky Ananda Putra, and Maksum Pinem.
"Ultrasonic sensor assessment for obstacle avoidance in
quadcopter-based drone system." In 2020 3rd International
Conference on Mechanical, Electronics, Computer, and Industrial
Technology (MECnIT), pp. 50-53. IEEE, 2020.
[3]
Ankit Sharma, Arsh Kashyap, Viswajeet Yadav, J. Silkson John,
Siddhant Mohan Dash, Design and Analysis of solar powered
Automated Lawn mower with vacuum cleaner’ and published in
2022(IEEE).
[4]
Ravikumar P., Abirami K, Anushiya R., Elakkiya M., Harshidha
P. R , Solar Powered Unmanned Cleaning Robot, International
Journal of Engineering and Advanced Technology (IJEAT) ISSN:
2249-8958 (Online), Volume-9 Issue-6, August 2020.
[5]
Jens-Steffen Gutmann , Kristen Culp , Mario E. Munich and Paolo
Pirijanian. The Social impact of a systemantic floor cleaner. In
IEEE International workshop on advance robotics and its social
impacts, Technische University munchen, Germany May 21-23,
2012.
[6]
John, J. Silkson, Siddhant Mohan Dash, Ankit Sharma, Arsh
Kashyap, and Vishwajeet Yadav. "Design and Analysis of Solar
powered Automated Lawn mower with Vacuum Cleaner." In 2022
International Conference on Advances in Computing,
Communication and Applied Informatics (ACCAI), pp. 1-5. IEEE,
2022.
[7]
Ehlers, Kevin, Justin Eng, Nicholas Gallo, Matthew Kelley,
Jonathan Lung, and Brian Weitzenkamp. "Dual Axis Solar
Tracker with Automated Cleaning System." (2022).
[8]
Panwar, Vikas Singh, Anish Pandey, and Md Hasan. "Design and
fabrication of a novel concept-based autonomous controlled solar
powered four-wheeled Floor Cleaning Robot for wet and dry
surfaces." International Journal of Information Technology (2022):
1-10.
[9]
Patel, Kanubhai K. "Design of Efficient Intelligent Autonomous
Surface Cleaner." In 2022 IEEE World Conference on Applied
Intelligence and Computing (AIC), pp. 103-108. IEEE, 2022.
[10]
Cecchetti, Gabriele, and Anna Lina Ruscelli. "Monitoring and
Automation for Sustainable Smart Greenhouses." In 2022 IEEE
International Conference on Smart Computing (SMARTCOMP),
pp. 381-386. IEEE, 2022.
[11]
Bittu Kumar, "Comparative Performance Evaluation of Greedy
Algorithms for Speech Enhancement System" Fluctuation and
Authorized licensed use limited to: NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL. Downloaded on May 01,2023 at 06:27:01 UTC from IEEE Xplore. Restrictions apply.
Noise Letters, Vol-20, no-02, Sept. 2020.
[12] Bittu Kumar, " Real-time Performance Evaluation of Modified
Cascaded Median based Noise Estimation for Speech
Enhancement System" Fluctuation and Noise Letters, vol -18, no-
04, Feb 2019.
[13] Bittu Kumar, "Comparative performance evaluation of MMSE-
based speech enhancement techniques through simulation and
real-time implementation” International Journal of Speech
Technology, vol -21, no- 04, Dec. 2018.
[14] Sandeep Kumar, Bittu Kumar, Neeraj Kumar, " Speech
Enhancement techniques: A Review " Rungta International
Journal of Electrical and Electronics Engineering, Vol. 1, no. 1,
2016.
[15] Haribabu, K., Prasad, S.V.S., Satish Kumar, M.,An IOT based
smart home automation using LabVIEW, Journal of Engineering
and Applied Sciences, 13 (6), pp. 1421-1424, 2018.
[16] Gaber, T., & Zhang, N. (2011, February). Fair and abuse-free
contract signing protocol supporting fair license reselling. In 2011
4th IFIP International Conference on New Technologies, Mobility
and Security (pp. 1-7). IEEE.
[17] Tharwat, A., Gaber, T., Awad, Y. M., Dey, N., & Hassanien, A. E.
(2016). Plants identification using feature fusion technique and
bagging classifier. In The 1st International Conference on
Advanced Intelligent System and Informatics (AISI2015),
November 28-30, 2015, Beni Suef, Egypt (pp. 461-471). Springer,
Cham.
[18] Sivani, T., & Mishra, S. (2022). Wearable Devices: Evolution and
Usage in Remote Patient Monitoring System. In Connected e-
Health (pp. 311-332). Springer, Cham.
[19] Mohapatra, S. K., Mishra, S., Tripathy, H. K., & Alkhayyat, A.
(2022). A sustainable data-driven energy consumption assessment
model for building infrastructures in resource constraint
environment. Sustainable Energy Technologies and Assessments,
53, 102697.
[20] Mishra, S., Jena, L., Tripathy, H. K., & Gaber, T. (2022).
Prioritized and predictive intelligence of things enabled waste
management model in smart and sustainable environment. PloS
one, 17(8), e0272383.
[21] Tripathy, H. K., Mishra, S., Suman, S., Nayyar, A., & Sahoo, K.
S. (2022). Smart COVID-shield: an IoT driven reliable and
automated prototype model for COVID-19 symptoms tracking.
Computing, 1-22.
[22] Suman, S., Mishra, S., Sahoo, K. S., & Nayyar, A. (2022). Vision
Navigator: A Smart and Intelligent Obstacle Recognition Model
for Visually Impaired Users. Mobile Information Systems, 2022.
Authorized licensed use limited to: NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL. Downloaded on May 01,2023 at 06:27:01 UTC from IEEE Xplore. Restrictions apply.
Article
Full-text available
Collaborative modelling of the Internet of Things (IoT) with Artificial Intelligence (AI) has merged into the Intelligence of Things concept. This recent trend enables sensors to track required parameters and store accumulated data in cloud storage, which can be further utilized by AI based predictive models for automatic decision making. In a smart and sustainable environment, effective waste management is a concern. Poor regulation of waste in surrounding areas leads to rapid spread of contagious disease risks. Traditional waste object management requires more working staff, increases effort, consumes time and is relatively ineffective. In this research, an Intelligence of Things Enabled Smart Waste Management (IoT-SWM) model with predictive capabilities is developed. Here, local sinks (LS) are deployed in specified locations. At every instant, the current status of smart bins in each LS is notified to users to determine the priority level of LS to be emptied. Based on aggregated sensor values for the three smart bins, LS weight and poison gas value, the priority order of emptying LS is computed, and decision is made whether to notify the users with an alert message or not. It also helps in predicting the LS, which is likely to be filled up at a faster rate based on assigned timestamp. This model is implemented in real time with many LS and it was observed that bins, which were close to more crowded sites filled up faster compared to sparse populated areas. Random forest algorithm was used to predict whether an alert notification is to be sent or not. An average mean of 95.8% accuracy was noted while using 60 decision trees in random forest algorithm. The average mean execution latency recorded for training and testing sets is 13.06 sec and 14.39 sec respectively. Observed accuracy rate, precision, recall and f1-score parameters were 95.8%, 96.5%, 98.5% and 97.2% respectively. Model buildup and the validation time computed were 3.26 sec and 4.25 sec respectively. It is also noted that at a threshold value of 0.93 in LS level, the maximum accuracy rate reached was 95.8%. Thus, based on the prediction of random forest approach, a decision to notify the users is taken. Obtained outcome indicates that the waste level can be efficiently determined, and the overflow of dustbins can be easily checked in time
Article
Full-text available
Vision impairment is a major challenge faced by humanity on a large scale throughout the world. Affected people find independently navigating and detecting obstacles extremely tedious. Thus, a potential solution for accurately detecting obstacles requires an integrated deployment of the Internet of Things and predictive analytics. This research introduces “Vision Navigator,” a novel framework for assisting visually impaired users in obstacle analysis and tracking so that they can move independently. An intelligent stick named “Smart-fold Cane” and sensor-equipped shoes called “Smart-alert Walker” are the main constituents of our proposed model. For object detection and classification, the stick uses a single-shot detection (SSD) mechanism, which is followed by frame generation using the recurrent neural network (RNN) model. Smart-alert Walker is a lightweight shoe that acts as an emergency unit that notifies the user regarding the presence of any obstacle within a short distance range. This intelligent obstacle detection model using the SSD-RNN approach was deployed in real time and its performance was validated in indoor and outdoor environments. The SSD-RNN model computed an optimum accuracy of 95.06% and 87.68% indoors and outdoors, respectively. The model was also evaluated in the context of users’ distance from obstacles. The proposed SSD-RNN model had an accuracy rate of 96.4% and 86.8% for close and distant obstacles, respectively, outperforming other models. Execution time for the SSD-RNN model was 4.82 s with the highest mean accuracy rate of 95.54% considering all common obstacles.
Article
Full-text available
IoT technology is revolutionizing healthcare and is transforming it into more personalized healthcare. In the context of COVID-19 pandemic, IoT`s intervention can help to detect its spread. This research proposes an effective “Smart COVID-Shield” that is capable of automatically detecting prevalent symptoms like fever and coughing along with ensuring social distancing norms are properly followed. It comprises three modules which include Cough Detect Module (CDM) for dry cough detection, Temperature Detect module (TDM) for high-temperature monitoring, and Distance Compute Module (DCM) to track social distancing norm violator. The device comprises a combination of a lightweight fabric suspender worn around shoulders and a flexible belt wrapped around the waist. The suspender is equipped with a passive infrared (PIR) sensor and temperature sensor to monitor persistent coughing patterns and high body temperature and the ultra-sonic sensor verify 6 feet distance for tracking an individual's social distancing norms. The developed model is implemented in an aluminum factory to verify its effectiveness. Results obtained were promising and reliable when compared to conventional manual procedures. The model accurately reported when body temperature rises. It outperformed thermal gun as it accurately recorded a mean of only 4.65 candidates with higher body temperature as compared to 8.59% with the thermal gun. A significant reduction of 3.61% on social distance violators was observed. Besides this, the latency delay of 10.32 s was manageable with the participant count of over 800 which makes it scalable.
Article
As per economic development and urbanization, there is a touchy impact on energy consumption for commercial building infrastructures. Energy consumption analysis of commercial buildings plays an important role in building energy management because it helps to evaluate the energy efficiency of buildings. Therefore, a sustainable energy consumption approach is highly significant and effective. With advancements in technology, it is feasible to design and deploy an intelligent computational model that can efficiently perform in a limited resources-driven territory. Thus, a computationally optimized data-driven approach that utilizes advanced data analytics with minimum computing resources such as processing speed, memory consumption, and sampling rate can be helpful in sustainably estimating energy consumption. In our work, we applied different data pre-processing techniques to handle huge input data and standardized our model using z-score and min–max normalization techniques. The results show that the random forest regressor model performs optimum results for commercial building energy consumption. Our model training and validation latency is only 0.82 sec and 1.14 sec respectively. Predicted accuracy with data pre-processing followed by data standardization and optimization is 0.9375. Regarding the error rate, the recorded R square value, median absolute error, and mean absolute error were 0.82, 0.22, and 0.29 respectively. Therefore, the proposed computationally optimized data-driven model can be more productive in regulating energy consumption in urban building infrastructures with limited computing resources.
Chapter
Technology has brought a lot of changes to mankind which made even the complicated things easier. With the advancement of science and technology, machines have become intelligent and are widely used. Development has been made in various fields including healthcare, medicines and public-health. Recent advances in healthcare provides an efficient, cost-effective and intelligent way of monitoring health and other activities. Wearables play an important role in making this possible. Though these devices look small in structure but possess powerful medical sensors that helps in monitoring person’s health conditions. With the evolution of medical science and technology, the wearables have been incorporated with multiple different sensors so that they can keep track of a wide range of activities like—cardiovascular disease, blood oxygen level, body temperature measurement and activity monitoring system including many others. These devices can be connected to smart phones and also lets people to save the results for future reference. In this study, the need for using wearables in healthcare and how it can change the future of medical systems have been discussed. A case study on how wearables can help patients as well as doctors is presented. This paper also includes research challenges and future scope.
Article
The modern domestic robot performs various tasks such as floor-cleaning, food serving, picking and placing of things like luggage and goods, etc., and this type of work is usually tedious, boring, and repetitive. Therefore, an intelligent robot is required, which can perform these types of tasks without any human intervention. In the field of cleaning robots, most of the researches have used the bump sensor-based vacuum cleaner system as a principle cleaning device. The vacuum-based cleaning robot can clean only dry dirt or dust, and another arrangement needs to be made for the wet cleaning process. Therefore, in this present work, we tried to design and fabricate the sensor-based autonomous controlled solar powered differential driven four-wheeled Floor Cleaning Robot (FCR), which performs wet and dry cleaning operations simultaneously. The double shaft DC geared motor with a cleaning brush has been attached to the front side of the chassis, and it works as a dry-cleaning unit. Similarly, the four DC geared motors attached with the scrubber have been fitted below the chassis of the FCR for the wet cleaning process. The sensor-actuator control system has been embedded in the microcontroller of the FCR to control the steering angle (direction) of the FCR autonomously by using the sensor data interpretation. The independent DC geared motors control the motion and orientation of the FCR. Subsequently, the kinematic and dynamic equations have been briefly described and presented. These equations help the differential driven four-wheeled FCR to avoid the obstacles during the cleaning process and provide stability during navigation. Further, experimental studies demonstrate the effectiveness and efficiency of the proposed FCR in real environments.
Article
Today, households are becoming smarter and automated. Soon, the non-renewable sources that are used today are going to get exhausted. So, the usage of renewable source of energy is very important. The aim of this project is to develop solar powered unmanned cleaning robot (SPUCR) without human guidance. The developed SPUCR is equipped with dry cleaning technology and controlled by Arduino mega microcontroller. The SPUCR navigates in all direction with the help of motors connected to the wheel. Obstacle sensor is used to detect the obstacles and helps the SPUCR in self-navigation. The LDR fixed with solar panel is used for sensing the solar light and convert it to battery voltage. The status of the battery is displayed using LCD. The IR sensor detects the Vacuum Cleaner status and sends the message via GSM. The location of SPUCR can be found using GPS. All the data are sent to the cloud with the help of WI-FI module. The technology is developed, and usage of smart phone has become wider. So, the navigation, location, battery level and light intensity of the Solar Powered Unmanned Cleaning Robot (SPUCR) can be monitored using the data stored in the cloud and displayed in android app application. The developed project is useful for dry cleaning by the residents and workers. The robot moves by itself without continuous human guidance and cleans the house or office. Thus, saving a lot of time and making it convenient and useful.