The babyphone is a baby monitoring application that measures the audio noise level. If the volume exceeds a configurable threshold the phone initiates a call to a predefined phone number (the parents).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the license, or (at your option) any later version.
Screenshot of the Babyphone monitor and settings screen.
Screenshot of the Babyphone monitor and settings screen.
The application runs on the following systems:
Since the development is done using Qt, porting the application to other Qt platforms like Symbian should be possible with reasonable effort.
You can download Babyphone from Nokia Store.
Alternatively, you can use the following community repository.
The installation follows the usual sequence for Maemo devices. The application is part of the extras repository, which is preconfigured.
A beta version may be available at extra-testing. For this you may need to activate the extra-testing application catalogue in the application manager on your N900 as described here:
Babyphone package information is available in Maemo's package management interface system.
After you start the application you must configure the parent's phone number on the top of the main screen. This phone number will be called in case of loud environment. You may enter the phone number directly or look up in your address book to select one.
The two graphs below display the audio measurements on the environment. The upper graph displays the audio level. Every time you see a red line the audio threshold is exceeded.
However, the phone does not call the parents already at the first loud audio sample. The noise need to be present for some time to be more resistant against noise. This is reflected by the bottom graph. The counter value is increased on loud noise and decreased if it is silent. As the gray threshold line gets exceeded the phone finally calls the parents.
After starting the application the program is monitoring the audio but does not initiate phone calls already. For this you need to activate the babyphone by clicking the button at the bottom. The active status will be indicated by changing the button's color to red.
As the babyphone established a phone call at high audio volume, you can take the call on your monitoring phone to hear your baby. As you hang-up the call the babyphone application gets active again and continues monitoring.
By pressing the application title on the top of the screen you get access to the application settings where you may want to adjust the parameters:
The application stores its settings in a config file at /home/user/.config/morawek.at/babyphone.conf
. Few additional settings exist, which are not accessible via the graphical frontend but only via this settings file.
view/disableGraphsWhileLocked, boolean, default: true)
: If this is set to false, the graphs continues to be updated even if the phone is locked and the screen disabled. This has the advantage that the audio level graphs are available immediately at screen unlock. If set to true the audio level graphs are not updated and start blank after unlocking the phone, which saves battery.application/notifyScript, string, default: )
: With this setting you can specify a script to be executed instead of initiating a phone call. Please enter the absolute path to the script. Babyphone adds the parent's name and phone number as command arguments. The babyphone application is blocked during script execution and will not perform further notifications until the script exits. If you use a notification script you may also want to disable the handling of incoming phone calls and SMS feature to completely disable the phone functionality of the application.Due to CPU processing load the battery will be drained faster while the babyphone application is executed. It yields an additional load of about 30-40 %. The majority of it comes from the pulseaudio audio capturing service and its analysis. The battery influence is not dramatically but recognizable.
This is a list of considered upcoming features, which are not planned and implemented yet:
Thanks to Anna Morawek for designing this website.
Thanks to the Tango Desktop Project for providing the application icon.
Thanks to the Spyphone project for inspiring me to develop this software.