Page 1 of 1
Sending CAN Buss comands
Posted: Sat Aug 23, 2025 11:37 pm
by gwguidi
Will the controller board for a Tesla motor be able to send commands to my power steering pump on my Mini Cooper?
Required messages are:
CAS (key switch)- 0x130 - Terminal status
DSC - 0x1A0 - Vehicle speed - Impact on assistance
Engine ECU - 0x1D0 - Engine Run
Re: Sending CAN Buss comands
Posted: Sun Aug 24, 2025 2:09 am
by tom91
Not realy as these will need a crc and static frame info. Not what the OI CAN mapping is setup to do.
Re: Sending CAN Buss comands
Posted: Sun Dec 07, 2025 9:48 am
by tensa
tom91 wrote: ↑Sun Aug 24, 2025 2:09 am
Not realy as these will need a crc and static frame info. Not what the OI CAN mapping is setup to do.
I need help reading transmitted data from my Tesla Small drive unit.
I have set up the Open Inverter board to transmit messages, but I can not receive anything, even with a CAN interface connected to SavvyCAN.
I have CAN speed at 500k 100ms with default IDs. I have checked the CAN connections and confirmed that they are properly terminated (measure 60 ohms between the CAN L and CAN H when only the DU and CAN interface are connected to each other.
I wil appreciate any help I can get to solve this as it is blocking me from completying the project.
Re: Sending CAN Buss comands
Posted: Sun Dec 07, 2025 3:04 pm
by tom91
Post more info. Params + pictures.
What devices are on the bus? I anything acknowledging the CAN being sent?
Re: Sending CAN Buss comands
Posted: Sun Dec 07, 2025 5:45 pm
by tensa
tom91 wrote: ↑Sun Dec 07, 2025 3:04 pm
Post more info. Params + pictures.
What devices are on the bus? I anything acknowledging the CAN being sent?
Here are my CAN parameters
These are the CAN messages I have mapped for transmission:
For testing, I only have the Landrover Freelander CANBus running at 500K, which includes just the Instrument cluster, SRS and ABS modules. I also have an Arduino imitating the gearbox selector, which is adding gear selected position CAN messages needed by the ABS and instrument cluster.
I am using an ESP32 with SN65HVD230 CAN transceiver running SavvyCAN. This setup can read messages from the landrover module but can't receive any messages from the Drive unit.
I have added my current parameters file as well for your review.
Any other photos you need?
Re: Sending CAN Buss comands
Posted: Mon Dec 15, 2025 8:02 pm
by tensa
tom91 wrote: ↑Sun Dec 07, 2025 3:04 pm
Post more info. Params + pictures.
What devices are on the bus? I anything acknowledging the CAN being sent?
Sorry, forgot to add the CAN connection drawing. The Instrument cluster and OpenInverter board are on both ends of the bus, each with the 120ohm resistor.
Re: Sending CAN Buss comands
Posted: Thu Dec 25, 2025 9:09 pm
by medo
Just use the zombieverter and select the BMW E65 under vehicles, then you'll have peace and quiet. The CAN IDs are the same as for the Mini. Furthermore, the zombie can also perform many other tasks, such as controlling pumps and fans.
Re: Sending CAN Buss comands
Posted: Fri Dec 26, 2025 8:31 pm
by tensa
medo wrote: ↑Thu Dec 25, 2025 9:09 pm
Just use the zombieverter and select the BMW E65 under vehicles, then you'll have peace and quiet. The CAN IDs are the same as for the Mini. Furthermore, the zombie can also perform many other tasks, such as controlling pumps and fans.
Let me give this a try and revert.