Git Product home page Git Product logo

alarm-raspberrypi's Introduction

Alarm-Raspberrypi

Alarm Clock

As the name suggest this project is for raspberry pi enthusiasts. A alarm clock script has been developed first for keyboard input and further modified to work with android app name bluetooth terminal. But provison has been made so that you can desgin your custom application for the same purpose. Recommended use of Raspberry pi 3 because of bluetooth adapter present inbuilt. Can be used with Raspberry pi 2 but an external adapter must be attached.

Instruction :-

  1. Install Raspbian jessie image file and burn it on an SD card preferably 4GB

  2. Make sure you have python and pip installed on it.

  3. Now open CMD and enter :-

       $sudo apt-get update
       $sudo apt-get python-bluetooth
       $sudo apt-get pybluez
       $sudo pip install keyboard
       $sudo pip insatll alsaaudio
       $sudo pip install pygame
    

Check if bluetooth is On:

      $sudo systemctl bluetooth status

if not then manually start by:

      $sudo systemctl bluetooth start
  1. Now download the scripts from the repository
  2. Run the scripts using python idle
  3. Add to bash.rc to start it on powering on of raspberry pi

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.