Giter Club home page Giter Club logo

callerpi's Introduction

CallerPi

This software was developed to help the visually impaired to see who is calling on the landline. A possible setup would be using a Raspberry Pi and an USB modem.

The main part of the program only shows the last 4 callers and if being called the current caller. Everything is setup as big as possible on a fixed 1024x768 resolution with high contrast. The only input used is the scroll-wheel to mark the last called numbers as seen.

INSTALLATION The program runs on node.js supported by some libraries.

Install node.js wget http://node-arm.herokuapp.com/node_latest_armhf.deb sudo dpkg -i node_latest_armhf.deb

Istall express npm install express

Install serialport npm install serialport

Install nedb npm install nedb --save

SOFTWARE Node.js https://nodejs.org/en/ Express http://expressjs.com/ Node-serialport https://github.com/voodootikigod/node-serialport Nedb https://github.com/louischatriot/nedb


Usefull links for installing on Raspberry Pi

Resolution: http://weblogs.asp.net/bleroy/getting-your-raspberry-pi-to-output-the-right-resolution http://www.webtechgadgetry.com/2013/12/make-raspberry-pi-use-full-resolution-monitor/

Disable log: http://linuxonflash.blogspot.nl/2015/02/optimizing-performance-on-raspberry-pi.html

Kiosk mode: https://www.danpurdy.co.uk/web-development/raspberry-pi-kiosk-screen-tutorial/

HDMI turnoff with screensaver http://simonmcc.blogspot.nl/2013/09/raspberry-pi-turn-off-hdmi-after.html

tvservice --explicit="DMT 16" fbset -depth 8 fbset -depth 16 xrefresh -d :0.0

Make sure chmod 755 on files in rc.local: su pi -c '/home/pi/screensaver/check_screen_state.pl < /dev/null &'

callerpi's People

Contributors

kjepper avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.