Intel Edison Baby Monitor

by MichaelS649 in Circuits > Sensors

725 Views, 10 Favorites, 0 Comments

Intel Edison Baby Monitor

CgwKHtOUgAAdkeC.jpg

We developed a baby monitoring system that goes far beyond most products on the market. Using multiple sensors like water sensors, vibration, and a camera you can monitor your new human with ease, publishing data to your own web server in preparation for Dr. appointments.

Setting Up the Edison Board

Grove-starter-kit.jpg

You'll use the Arduino expansion board for this. The details are outlined very well by the folks over at Intel. I suggest that you follow their instructions here, so that you can be sure you have the latest firmware updates and IDEs.

Installing Water Sensor

400px-Twig_-_Water_Sensor.jpg

In addition to the Arduino breakout board, we used the Grove Starter kit with contains the 96B-05GROVE-C where you an attach multiple sensors. One sensor not included is the Grove Water Sensor mounted with the code from Github. This is just the start.

Sound Sensor

sound-sensor.jpg

With this code, you can implement the sound sensor and set to a threshold level to activate an LED or a buzzer.

Air Quality Sensor

airquality.jpg

While we initially planned to use the C++ code here on the Intel IoT devkit Github, which allows for data to be pushed to the cloud. The Arduino code located here on the SEEED Wiki, throws an ATR error that I wasn't able to fix. In the end, to make it work, I ended up just using the Arduino example code AnalogReadSerial to verify the sensor was working. This pushes the values to a serial monitor. Where you can, like the sound sensor, implement thresholds to trip a buzzer. This sensor cannot distinguish between the various harmful gases like Carbon Monoxide or acetone.