0% found this document useful (0 votes)
29 views6 pages

Paper Document

about smart cradle

Uploaded by

Sahithi Marella
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views6 pages

Paper Document

about smart cradle

Uploaded by

Sahithi Marella
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Evaluation of an IoT-Enabled Smart Cradle

System for Enhanced Baby Monitoring


Mrs Priyanka Pandarinath1 Sahithi Marella2 , Gunnala Swathi3, Nellutla Anvitha4
Assistant Professor, Scholar, Scholar, Scholar
Department of Computer Science and Engineering,
Nalla Narasimha Reddy Education Society's Group of Institutions, Hyderabad, India
playing soothing music can now be enhanced with
technology. This paper introduces the design and
implementation of a “Smart Baby Cradle,” which
Abstract--- In today’s fast-paced, modern world, utilizes a sound sensor to detect when a baby is crying
parents often face significant challenges in and initiates automated responses aimed at comforting
balancing their professional responsibilities with the infant. The system activates gentle rocking of the
the demands of child monitoring and nurturing. cradle using a servo motor and plays calming lullabies
Our project addresses these challenges by through an integrated speaker. Additionally, a buzzer
developing an IoT-based Smart Cradle Monitoring serves as a backup alarm, notifying parents in case of
System, designed to assist parents in ensuring their any critical situations. This solution is designed to be
child's well-being while they are working. The cost-effective and practical, offering parents a way to
smart cradle features an automatic swinging ensure their baby’s comfort and safety, even when they
mechanism that activates upon detecting the sound are temporarily away. By automating key caregiving
of a baby crying, soothing the baby promptly functions, the Smart Baby Cradle provides peace of
without requiring immediate parental mind and valuable support in modern parenting.
intervention. Additionally, a web camera provides
continuous video surveillance, allowing parents to II. RELATED RESEARCH
monitor their child remotely in real-time through
dedicated alerts. The system leverages IoT Numerous automated systems for infant care have
technology to connect various components, been proposed in recent years, focusing on
including an Arduino microcontroller, Raspberry technologies that reduce the need for continuous
Pi high-sensitivity sound sensors, and a motorized parental attention. For example, Hu and Gui (2019)
swinging mechanism. This integration ensures developed an adaptive rocking mechanism for cradles
seamless operation and remote access, offering based on artificial intelligence, which responded to an
peace of mind to working parents. By upgrading infant’s movements. Wong (2018) proposed a voice-
traditional cradles with modern electronics, our detection-based cradle rocker that automatically
project provides a reliable and efficient solution responded to a baby’s cry by triggering gentle
that enhances child care, ensuring both the child’s motions. Levy and Bhiwapurkar (2021) developed a
well-being and the parent’s peace of mind. This cry-detection module integrated into an automated
smart cradle is designed to alleviate the challenges cradle that incorporated pre-recorded calming voices.
faced by working parents, offering superior results These solutions, while innovative, often rely on
compared to conventional cradles, and helping complex or expensive components, making them less
parents focus on their work while being reassured accessible to a wide range of users. In contrast, the
of their child's safety and comfort. proposed "Smart Baby Cradle" focuses on using
Keywords— Internet of Things, Sensors, Actuators. simple, widely available components to achieve a
similar level of automation and care.

A. Components

I. INTRODUCTION 1. 1. Raspberry Pi 4: The Raspberry Pi 4 serves as the


central processing unit of the smart cradle system,
Modern-day parenting comes with significant coordinating all inputs from sensors and outputs to
challenges, particularly in balancing time and ensuring actuators. It handles the sound detection, video
constant supervision of infants. As more parents juggle monitoring, cradle rocking, and music playback,
professional commitments and household replacing the Arduino microcontroller. The Raspberry
responsibilities, the demand for smart, automated Pi 4 is powerful enough to run a full operating system
systems that can monitor and comfort babies has grown.
Traditional methods like manually rocking the cradle or
and allows integration with camera modules, sensors, A. Components
and other peripherals.
2. 1. Sound Sensor: The key element of the system, the
3. 2. Arduino Uno: sound sensor, is responsible for detecting a baby's cry. It
The Arduino Uno is a widely used microcontroller monitors the surrounding sound levels and compares
board built around the ATmega328P chip. Known for them to a pre-defined threshold. When the sound level
its ease of use and flexibility, it caters to both surpasses this limit, such as in the case of a baby crying,
beginners and advanced users. The board is equipped the sensor sends a signal to the Arduino microcontroller,
with 14 digital I/O pins, including 6 that support which then activates the automated responses. The
PWM output, and 6 analog input pins, offering a wide sensor's sensitivity can be adjusted to minimize false
range of possibilities for interfacing with different triggers from background noise.
sensors and peripherals.

