Replies: 3 comments 6 replies
-
I don't have any knowledge or experience with CAN-BUS networks. To my understanding the messages are only a few bytes in length. |
Beta Was this translation helpful? Give feedback.
-
I also have ides to use this great user interface solution in my RV. But I think the solution is to use another ESP32 to communicate with the vehicle since there is hardly a on-to-one mapping of values on the bus and values to display. Also, CANBUS is not really in the same scope as a generic user interface component. I would recommend a Arduino software on the ESP32 or try to use EspHome as a interface to the vehicle and communicate with openHASP over a serial port. |
Beta Was this translation helpful? Give feedback.
-
Hi,
My code is for Z13DTJ.
Regards
…On Thu, Mar 7, 2024, 12:36 marcojk ***@***.***> wrote:
Thanks kebibg, great deal of information.
I used a request like this, which is another service
msg.data[0] = 0x03;
msg.data[1] = 0xaa;
msg.data[2] = 0x03;
msg.data[3] = 0xFA;
Unfortunately this worked with engine Z13DTC (the same FIAT+GM as yours)
but gave garbage data with engine A13DTC.
I'll test your code, and check the document if you can provide it ;)
thanks a lot!
—
Reply to this email directly, view it on GitHub
<#442 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDO2NHDBHJI2W4WOJKWSSTYXA7MPAVCNFSM6AAAAAAVP72MR6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOMBVGQZDQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
After adding an offline mode will be good
to have CAN-BUS (TWAI) support. Then we can
use it in a car. Can make an additional dashboard.
Or use it in industrial components.
Regards
Beta Was this translation helpful? Give feedback.
All reactions