Search found 9 matches

by kjn260
Tue Jul 26, 2022 12:20 am
Forum: Dev: Software
Topic: IsoTp ISO 15765-2 in rusEFI
Replies: 29
Views: 25323

Re: IsoTp ISO 15765-2 in rusEFI

I am not sure how much console debug (or connector debug) would affect throughput, maybe it in fact plays a negative role. Would you be interested to look further into it? try TS without console running? Try with custom firmware and/or custom java connector with debug statements removed from the so...
by kjn260
Mon Jul 25, 2022 6:07 am
Forum: Dev: Software
Topic: IsoTp ISO 15765-2 in rusEFI
Replies: 29
Views: 25323

Re: IsoTp ISO 15765-2 in rusEFI

The strange CAN frames are fixed as of PR#4376 Happy to report that TS Via CAN (ISOTp 157650-2) works. There is alot of debug in the console window due to filtering of verbose and the wbo2 messages. I think this makes the CAN Tx/Rx a quite laggy, which in turn makes TS laggy. However I was able to s...
by kjn260
Fri Jul 22, 2022 11:22 am
Forum: Dev: Software
Topic: IsoTp ISO 15765-2 in rusEFI
Replies: 29
Views: 25323

Re: IsoTp ISO 15765-2 in rusEFI

ArrayIndexOutOfBoundsException is a red flag https://github.com/rusefi/rusefi/issues/4370 it's somewhere inside PCAN native stuff, open question if their PCAN-Basic has enough source code for us to troubleshoot this further. I would suggest addressing the unexpected CAN traffic firts and testing on...
by kjn260
Fri Jul 22, 2022 11:05 am
Forum: Dev: Software
Topic: IsoTp ISO 15765-2 in rusEFI
Replies: 29
Views: 25323

Re: IsoTp ISO 15765-2 in rusEFI

Tested this with my "ECAN" peak adapter - works with P-CAN viewer. Unfortunately I got connection errors from TS. Microsoft Windows [Version 10.0.19044.1826] (c) Microsoft Corporation. All rights reserved. C:\snapshot_20220702_093903_proteus_h7_rusefi\console>java -jar rusefi_console.jar p...
by kjn260
Mon Jul 04, 2022 11:19 am
Forum: Dev: Hardware
Topic: Look cool CAN bus joystick
Replies: 7
Views: 3454

Re: Look cool CAN bus joystick

RE: https://rusefi.com/forum/viewtopic.php?p=45788#p45788 learned some lua, did some code. Please report back. -- BMW iDrive LUA. Witten for BMW #ZE931769502 -- 5 Button with L/R Joystick. -- Timer t_heartbeat = Timer.new() -- CAN Rx Channels IDRIVE_BUTTONS = 0x267 IDRIVE_ROTARY = 0x264 -- CAN Tx Ch...
by kjn260
Mon Jul 04, 2022 9:30 am
Forum: Dev: Software
Topic: Lua Scripting
Replies: 49
Views: 57010

Re: Lua Scripting

So to do some bench hardware coding in Lua, RusEFI simulator now supports interaction to a physical hardware can device (via SocketCan) on Linux! image.png Which means, with just a standard can adapter (I am using a peak clone) I can attach simulator to a real can device and do Lua Development. What...
by kjn260
Tue Jun 28, 2022 1:10 am
Forum: Dev: Hardware
Topic: F103 dual channel wideband controller + EGT + 2 x AUX In + 2 Aux out
Replies: 85
Views: 126404

Re: F103 dual channel wideband controller + EGT + 2 x AUX In + 2 Aux out

BTW does anyone know is there any special rules for termocouple wiring? Will the signal be affected if routed through general purpose connector and using copper wires? I mean Tref point temperature should be known to calculate correct termocouple temperature. But if we have chromel/alluminium to co...
by kjn260
Tue Mar 29, 2022 11:59 am
Forum: Dev: Software
Topic: IsoTp ISO 15765-2 in rusEFI
Replies: 29
Views: 25323

Re: IsoTp ISO 15765-2 in rusEFI

Hey Andrey. I will try this too on my spare USB2CAN adapter. Is it just a matter of pulling Boot0 to ground and then running the DFU unit will the PCAN_CANABLE_HW? really depends on what kind of USB2CAN you have with what MCU Same one that I took photos of above. https://rusefi.com/forum/viewtopic....
by kjn260
Fri Feb 18, 2022 11:25 pm
Forum: Dev: Software
Topic: IsoTp ISO 15765-2 in rusEFI
Replies: 29
Views: 25323

Re: IsoTp ISO 15765-2 in rusEFI

Found boot0 pad. Device is read out protected so I have voided warranty. This is now a PCAN device thanks to https://github.com/moonglow/pcan_cantact/releases/download/v1.5/pcan_canable_hw.hex Middle LED looks to be PD2, further away LED looks to be PC12 - one day we might make a custom version of ...