3. Sound Sensor:
A sound sensor is employed to identify when the baby
is crying. It constantly monitors the ambient noise
levels, and once the sound surpasses a predefined
threshold—indicative of a baby's cry—it sends a
signal to the Arduino. This signal prompts the
Arduino to initiate the corresponding automated
response actions.

4. Buzzer: Figure:Sound Sensor


The buzzer is a key alert component. When the baby
cries for an extended period or if there is an issue that 1. 2. Buzzer: The buzzer serves as an important safety
needs parental attention, the buzzer is activated to feature. If the baby continues crying for an extended
notify the parents. This ensures that the system is not period or if the sound exceeds an abnormal level, the
entirely autonomous and that parents are alerted in buzzer is activated to alert parents that further attention
situations where intervention is necessary. is needed. This feature ensures that parents are promptly
informed if automated responses, such as cradle rocking
5. Servo Motor: or music playback, are not enough to soothe the baby.
The servo motor is responsible for the automatic
rocking of the cradle. Upon receiving a signal from
the Arduino, the motor gently rocks the cradle,
replicating the motion that parents typically use to
soothe a crying baby. The speed and duration of the
rocking can be adjusted based on the baby’s needs.

6. Jumper Wires:
Jumper wires are used to connect the components,
including the sound sensor, buzzer, speaker, and servo
Figure:Buzzer
motor, to the Arduino. These wires ensure that signals
are correctly transmitted between the Arduino and the
3. Servo Motor: The servo motor is responsible for the
components, enabling the system to function
gentle rocking motion of the cradle. Upon receiving a
seamlessly.
signal from the Arduino, the motor swings the cradle at
a soothing pace. This rocking motion is designed to
III. METHODOLOGY
replicate the natural movements used by parents when
comforting a baby. The system allows parents to adjust
The "Smart Baby Cradle" system relies on a minimal set
the speed and duration of the rocking via a mobile
of components, each selected for its specific role in
application.
detecting and responding to an infant’s cry. The
components work together to ensure the baby is
comforted without requiring immediate parental action.
Figure:Servo Motor
Figure: Arduino Uno
4. Raspberry Pi 4: acts as the central control unit in
the smart cradle system, receiving input from the sound
sensor and managing the other components, including
the servo motor, speaker, and buzzer. Upon detecting IV. ARCHITECTURE
the baby’s cries, the Raspberry Pi triggers the servo
motor to gently rock the cradle, plays soothing music The architecture of the Smart Baby Cradle integrates
through the speaker, and activates the buzzer to alert each component into a cohesive system controlled by
caregivers. Its powerful processing capability allows for the Arduino microcontroller. The system's flow is as
real-time monitoring and responses, ensuring the system follows:
reacts efficiently to the baby's needs. With the flexibility
of its GPIO pins, the Raspberry Pi can control multiple  Sound Detection: The sound sensor
devices while offering the ability to program in continuously monitors the surrounding
languages like Python and C++. This versatility also environment, specifically for a baby's cry.
supports future enhancements, such as integrating AI Once a cry is detected, the sensor sends a
for advanced cry detection or adding cloud-based signal to the Arduino.
remote monitoring.  Automatic Soothing Actions: The Arduino
activates the servo motor to rock the cradle and
triggers the music speaker to play soothing
sounds. The system is designed to provide an
immediate and calming response to the baby’s
distress.
 Safety Alert Mechanism: If the baby’s crying
persists or the sound sensor detects a loud
noise that could indicate a problem, the buzzer
is triggered.

This ensures that parents are alerted in situations where


