Canbus help
Hi, I have buy this universal unit and I waiting delivery...
I want realize android app to display info from the canbus line of my car.
I installed in my car a device that allows me to read the messages in the network canbus.
I spent several months to decode the messages of the CANbus network and at the end, I realized a mobile app that allows me to control the on-board computer of the machine over bluetooth.
My device is made up of "Arduino" + "Canbus shield" + "Bluetooth shield"
I would like to replace this device with this car radio.
The problem is that the car radio have wiring "can rx" and "can tx" but my device is connected via signals "Can Hi" and "Can low".
I need to convert the "can rx" and "tx canon" in "Can HI" and "Can Low".
Do you think I can simply use the MCP2551 transceiver? Do you have the source code of an app that uses the canbus?