Login Register

Search found 13 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 oscilloscope
21 Aug 2022, 04:34
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... Oh 😮 please share , is it in github ? , I found a YouTube video of someone who has made a application which can edit the information within a cem dump. It looked...
by T5Luke
22 Aug 2022, 10:40
Jump to forum
Jump to topic

Re: Vida CEM swapping

Here...

2 options, connect the 5V line at the capacitor, or connect the 12V at the CEMs main connector. Both connections 5V and +12V are not needed together...

Masse means GND
If you use 12V power supply connect GND from it also to arduios GND, so they should have common GND.
by T5Luke
25 Aug 2022, 15:07
Jump to forum
Jump to topic

Re: Vida CEM swapping

This commercial tools are based on work from this open forum. Isn't it strange all tools came on marked shortly after this project was visible here. Now you blame us that we don't develop so fast like the guys which get 4600 $ about their full set. I think VTL and I did this just for our own cars, w...
by T5Luke
25 Aug 2022, 17:38
Jump to forum
Jump to topic

Re: Vida CEM swapping

Here, who has 6 byte code, CEM from MY2006- and DICE-206751 absoloutly FREE...
Reads your cems complete flash in a few seconds...

https://filetransfer.io/data-package/bsTYjdGO#link
by T5Luke
25 Aug 2022, 18:08
Jump to forum
Jump to topic

Re: Vida CEM swapping

first 6 bytes at 0x4000 or first 6 bytes at 0x6000
by vtl
26 Aug 2022, 11:37
Jump to forum
Jump to topic

Re: Vida CEM swapping

.. high up sh*t cut ... How about people here already made their financial future, well, secured, because they have their day job, which pays some competitive money? There's always a high demand for brains outta here, right? Trying to monetize this niche project for niche car versus working for alm...
by matthew1
26 Aug 2022, 12:06
Jump to forum
Jump to topic

Re: Vida CEM swapping

Vollmer Making a GUI is always a longer route than command-line, and remote projects between people who have never met are always more difficult because of project management/goals/timezone/native language, etc. I've been involved in software since the 90s, and GUI is a whole can of worms for design...
by T5Luke
05 Sep 2022, 14:02
Jump to forum
Jump to topic

Re: Vida CEM swapping

This reads flash by 6 byte code: