looks a pretty cool alterative tool, is the dev ( if you know) actively developing the software for further functionality ?V70user wrote: ↑01 May 2025, 00:35 5- SerialBDM programmer works with Arduino Uno as well
6- Whole CEM flash memory dump writing takes about 6 minutes
.
SerialBDM@Kaev__write_whole_dump.jpg
.
7- Most important - for the SerialBDM programmer to work properly you need to open the Arduino IDE,
upload the sketch to the Arduino memory and close the Arduino IDE, otherwise the programmer will not work.
Vida CEM swapping
-
oscilloscope
- Posts: 285
- Joined: 20 May 2022
- Year and Model: 2005
- Location: uk
- Has thanked: 27 times
- Been thanked: 11 times
Re: Vida CEM swapping
- abscate
- MVS Moderator
- Posts: 35267
- Joined: 17 February 2013
- Year and Model: 99: V70s S70s,05 V70
- Location: Port Jefferson Long Island NY
- Has thanked: 1497 times
- Been thanked: 3809 times
I’m not a programmer any more but most of my readers flash ABS light or SRS light while actively talking to the ECU, FWIW
Empty Nester
A Captain in a Sea of Estrogen
1999-V70-T5M56 2005-V70-M56 1999-S70 VW T4 XC90-in-Red
Link to Maintenance record thread
A Captain in a Sea of Estrogen
1999-V70-T5M56 2005-V70-M56 1999-S70 VW T4 XC90-in-Red
Link to Maintenance record thread
-
dikidera
- Posts: 1304
- Joined: 15 August 2022
- Year and Model: S60 2005
- Location: Galaxy far far away
- Has thanked: 67 times
- Been thanked: 175 times
I have already reflashed my TCM at least 20 maybe even 30 times. The SH7055 ROM has a max erase cycle of 100 times, and reflashing for small changes is slow and cumbersome.
It will be a real technical challenge to enable real-time tuning on this so I can change the maps on the fly.
It will be a real technical challenge to enable real-time tuning on this so I can change the maps on the fly.
- prometey1982
- Posts: 46
- Joined: 5 June 2021
- Year and Model: 2010 XC90
- Location: Novosibirsk
- Has thanked: 4 times
- Been thanked: 5 times
- Contact:
100 раз, это оценка снизу. На самом деле, они переживают сильно больше перепрошивок.dikidera wrote: ↑05 May 2025, 04:43 I have already reflashed my TCM at least 20 maybe even 30 times. The SH7055 ROM has a max erase cycle of 100 times, and reflashing for small changes is slow and cumbersome.
It will be a real technical challenge to enable real-time tuning on this so I can change the maps on the fly.
Они просто сдохнут, а мы попадем в рай.
-
dikidera
- Posts: 1304
- Joined: 15 August 2022
- Year and Model: S60 2005
- Location: Galaxy far far away
- Has thanked: 67 times
- Been thanked: 175 times
I will keep that in mind, thank you prometey.prometey1982 wrote: ↑05 May 2025, 08:59100 раз, это оценка снизу. На самом деле, они переживают сильно больше перепрошивок.dikidera wrote: ↑05 May 2025, 04:43 I have already reflashed my TCM at least 20 maybe even 30 times. The SH7055 ROM has a max erase cycle of 100 times, and reflashing for small changes is slow and cumbersome.
It will be a real technical challenge to enable real-time tuning on this so I can change the maps on the fly.
I have in the process also discovered one of the adaptations for P->R and possibly P->D or even R->D and the clunk or harsh reverse/harsh drive.
The adaptation had a too high pressure set, it actually amounts to a raw pressure of 2.84 PSI, which is not a whole lot, but it is enough to cause a harsh engagement. What I did was invert it, now it was negative 3 or negative 4 psi. Buttery smooth reverse and drive engagements, in fact imperceptible. However it was only tested on a specific gearbox temperature of around 45-50c and an ambient temp of 27c.
It is more than possible that at super low or super high temps(70-80-90c and above) that this too low of a pressure results in slow engagement/delayed. Who knows.
In other experiments I increased the shift time from 2-3 to be nearly double what it was set in an attempt to make it smoother. This did in fact make it smoother BUT I have noticed that as the transmission re-adapted that there is a slight slip in certain situations, aka flare.
-
vtl
- Posts: 4723
- Joined: 16 August 2012
- Year and Model: 2005 XC70
- Location: Boston
- Has thanked: 114 times
- Been thanked: 603 times
All shifts should be firm. Butter smooth means frictions are slipping.dikidera wrote: ↑06 May 2025, 05:38 I will keep that in mind, thank you prometey.
I have in the process also discovered one of the adaptations for P->R and possibly P->D or even R->D and the clunk or harsh reverse/harsh drive.
The adaptation had a too high pressure set, it actually amounts to a raw pressure of 2.84 PSI, which is not a whole lot, but it is enough to cause a harsh engagement. What I did was invert it, now it was negative 3 or negative 4 psi. Buttery smooth reverse and drive engagements, in fact imperceptible. However it was only tested on a specific gearbox temperature of around 45-50c and an ambient temp of 27c.
It is more than possible that at super low or super high temps(70-80-90c and above) that this too low of a pressure results in slow engagement/delayed. Who knows.
In other experiments I increased the shift time from 2-3 to be nearly double what it was set in an attempt to make it smoother. This did in fact make it smoother BUT I have noticed that as the transmission re-adapted that there is a slight slip in certain situations, aka flare.
-
dikidera
- Posts: 1304
- Joined: 15 August 2022
- Year and Model: S60 2005
- Location: Galaxy far far away
- Has thanked: 67 times
- Been thanked: 175 times
One can always tune the parameter to make it as worse as needed. I have crafted a small application that will, provided you have a binary dump of an AW55(5 speed), will try and extract the memory address of the adaptation.
Then one should note the original value of the adaptation for garage shifts(and to have as backup if modifying it makes things worse.
Two CAN commands are all that is needed.
CF6EA7<address>0110 where address is in the form of FFAABB aka if the adaptation is FFFFBC64 address will be three bytes aka FFBC64. 01 means send once, 10 means send 16 bytes which you will receive from CAN ID 01200005 there you will see the origina value, potentially it will be 00C8
Then to modify, simply do CF6EBA<address><two byte value in hex>
Then one should note the original value of the adaptation for garage shifts(and to have as backup if modifying it makes things worse.
Two CAN commands are all that is needed.
CF6EA7<address>0110 where address is in the form of FFAABB aka if the adaptation is FFFFBC64 address will be three bytes aka FFBC64. 01 means send once, 10 means send 16 bytes which you will receive from CAN ID 01200005 there you will see the origina value, potentially it will be 00C8
Then to modify, simply do CF6EBA<address><two byte value in hex>
- Attachments
-
- harsh_r.zip
- (7.79 MiB) Downloaded 71 times
-
dikidera
- Posts: 1304
- Joined: 15 August 2022
- Year and Model: S60 2005
- Location: Galaxy far far away
- Has thanked: 67 times
- Been thanked: 175 times
One of the issues I've noticed when trying to use some J2534 apis is that the DLLs are 32-bit, and my applications 64-bit. Not an issue if you were building native code directly but I like the speed and prototyping ability of Python.
I was to see our beloved Mongoose DLL was 32-bit. This complicates things and necessitates a wrapper so we can call 32-bit code from within 64-bit address space. Although there are 32 bit python installations, it seems like some issues arise with pip and some packages.

I was to see our beloved Mongoose DLL was 32-bit. This complicates things and necessitates a wrapper so we can call 32-bit code from within 64-bit address space. Although there are 32 bit python installations, it seems like some issues arise with pip and some packages.

-
Yariy
- Posts: 41
- Joined: 1 July 2024
- Year and Model: XC90
- Location: Moskow
- Has thanked: 13 times
- Been thanked: 10 times
Hello everyone. I have been studying the work of CEMB until 2004. At this stage, having a pin code, I change the configuration, read and write flash on OBD2. You don't need SBL to read and write areas of the flash, all functions are already implemented. These functions alone do not allow read and write access to the EEPROM area ($4,000 - $8000) and write to SRAM. It remains to write your SBL, but where to upload it if access to upload to SRAM is closed? When replacing CEM, VBF 9438273 is loaded into Vida. Does anyone have this vbf? Tell me knowledgeable people, give me a direction. Am I missing something
-
dikidera
- Posts: 1304
- Joined: 15 August 2022
- Year and Model: S60 2005
- Location: Galaxy far far away
- Has thanked: 67 times
- Been thanked: 175 times
I have progressed further in developing the Windows J2534 python tool usng the Mongoose JLR clone drivers. I have with reverse engineering figured out it only supports CAN_XON_XOFF_PS(or ISO15765) protocol aka 0x800A(according to github) from the J2534-2 API spec, provide anything else and it wiill error out with 0xA error code.
The Mongoose driver reverse engineering was terrible, it uses try catch exceptions, stack canaries(VS stuff) and every C++ bell and whistle, everything is interspersed with unwinds and whatnot.
Oh yeah I also found out Python still produce x86(32-bit) packages and binaries. Meaning I did away with the wrapper/glue bridge for 64-bit drivers.
I am on error 0x13(ERROR_PIN_INVALID) because of 0 flags for the protocol, which I will take care off soon.
The Mongoose driver reverse engineering was terrible, it uses try catch exceptions, stack canaries(VS stuff) and every C++ bell and whistle, everything is interspersed with unwinds and whatnot.
Oh yeah I also found out Python still produce x86(32-bit) packages and binaries. Meaning I did away with the wrapper/glue bridge for 64-bit drivers.
I am on error 0x13(ERROR_PIN_INVALID) because of 0 flags for the protocol, which I will take care off soon.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1 Replies
- 6396 Views
-
Last post by RickHaleParker
-
- 5 Replies
- 8644 Views
-
Last post by forumoto






