Git Product home page Git Product logo

consultdash's Introduction

Installing console dash on raspberry pi

Video guide

Instructions are below, but here is a video guide to help guide you through it.

If RPI is a fresh install you might need to expand your file system

sudo raspi-config

choose option 1 (expand file system)

reboot

Install node

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install nodejs npm

Install Chromium

wget -qO - http://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add -

echo "deb http://dl.bintray.com/kusti8/chromium-rpi jessie main" | sudo tee -a /etc/apt/sources.list

sudo apt-get update

sudo apt-get install chromium-browser rpi-youtube -y

Install Dash

git clone https://github.com/gregsqueeb/consultDash.git

cd consultDash

npm install

Install script for mausberry circuit

http://mausberrycircuits.com/pages/car-setup

Open Menu > Preferences > Default applications for LXSession

Add these two entries to Autostart

@/home/pi/consultDash/startScript.sh

@chromium-browser —kiosk --incognito file:///home/pi/consultDash/re-direct-page.html

Related guides

Suggested hardware

or

How to run for development

This will loop through MPH RPM and Temp so you can style things without being connected to a car :)

npm run dev

consultdash's People

Contributors

gregsqueeb avatar ewdicus avatar jorvis avatar

Watchers

James Cloos avatar Dean 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.