Skip to content

Instantly share code, notes, and snippets.

@Mathews2115
Last active December 26, 2020 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mathews2115/3be0b1173be222e73ba4d8181558d409 to your computer and use it in GitHub Desktop.
Save Mathews2115/3be0b1173be222e73ba4d8181558d409 to your computer and use it in GitHub Desktop.
getting Dash 2.0 working
  1. get networking done: https://gist.github.com/Mathews2115/30dda785ae9ad95e8a69e63b1b65009c
  2. general dash instructions https://gist.github.com/Mathews2115/ed3dbd8623ee815a7bed363dbc7c73a6
  3. poewr block installation: https://github.com/petrockblog/PowerBlock

Outer Pi = Dash+can+server Inner Pi = godmode dash, listens to server

Special Setups:

Outer Pi

Inner Pi

  • chroumium address is outer pi's address :3333/app/godview
  • no can setup
  • 1080x720

read only issue on logs - it is because the last pi created this directory....so reset permissions

  • sudo chown nobody ./log
  • sudo chown pi ./log

Enable can player on outerpi

  • sudo systemctl stop can_server.service
  • kill node instances (canserver)
  • turn on vcan ./RPI_system/start_vcan.sh
  • NODE_ENV=production CHANNEL=vcan0 node canserver.js

update new stuff to pi

  • keyboard to outerpi (outerpi is one with CAN on it)
  • sudo /etc/rc.local
  • uncomment the wifi stuff at the bottom
  • reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment