We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything and anything to do with CAN communication between the dashboard, VCU/BMS and potentially the data acquisition MCU.
Initial Steps (rough guideline, unordered):
Install and configure CAN module (software) and shield (hardware) for the raspberry Pi
Establish connection to the CAN bus
Create or find an API to read and write data to the CAN bus from dashboard
Create tests for all data to read/write and display to the front end
API - this would be something like get_batt_temp or get_vehicle_speed
get_batt_temp
get_vehicle_speed
Tests - implement a button or screen which lists all test options
The text was updated successfully, but these errors were encountered:
xinglu-wang
No branches or pull requests
Everything and anything to do with CAN communication between the dashboard, VCU/BMS and potentially the data acquisition MCU.
Initial Steps (rough guideline, unordered):
Install and configure CAN module (software) and shield (hardware) for the raspberry Pi
Establish connection to the CAN bus
Create or find an API to read and write data to the CAN bus from dashboard
Create tests for all data to read/write and display to the front end
API - this would be something like
get_batt_temp
orget_vehicle_speed
Tests - implement a button or screen which lists all test options
The text was updated successfully, but these errors were encountered: