Search found 24 matches

by tasicky
25 Sep 2022, 17:24
Forum: Clocks/Speedos
Topic: TPMS patch
Replies: 22
Views: 17615

Re: TPMS patch

Assigning wheels without uploaded TPMS patch causes restart of IPC because the address in EPROM where the data is assigned to the wheels is blocked in PBL from writing. TPMS patch changes the PBL and makes it writable for IPC software. That's all the magic.
by tasicky
15 Mar 2020, 16:48
Forum: Clocks/Speedos
Topic: Vin protection
Replies: 50
Views: 77136

Re: Vin protection

AutoPAM loader loads into the PAM module the "Signal Configuration" part of firmware with one changed byte and the last two bytes for adjust the checksum. Checksum of modified vbf and standard is always 0000.
by tasicky
12 Mar 2020, 18:49
Forum: Other Modules
Topic: Foglights as DRL (auto on)
Replies: 6
Views: 3048

Re: Foglights as DRL (auto on)

Light switch module is connected to bcm via LIN bus. Fog light are connected directly to BCM. All logic and relay functions are closed in bcm. I think than on mscan you can find only status of this light.
by tasicky
12 Mar 2020, 18:44
Forum: Other Modules
Topic: webasto can bus death
Replies: 28
Views: 8279

Re: webasto can bus death

I have heater from volvo. Hardware is the same but software is different and not working in Ford.

I try to flash it by this software.
by tasicky
11 Mar 2020, 18:42
Forum: Other Modules
Topic: Foglights as DRL (auto on)
Replies: 6
Views: 3048

Re: Foglights as DRL (auto on)

Its not possible without modification in BCM firmware.
by tasicky
11 Mar 2020, 18:40
Forum: Other Modules
Topic: webasto can bus death
Replies: 28
Views: 8279

Re: webasto can bus death

You terminared end of can bus?

Please describe it.
by tasicky
09 Mar 2020, 21:07
Forum: Other Modules
Topic: Bricked RFA / KVM Module
Replies: 16
Views: 5722

Re: Bricked RFA / KVM Module

I think you must buy preFL module or try downgrade software to last preFL calibration.
by tasicky
09 Mar 2020, 11:21
Forum: Other Modules
Topic: VBF 2.4+ format
Replies: 0
Views: 1815

VBF 2.4+ format

Most information about the VBF format applies to version 2.3. I propose that we go a little further together. Ford used compressed vbf probably from Fusion / MK5. According to other sources, the extension of the VBF shortcut to: Ford / Volvo: Versatile Binary Format. Currently available versions are...
by tasicky
08 Mar 2020, 08:37
Forum: Protocols
Topic: Lawicel compatible CAN BUS monitoring interface - arduino nano sketch
Replies: 6
Views: 8004

Lawicel compatible CAN BUS monitoring interface - arduino nano sketch

I put a working sketch to build a CAN BUS monitoring interface. It supports the Lawicel protocol and works with the programs "Car Bus Analyzer" and "Can Hacker". Sometimes there are connection problems, but the retry succeeds. Original example sketch from canhacker library not wo...