Skip to content
/ pynanny Public
forked from rayrrr/fruitnanny

Raspberry PI based baby monitor

Notifications You must be signed in to change notification settings

yakky/pynanny

Repository files navigation

main

Build Status Relase Status

Overview

Fruitnanny is a code name for a DIY geek baby monitor. It uses RaspberryPi, a NoIR camera module, infrared lights, temperature and humidity sensors, and a custom Web UI. Chrome and Firefox with native WebRTC are used as clients. Right now it means support of all major platforms like Windows, Linux, Android, MacOS and iOS soon.

This repository contains NodeJS application and configurations files.

video

How to setup instruction

https://ivadim.github.io/2017-08-21-fruitnanny/

Configuration

Modify fruitnanny_config to configure the baby monitor.

Params:

  • baby_name - baby's name to display in UI
  • baby_birthday - baby's birthday
  • temp_unit - temperature to display in Celsius (C) or Fahrenheit(F)

Restart the system after change

To update baby's picture you need to replace file public\project\img\baby.png.

How to build and run locally

  • Install nodejs
  • Run npm install
  • Run npm run grunt

About

Raspberry PI based baby monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.8%
  • HTML 23.1%
  • Dockerfile 9.4%
  • Shell 5.9%
  • Python 5.6%
  • TypeScript 5.1%
  • CSS 5.1%