Removing unwanted scripts from 2SerialToRealdashCAN

I found this script from paleppp. This make use of Speeduino stuff that I am trying to delete.
I am using a Spitronics ecu and all the engine paramaters are displayed on realdash without a problem.
I now want to use my esp32 wroom and the built in Bluetooth to send indicator lights and fuel gauge to realdash via the bluetooth on the esp32.
When I try and delete what I think is speeduino info on this script I get all sorts of error messages because at 66 years of age I am and will not be a software programmer soon.
My esp32 and bluetooth works 100% when I test it with a serial monitor program. I can send text and receive text on my Android phone.
So I know it is not a hardware problem.
If I compile the script 2SerialToRealdashCAN and wire everything even the external HC-5 bluetooth module it just do not want to connect to realdash.
I was wondering if the extra lines in this script for Speeduino, and me not using a speeduino unit has anything to do with the thing not connecting.
That is why I want to strip this script and only transfer the i/o information for blinkers and fuel gauge to realdash via the esp32 bluetooth.
Thanks

You might find this more useful than trying to strip unwanted speeduino info.
These 2 examples are for using an Arduino to read and write I/O data to RealDash.
RealDash-extras/RealDash-CAN/Arduino-examples at master · janimm/RealDash-extras · GitHub

1 Like

Thank you. Will give it a try tomorrow.
Much appreciated

Hi woody1!

Was just scrolling this forum and noticed the post. Send a private message to me and i can help you removing the Speeduino serial part of the code and the bluetooth connection to work. :slight_smile: