Skip to content

Dog Monitor, based on Baby Monitor. Uses Arduino.

Notifications You must be signed in to change notification settings

vap0rtranz/dogmonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Dog Monitor

Dog Monitor is a prototype sensor that detects when the dog barks, and notifies the owner via SMS text message. It also notifies on temperature and CO (carbon monoxide).

This monitor was based on Tahar's Baby Monitor prototype (tzano on Github)

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
  • 2x 560Ω Resistor
  • Arduino case / Box

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 Sound Detector (+) in Arduino digital 3.5V and black cable (-) into ground pin, and Pin A0 to pin #5.
  • Put the sensor inside a box.

Circuit Diagram

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

ScreenShot

The Hardware prototype

ScreenShot

ScreenShot

Demo

License

MIT license.

About

Dog Monitor, based on Baby Monitor. Uses Arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%