Search found 15 matches
- 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...
- 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...
- 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
RESET to D5
FREEZE to D6
DSI to D7
DSO to D8
- 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...
- 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.
- 13 Sep 2022, 04:50
- Jump to forum
- Jump to topic
- 13 Sep 2022, 07:42
- Jump to forum
- Jump to topic
Re: Vida CEM swapping
Added amp and trip computer
- 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...
- 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...
- 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...






