2023-01-06 17:10:33 -08:00
# Overview of CAN usage and IDs used by rusEFI
2022-05-01 05:20:41 -07:00
2023-03-20 14:21:57 -07:00
Note: We support OBD2 pretty much exclusively for gauges/dashes/apps/etc, not real diagnosis!
2023-07-09 10:41:08 -07:00
* rusEFI WBO two way communication [0xEF50000 ](https://github.com/mck1117/wideband/blob/master/for_rusefi/wideband_can.h ) 0x190
2022-05-01 05:20:41 -07:00
* rusEFI WBO bootloader
2022-10-11 04:24:21 -07:00
* rusEFI gauge broadcast 0x200 default base see [DBC ](https://github.com/rusefi/rusefi/blob/master/firmware/controllers/can/rusEFI_CAN_verbose.dbc )
2023-01-02 11:22:23 -08:00
* rusEFI vehicle specific communication
2022-12-26 18:49:27 -08:00
* rusEFI ECU bootloader OpenBLT TX 667h, RX 7E1h
2022-05-01 05:20:41 -07:00
* rusEFI CAN GPIO
2022-07-22 03:50:54 -07:00
* rusEFI [TS over CAN ](TS-over-CAN ) 0x100 0x102
2023-07-09 11:37:51 -07:00
* rusEFI GDI comms [0xBB20 0xBB30 ](https://github.com/rusefi/libfirmware/blob/master/can/can_common.h )
2023-07-21 06:04:15 -07:00
* rusEFI bench test protocol 0x770000
2022-06-20 09:16:53 -07:00
2024-03-17 20:53:31 -07:00
## 3rd party dashboards
![image ](https://github.com/rusefi/rusefi/assets/48498823/65b93709-d959-473e-b406-a9dcbde64b3a )
![image ](https://github.com/rusefi/rusefi/assets/48498823/56fba35f-44a1-4982-9242-762ee98e3590 )
2024-04-07 08:02:13 -07:00
## OpenBLT
2024-04-07 10:17:54 -07:00
USB
``BootCommander.exe -s=xcp -t=xcp_rs232 -d=COM15 -b=19200 rusefi_update.srec``
PCAN
2024-04-14 21:38:21 -07:00
``BootCommander.exe -t=xcp_can -d=peak_pcanusb -c=0 -b=500000 -tid=1667h -rid=17E1h rusefi_update.srec``
2024-04-07 08:02:13 -07:00
2023-01-06 17:10:33 -08:00
## Software
2022-12-26 18:49:27 -08:00
[Man-in-the-middle ](Man-in-the-middle )
2022-06-20 09:16:53 -07:00
2023-01-06 17:10:33 -08:00
## Hardware options
2022-06-20 09:19:08 -07:00
2024-02-07 12:12:48 -08:00
[PCAN-USB ](https://www.peak-system.com/PCAN-USB.199.0.html?&L=1 ) with some cable [PCAN-Cable OBD-2 ](https://www.peak-system.com/PCAN-Cable-OBD-2.273.0.html?&L=1 ) or [PCAN-Cable 3 ](https://www.peak-system.com/PCAN-Cable-3.290.0.html?&L=1 )
2024-02-07 12:11:19 -08:00
2022-06-20 09:16:53 -07:00
[fake looking like Vasya ](https://rusefi.com/forum/viewtopic.php?f=13&t=2243 )
2022-06-20 09:18:55 -07:00
2022-06-20 09:16:53 -07:00
[custom China ](https://rusefi.com/forum/viewtopic.php?f=13&t=2209 )
2022-06-20 09:18:55 -07:00
[Korlan instructions ](https://rusefi.com/forum/viewtopic.php?p=43654#p43654 )
2023-01-02 11:22:23 -08:00
FW images & legacy PCAN driver see < https: / / github . com / rusefi / rusefi_external_utils / tree / master / CAN >