Login Register

Search found 15 matches

Return

by T5Luke
21 Aug 2022, 02:59
Jump to forum
Jump to topic

Re: Vida CEM swapping

If someone needs i made a arduino nano soloution to read and write this type of cem by same pins, so no reason to buy further hardware...
by T5Luke
21 Aug 2022, 03:29
Jump to forum
Jump to topic

Re: Vida CEM swapping

Here have fun with it: #define BKPT 4 #define RESET 5 #define FREEZE 6 #define DSI 7 #define DSO 8 static word CMD_READ = 0x1940; static word CMD_GO = 0x0C00; static word CMD_WRITEM = 0x1840; char command; int n_line; void setup() { // put your setup code here, to run once: pinMode(BKPT, OUTPUT); di...
by T5Luke
05 Sep 2022, 03:22
Jump to forum
Jump to topic

Re: Vida CEM swapping

BKPT to D4
RESET to D5
FREEZE to D6
DSI to D7
DSO to D8
by T5Luke
09 Sep 2022, 17:26
Jump to forum
Jump to topic

Re: Vida CEM swapping

This works on all CEMs to MY 2004, 10th place of VIN Y, 1, 2, 3 or 4. Read cem by arduino once, place it back into car and change how often you like by dice. screenshot.2 CEM tool.jpg Read CEM by arduino nano or UNO by this: #define BKPT 4 #define RESET 5 #define FREEZE 6 #define DSI 7 #define DSO 8...
by Dudde
12 Sep 2022, 12:16
Jump to forum
Jump to topic

Re: Vida CEM swapping

Here is parameter file for T5Lukes config editor, will add more probably tommorow if i have the time.
parameter.txt
by Dudde
13 Sep 2022, 04:50
Jump to forum
Jump to topic

Re: Vida CEM swapping

Divxet wrote: 13 Sep 2022, 03:49 Anybody have any idea about what parameter is for add amplifier and the trip computer in the config editor from T5Luke.
I can check in a few hours
by Dudde
13 Sep 2022, 07:42
Jump to forum
Jump to topic

Re: Vida CEM swapping

Added amp and trip computer
parameter.txt
by T5Luke
14 Sep 2022, 12:12
Jump to forum
Jump to topic

Re: Vida CEM swapping

PMd you a working version but it is very terrible to work with, maybe i will get done a better version i can show to the forum...
by MiclMacl
15 Sep 2022, 04:19
Jump to forum
Jump to topic

Re: Vida CEM swapping

Thanks all for your help with this. Just posting this, adding to the work that Dudde and T5Luke have been doing so far in mapping the parameters. Not sure if this is entirely correct in places but the majority does seem to match up I think (to my vehicle anyway). Unless the mapping has different val...
by T5Luke
20 Sep 2022, 03:08
Jump to forum
Jump to topic

Re: Vida CEM swapping

I received my Arduino Nano today in order to run T5Luke's code on my 2004 V70. I have it set up and compiling the code successfully through Arduino IDE. Now I'd appreciate some instructions on what to do next. 1) For wiring power to the ECU, should I use the 5v output on the nano itself? Or would a...