Another Speeduino Real Dash CAN protocol

Speeduino Real Dash Can implementation.
Here is my implementation of the Real Dash Can protocol for speeduino on the serial 3 port. I don’t really know github, but just created one for this so that other Real Dash speeduino users may try it. mattridrm/speeduino at 202402.1-Real-Dash (github.com)

Thanks cel_turbo for the inspiration. Implementation of the RealdashCAN protocol on Speeduino Serial 03

In the github is the source code and a release file for the mega2560 based on the 202402.1 speeduino firmware that can be loaded with Speedy Loader. Please use the speeduino.ini file from source or in the release files. I modified the speeduino version string as to not conflict with other releases.

You can also find a reference XML file to use with Real Dash. The xml file might take some work for your application, but it is a start.

1 Like

Looking good, thank you for your efforts!