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

chrisjs avatar noonespecial avatar scottjames avatar

Watchers

 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.