Figure: Raspberry Pi
further intervention may be necessary.
5. Arduino Uno: The Arduino Uno is a highly versatile
microcontroller board that serves as an excellent
foundation for a wide range of electronic and embedded
systems projects. Its user-friendly design and extensive
community support make it a popular choice for
educational purposes, where it helps teach the
fundamentals of electronics and programming. In
prototyping, the Arduino Uno is invaluable for
developing and testing new ideas, from interactive
devices to home automation systems. It enables
seamless integration with various sensors for real-time
data monitoring and can control actuators like motors
and servos for automating tasks and creating robotic
systems.
Figure: Smart Cradle Monitoring the part of the user. So, it can adapt very much to
various environments such as homes or day care
centers with low or varying noise levels, respectively.
During stress testing, the system has been subjected to
extended periods of high noise levels and frequent
activations of sensors to test its robustness. The
results showed the system works without showing any
wear on the components or failure at all. In addition,
the functionality added by the servo motor is the
automatic rocking of the cradle based on specific
triggers such as a crying baby, which enhances
general usefulness of the system.
The environmental testing also revealed that the
system is highly resistant to temperature changes and
variations in humidity levels, thus allowing its
utilization in different climatic settings. The energy
Figure: Smart Cradle Monitoring Architecture consumption while operating the system was also
checked; this indicates that the system is energy-
friendly as it consumes very low power, even for
V. EVALUATION extended usage. This is done without boosting
household energy costs considerably over the long
The system integrates a Raspberry Pi, webcam, term.
Arduino microcontroller, buzzer, and servo motor to In this respect, the system was checked for
form a responsive monitoring and alert solution. In compatibility-a very essential test-to ensure that the
this design, the Raspberry Pi captures and processes
smart home appliance system would blend well and
video through the webcam, constantly analysing the
footage for specific triggers like motion or visual work with others. For instance, the system can be
patterns. Once a relevant event is detected, the linked to mobile applications or even smart assistants
Raspberry Pi communicates with the Arduino to track and regulate functions in the cradle from a
microcontroller to execute physical actions. The distance. All these broad tests reflect the big extent of
Arduino responds by activating a buzzer, providing an the efficiency, safety, and reliability of the smart
immediate audible alert to notify users of the event. cradle monitoring system as a new generation of care
Simultaneously, the Arduino operates a servo motor, for toddlers and gives parents peace of mind and
which can be configured to adjust the camera’s
convenience.
position or perform other mechanical tasks based on
the detected conditions.
This system is ideal for applications such as security
surveillance, where detecting movement can trigger
alerts and automatic adjustments to the camera’s field
of view. It can also be used for home automation,
where the system manages devices or mechanical
functions in response to visual inputs. By combining
the video processing power of the Raspberry Pi with
the real-time control capabilities of the Arduino, this
system delivers an efficient solution for real-time
monitoring and automated response, providing both
security and operational control across various
environments.

VI. RESULT

Testing of the smart cradle monitoring system-a kit


including a buzzer, music speaker, Arduino, sound
sensor, and servo motor-at all costs to ensure the
general working, safety, and reliability carried out
functional, performance, and reliability tests besides
usability testing aimed at ensuring smooth use by the
users-the parents. It is intuitive to adjust the sound
thresholds and trigger response with minimal effort on
6
5 Secondly, the adaptability of the system in most
4 conditions is a significant advantage. For example,
3
if it has recorded that the baby cries for a longer
period, then the cradle can start shaking even
2
automatically, and the music speaker can start
1 playing some soothing melodies over which to rock
0 the baby in order to soothe it. This calms the infant
1 2 but also saves the parents from having to manually
Traditional Automatic react with such frequency. The flexibility of the
smart cradle system allows it to be applied in
Figure : Smart Cradle System Usage
numerous settings and is even accommodating to the
VII. CONCLUSION personal preferences of parents, with the option of
creating different settings according to how the baby
The integration of IoT into smart cradle systems behaves or to the amount of sound in the
brings unprecedented advancements to the surroundings.It also relies on IoT technology to
traditional baby care: The cradle changes from an report the baby's sleeping patterns, alert frequencies,
inactive soothing tool to an active, intelligent and environmental conditions. This information is
monitoring solution responsive to a baby's needs. In accessible to parents or caregivers to understand
this concept, IoT-based smart cradle systems do not their baby's needs, and a good schedule for care has
only have video monitoring in real time but also to be undertaken to cater for all of these needs. This
automate crucial responses through sensors ensures that the integration of components
integrated and the use of an Arduino associated with the cradle ensures not only comfort
microcontroller. The cradle can monitor the baby and care but useful information and continuous
when he is crying or in pain and act appropriately monitoring capabilities.The overall design of this
immediately by producing soothing mechanisms, smart cradle monitoring system, IoT enabled, is
such as music playing or gradual rocking using a focused in the interest of the best of the baby and
servo motor. It further enhances the system by still concords with added convenience and peace of
alerting the caregivers about the activity of the baby, mind for the owners. It's a powerful tool within
even if they are not directly monitoring the system, contemporary childcare because it uses real-time
with the inclusion of a buzzer.This added feature monitoring, automated responses, and data-driven
enables parents to have constant, real-time contact insights to ensure the baby's safety, comfort, and
with the baby, even from distance locations, because connectivity at all times
of the integration of the web camera into the cradle. VIII. REFERENCES
Web cameras provide live video feeds that can be
accessed using third-party applications or smart [1] Sharma, S., et al. IoT Enabled Smart Cradle
devices for checking on the baby visually at any For Infant Health Monitoring International Journal
time. This capability is specifically useful for of Recent Technology and Engineering, pp. 8, no.
working parents or someone who sometimes needs 2, 2019, pp. 98-102. doi:10.35940/ijrte. B1801.
to leave the baby for a short period but still needs 078219.
confidence regarding the safety and comfort of the
child. [2] Dhole, S., et al. Smart Cradle Design for Child
Monitoring Concept International Journal of
Computer Applications (0975 – 8887) Volume
182, no. 20, 2018, pp. 1-6.
doi:10.5120/ijca2018917629

[3] Mishra, A., et al. Baby-Monitoring Smart


Cradle with IoT Integration: A Sutha, International
Journal of Engineering and Advanced Technology
vol. 9, no. 2, 2020, pp. 123-126. doi:10.35940/ijeat.
C6196. 039320.
[4] Kaur, P., et al. Smart Cradle System for International Journal of Engineering Research &
Automation of Baby Monitoring International Technology 9.3 : 134-139. doi:
Journal of Advanced Research in Electronics and 10.17577/IJERTV9IS03007.
Communication Engineering, Vol. 9, no. 3, 2019,
pp. 233-236. doi:10.35940/ijitee. F1333. 0486S419. [9] Gupta, A. et al. "An Automated Cradle
System for Infant Surveillance via IoT."
[5] Kumar, R., et al. DOI: 10.4018/978-1-5225- International Journal of Recent Research Aspects
3079-3.ch142 International Journal of Pure and 6.2 : 49-52 .
Applied Mathematics, 93(2): pp. Rajesh, Aparna et
al. “Chlorhexidine Gluconate Bathing and Health [10]Ranjan, P. et al. "Infant Health Monitoring
Care-associated Infections: A Randomized Clinical through a Smart Cradle System." Journal of
Trial.” JAMA: The Journal of the American Theoretical and Applied Information Technology
Medical Association vol. 319,16 (2018): 4497- 98.14 : 2842-2849.
4502.
[11] Singh, R. et al., "IoT-Driven Smart Cradle
[6] Das, S., et al. Lordferrae wrote: → IoT Baby for Comprehensive Infant Monitoring,"
cradle with RBpi || Continuous infant monitoring International Journal of Advanced Research in
← Telkomnika (Telecommunication Computing Computer Science, vol. 11, no. 5, 2020, pp. 67-
Electronics and Control), 13(3):1141 – 71.
1152,2015Journal of Computer and
Communications, 2017, 05(11) vol. 8, no. 2, 2020, [12]Vinod A. et al "Real-Time Infant Monitoring
pp. 36-47. doi:10.4236/jcc. 2020. 82004. System Using Smart Cradle Technology."
International Journal of Computer Applications,
[7] Desai, A., et al. Smart Cradle for Infant Care vol. 182, no. 5, 2019, pp. 1-6.
and Monitoring ShapeBuilderFactory International Doi:10.5120/ijca2019918347.
Journal of Engineering Research & Technology,
2013/Vol. 10, no. 5, 2021, pp. 128-134.
doi:10.17577/IJERTV10IS05001.

[8] Yadav, R et al. "Smart Cradle: An Automated


System for Infant Monitoring and Safety"

You might also like