...
codegen-tooling-msxiv (required for DBC file)
virtual CAN (required for testing
AWS (required for DynamoDB)
Raspberry Pi Startup Script
The following are not needed but are here in case we need to install them for some reason
...
If you are using AWS-educate, this doesn't seem to work for so I have to manually go to ~/.aws/credentials
and write down my credentials there.
...
Startup script for Raspberry Pi
Copy the following code below into rc.local on the Raspberry Pi so that the telemetry scripts can be run on startup. To access rc.local, run:
sudo vim /etc/rc.local
Once you have opened rc.local, copy and paste the following code below.
Code Block |
---|
tbd |
Installing and Running Node-Red
...