Giter VIP home page Giter VIP logo

badge_controller's Introduction

Badge controller and related components

First install Jessie Raspbian 2016-05-27 to SD card.

Mount the SD card and cd into the root directory, then type:

touch ssh

Unmount the SD card then insert the SD card to the PI and boot it.

SSH into the PI as the "pi" user with default password of "raspberry"

Update, and install git on raspberry

    sudo apt-get update
    sudo apt-get -y install git

Set local for US keyboard instead of UK. (requires reboot) This is necessary for US keyboards to type '@' and '|' characters.

    sudo localectl set-x11-keymap us
    sudo localectl set-keymap us
    sudo reboot

SSH back into the PI

Clone projects using git.

    git clone https://github.com/srqsoftware-hacknight/Badge_Controller.git

Install project (takes up to an hour)

    cd Badge_Controller/ControllerInstaller
    sudo ./install.sh root_password pi_password mysql_password wifi_password wifi_ssid controller_hostname webapp_version_number 

Replace the parameters to install.sh with your custom values.

NOTE: wifi_password must be between 8 and 64 characters

At this point the raspberry pi reboots, it is setup to act as a badge controller.

When needing to shutdown the PI, SSH in and run:

shutdown -h now

badge_controller's People

Contributors

scottjames avatar chrisjs avatar noonespecial avatar

Watchers

 avatar James Cloos avatar  avatar  avatar Tim Crowley avatar

Forkers

lulzzz

badge_controller's Issues

BadgeReader.ino parametrizable config values

things like ssid, wpakey, etc should be parametrizable in some way - these values are now set dynamically through the install script and shouldn't be hardcoded in the public repo anyway

Badge controller redundancy

The initial badge system implementation would include a single controller PI. For v2 we should have a redundancy plan for the PI device itself and any persisted data

Replace /rfid/check endpoint

This endpoint had been removed and replaced with a more generic:

/device/check

the same parameters are passed. this takes effect in release version 0.1.1 of Badge_Web

Build PI controller device

Issue is a placeholder to purchase the parts needed for the PI device - board, flash, power, case, etc.

Design / implement doorbell system

A visual and audible notification should be made when pressing the doorbell. This system would likely not be integrated with the badge API unless we wanted to integrate other notifications such as SMS, email, etc

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.