Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

!! Important: Driver display is different from infotainment !!

Driver display is the screen the driver can see speed, charge, drive state, and other driver-critical information on. The software will be run on a raspberry pi zero and be connected to a small 7” display.

Architecture

The software will be split into three parts:

  1. Python module to collect CAN messages, via mcp2515 over SPI or otherwise, and transmit them via websocket to the webapp.

    • Note: may need to ping center console to request drive state upon startup to ensure it starts synced up

  2. Python module to serve the webapp. Note: may not be necessary.

  3. A webapp that displays all relevant information in a user friendly way.

Requirements

  • Upon being powered, the RPI should load the python script and webapp (in full screen) automatically, with no user input

  • The webapp must display:

    • speed

    • state of charge

    • turn signal indicators

    • drive state (drive, reverse, neutral)

Resources

Resource

Notes

Display specs - specifically, NHD-7.0-HDMI-N-RSXN

http://www.newhavendisplay.com/userguides/NHD-7.0-HDMI-N_User_Guide.pdf

Outdated interiors page

Driver Interface

  • No labels