Skip to content

A sensor that helps parents monitor and soothe their crying baby.

Notifications You must be signed in to change notification settings

edytk/babyMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Baby Monitor

BabyMonitor, is a prototype of a sensor that detects when the baby is crying, and automatically alerts the parents via a phone call, and starts playing lullaby with a simple light touch to soothe the baby.

The current version is a working prototype, which showcases the main ideas. The main design goal is not re-inventing Baby Monitor, but to illustrate how to build the sensor using Arduino.

Project Layout

  • /Docs contains the Arduino circuit diagram and the final prototype.
  • /babyMonitor contains the Arduino sketch.

Required Materials

  • Arduino UNO
  • Breadboard
  • Jumper Wires
  • Sound Detector
  • Arduino GSM Shield
  • Piezo Buzzer
  • 2x LED
  • 2x 560Ω Resistor
  • Box or children's toy

Connecting the components

  • Attach the GSM Shield to Arduino UNO.
  • Connect the Sound Detector red cable (+) in Arduino digital pin #5 and black cable (-) into ground pin.
  • Connect the Piezo Buzzer red cable (+) in Arduino digital pin #8 and black cable (-) into ground pin.
  • Connect the Sound Detector (+) in Arduino digital 3.5V and black cable (-) into ground pin, and Pin A0 to pin #5.
  • Connect and Set the LEDs in pin #12 and #11 to light-up.
  • "Twinkle Twinkle Little Star" is the melody that have been used in this project, you can costumize your own melody by going through this tutorial.
  • Put the sensor inside a box or a children's toy.

Circuit Diagram

The full schematic of our completed prototype will look like the following:

ScreenShot

The Hardware prototype

ScreenShot

ScreenShot

Demo

This video showcases a working prototype of BabyMonitor Sensor.

License

MIT license.

About

A sensor that helps parents monitor and soothe their crying baby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages