[WIP] Jeep 2ML70 Conversion
[WIP] Jeep 2ML70 Conversion
I'm going to convert some type of Jeep vehicle from the mid to late 90s or early 2000s using a 2009 Chevy Tahoe Hybrid transmission. I don't have the vehicle picked out yet. I'm trying to develop the powertrain right now.
Powertrain Design: Zombiverter with a Prius Inverter driving the Transmission.
About the 2ML70 vs GS450h/LS600H... I actually picked up an LS600H cheap, but those are pretty rare around here. I got very very lucky. 2ML70s are more common, but not common either. The spec on these is 2 60Kw motors. I suspect the 2ML70 motors are very under rated. The 2ML70 is rediculously larger and heavier than the LS600H (maybe 100lb/45kg heavier). I realize size isn't everything (maybe its just more durable or inefficient), but I've got to beleive some of it is untapped power. I suspect that they could do 80kw and maybe 100kw with propper cooling. Anyway ... I'll find out.
I haven't given much thought to the battery or much of anything else. I did pickup electric vaccume and power steering pumps while I was cruising through the junk yard.
Here's what I know:
The Auxiallary oil pump kicks on between 230 and 280Hz
I can command the transmission gears using 0A2 byte 2.(counting from 0).
0A2.B2=0x20 -> ?, 1F5.B4=0x0B
0A2.B2=0x30 -> Park,
0A2.B2=0x40 -> Reverse,
0A2.B2=0x50 -> Neutral,
0A2.B2=0x60 -> Drive
0A2.B2=0x0D ->?, 1F5.B4= 0x0D
The 1F5 status indicates that it was commanded, but it didn't shift. I am working to enable the auxiallry pump so I can get it to actually shift.
Changing other bits later in the same message causes solenoids to change states. I took the oil pan off and took some solenoid measurements. I'm not sure what's really going on, but the pressure solenoids operate at 3.01185Khz. The shift solenoids appear to be on/off only. I can make the forward most shift solenoid turn on and off by setting various 0A2 bits. I beleive the other solenoid can also be manipulated in this way. Only the PW of the PCS closest to the rear of the tranmssion could be changed. The others were ~static at 25us or ~140us no matter how I manipulate the bits in the message. THere are four messages that could affect change... 0A1, 0A2, 0A3, 0B4
What gears should I use?
I beleive 1st and 3rd gear are the most like candidates providing dual motor output capability.
Software
I'll need to create some custom Zombiverter Software to shift gears.
Powertrain Design: Zombiverter with a Prius Inverter driving the Transmission.
About the 2ML70 vs GS450h/LS600H... I actually picked up an LS600H cheap, but those are pretty rare around here. I got very very lucky. 2ML70s are more common, but not common either. The spec on these is 2 60Kw motors. I suspect the 2ML70 motors are very under rated. The 2ML70 is rediculously larger and heavier than the LS600H (maybe 100lb/45kg heavier). I realize size isn't everything (maybe its just more durable or inefficient), but I've got to beleive some of it is untapped power. I suspect that they could do 80kw and maybe 100kw with propper cooling. Anyway ... I'll find out.
I haven't given much thought to the battery or much of anything else. I did pickup electric vaccume and power steering pumps while I was cruising through the junk yard.
Here's what I know:
The Auxiallary oil pump kicks on between 230 and 280Hz
I can command the transmission gears using 0A2 byte 2.(counting from 0).
0A2.B2=0x20 -> ?, 1F5.B4=0x0B
0A2.B2=0x30 -> Park,
0A2.B2=0x40 -> Reverse,
0A2.B2=0x50 -> Neutral,
0A2.B2=0x60 -> Drive
0A2.B2=0x0D ->?, 1F5.B4= 0x0D
The 1F5 status indicates that it was commanded, but it didn't shift. I am working to enable the auxiallry pump so I can get it to actually shift.
Changing other bits later in the same message causes solenoids to change states. I took the oil pan off and took some solenoid measurements. I'm not sure what's really going on, but the pressure solenoids operate at 3.01185Khz. The shift solenoids appear to be on/off only. I can make the forward most shift solenoid turn on and off by setting various 0A2 bits. I beleive the other solenoid can also be manipulated in this way. Only the PW of the PCS closest to the rear of the tranmssion could be changed. The others were ~static at 25us or ~140us no matter how I manipulate the bits in the message. THere are four messages that could affect change... 0A1, 0A2, 0A3, 0B4
What gears should I use?
I beleive 1st and 3rd gear are the most like candidates providing dual motor output capability.
Software
I'll need to create some custom Zombiverter Software to shift gears.
-
- Posts: 1049
- Joined: Tue Sep 17, 2019 8:33 pm
- Location: Raleigh, NC, USA
- Has thanked: 221 times
- Been thanked: 257 times
Re: [WIP] Jeep 2ML70 Conversion
Sounds cool! Check out the articles I linked in the 2ML70 thread - there's some info there about the gears/shift logic that might be helpful.
I'm considering building a shop truck with the 2ML70 this spring so we might be able to work together on the development. I've got to clean up the wiring diagrams I have so that they'll be useful and not piss GM's lawyers off when I post them (they're service manual screenshots).
Also in terms of power, I know from those transmission repair articles the 2ML70 uses only electric in reverse. My father once used our family's hybrid Yukon to tow a stuck rollback flatbed truck out of deep mud and up a hill in our yard (long story), and it was in reverse. So anecdotally anyways, there's PLENTY of power on tap.
I'm considering building a shop truck with the 2ML70 this spring so we might be able to work together on the development. I've got to clean up the wiring diagrams I have so that they'll be useful and not piss GM's lawyers off when I post them (they're service manual screenshots).
Also in terms of power, I know from those transmission repair articles the 2ML70 uses only electric in reverse. My father once used our family's hybrid Yukon to tow a stuck rollback flatbed truck out of deep mud and up a hill in our yard (long story), and it was in reverse. So anecdotally anyways, there's PLENTY of power on tap.
If at first you don't succeed, buy a bigger hammer.
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
Re: [WIP] Jeep 2ML70 Conversion
Sounds good! I'll keep posting information as I move forward and I'll take whatever help I can get.
-
- Posts: 1049
- Joined: Tue Sep 17, 2019 8:33 pm
- Location: Raleigh, NC, USA
- Has thanked: 221 times
- Been thanked: 257 times
Re: [WIP] Jeep 2ML70 Conversion
I'm hoping to have time to work on the wiring diagrams this weekend. Been a hectic few weeks at work and personally.
If at first you don't succeed, buy a bigger hammer.
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
- Bratitude
- Posts: 965
- Joined: Thu Jan 02, 2020 7:35 pm
- Location: Canada
- Has thanked: 154 times
- Been thanked: 334 times
- Contact:
Re: [WIP] Jeep 2ML70 Conversion
So your going to get a oi replacement board for the Prius inverter and use zombie as your VCU?
because you can’t just hook up any motor to Prius inverter if it’s controlled by zombie
because you can’t just hook up any motor to Prius inverter if it’s controlled by zombie
https://bratindustries.net/ leaf motor couplers, adapter plates, custom drive train components
Re: [WIP] Jeep 2ML70 Conversion
Why not? Is there some motor to inverter communication that's missing?
- johu
- Site Admin
- Posts: 6618
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 342 times
- Been thanked: 1484 times
- Contact:
Re: [WIP] Jeep 2ML70 Conversion
The prius inverter expects a motor/resolver pole pair ratio of 2. That is commonly found on Lexus and Toyota motors but not on most others. With a different ratio the motor will not run at all.
In addition the inverter is probably optimised for the induction values of the Prius motor. So even if the pole pairs match it will have a few percent less efficiency.
In addition the inverter is probably optimised for the induction values of the Prius motor. So even if the pole pairs match it will have a few percent less efficiency.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
Re: [WIP] Jeep 2ML70 Conversion
Thanks. You saved me from a lot of future frustration. I beleive the ratio is 1 to 1. I see a couple of options:
1. Use a Gen 3 Prius Controller Board
2. Hack the Tahoe's Inverter, such that I can control it.
#1
Cons:Costs ~$350
Pros: Known setup and control process. Still need to VCU, which I already purchased and received, to control the transmission. Potential reduction in time spent vs #2
#2
Cons: Mostly unknown interfaces and control functionality. There might be predefined limits on power output and control.
Pros: 0 initial cost. The Tech2win software provides a readout of all motor control parameters and some transmission control overrides.
I may do both. More to think about. Thanks again!
1. Use a Gen 3 Prius Controller Board
2. Hack the Tahoe's Inverter, such that I can control it.
#1
Cons:Costs ~$350
Pros: Known setup and control process. Still need to VCU, which I already purchased and received, to control the transmission. Potential reduction in time spent vs #2
#2
Cons: Mostly unknown interfaces and control functionality. There might be predefined limits on power output and control.
Pros: 0 initial cost. The Tech2win software provides a readout of all motor control parameters and some transmission control overrides.
I may do both. More to think about. Thanks again!
-
- Posts: 1049
- Joined: Tue Sep 17, 2019 8:33 pm
- Location: Raleigh, NC, USA
- Has thanked: 221 times
- Been thanked: 257 times
Re: [WIP] Jeep 2ML70 Conversion
The third option would be to get a Volt inverter, and have some place like JLC PCB build one of Damien's controllers for it.
https://github.com/damienmaguire/Ampera-Volt-Inverter
And the 2b option would be to try to create a control board for the Tahoe inverter. I am wondering how close it is to the Volt inverter. There's a junkyard near me with a couple Volts, and one further away that has apparently had a Tahoe hybrid in the yard for a few months. I may venture out to see if the good parts are still there, but likely not for another week or two.
https://github.com/damienmaguire/Ampera-Volt-Inverter
And the 2b option would be to try to create a control board for the Tahoe inverter. I am wondering how close it is to the Volt inverter. There's a junkyard near me with a couple Volts, and one further away that has apparently had a Tahoe hybrid in the yard for a few months. I may venture out to see if the good parts are still there, but likely not for another week or two.
If at first you don't succeed, buy a bigger hammer.
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
Re: [WIP] Jeep 2ML70 Conversion
Yes! The Volt Inverter was my original plan, but I switched. The toyota inverters are very common in the junk yards around here, so I'm a little disappointed. Its not a huge deal, because I have all three inverters (Tahoe, Volt, and Prius) sitting around here.
The Tahoe and Volt Inverters are made by Hitachi. I was hoping that I could google some interface documentation on these inverters. The volt inverter is on Hitachi's web page. The tahoe and volt boards are very similar including the connectors. I beleive they're the same, but white instead of black. Using the new board with the Tahoe inverter would probably work with different connector locations and pinouts.
Regarding the volt boards... I actually priced having the Damien board mostly build by JLCPCB last year. I had to have 5 made and they came to about $400. I figured that I could make some of it back by selling the boards. Some of the parts are now obsolete, so I had to find some subs. I might try doing it again.
Here are some pics:
The Tahoe and Volt Inverters are made by Hitachi. I was hoping that I could google some interface documentation on these inverters. The volt inverter is on Hitachi's web page. The tahoe and volt boards are very similar including the connectors. I beleive they're the same, but white instead of black. Using the new board with the Tahoe inverter would probably work with different connector locations and pinouts.
Regarding the volt boards... I actually priced having the Damien board mostly build by JLCPCB last year. I had to have 5 made and they came to about $400. I figured that I could make some of it back by selling the boards. Some of the parts are now obsolete, so I had to find some subs. I might try doing it again.
Here are some pics:
-
- Posts: 1049
- Joined: Tue Sep 17, 2019 8:33 pm
- Location: Raleigh, NC, USA
- Has thanked: 221 times
- Been thanked: 257 times
Re: [WIP] Jeep 2ML70 Conversion
Ok I started a github repo for the 2ML70 project.
https://github.com/PSMangelsdorf/2ML70
Only thing there right now is an excel file with pinouts, and that only contains the main inverter connector pinouts. I'll try to add more this week.
Can you take a couple photos of the Volt and Tahoe inverter guts next to each other? I'm interested to see how similar/different they are.
https://github.com/PSMangelsdorf/2ML70
Only thing there right now is an excel file with pinouts, and that only contains the main inverter connector pinouts. I'll try to add more this week.
Can you take a couple photos of the Volt and Tahoe inverter guts next to each other? I'm interested to see how similar/different they are.
If at first you don't succeed, buy a bigger hammer.
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
Re: [WIP] Jeep 2ML70 Conversion
Here is a better photo of the Tahoe board. I would prefer not to open the volt inverter right now, but those are already on the internet.
Here are some of the parts
HITACHI board GD219561
MPC565MVR56
1MByte Flash
36Kbytes of Static RAM
ST M58BW0160
16MB Flash memory
25LC640:64K SPI Bus Serial EEPROM
CY7C1021CV26
IC SRAM 1MBIT PARALLEL 44SOJ
ADW71205YSTZ-ND
Complete monolithic resolver-to-digital converter (RDC)
TI 2444AQ: Advanced LinCMOS™ RAIL-TO-RAIL OUTPUT WIDE-INPUT-VOLTAGE OPERATIONAL AMPLIFIERS
ACPL-M46T:Automotive Intelligent Power Module with R2 Coupler™ Isolation and Small Outline
Altera ACEX EP1K10TI100-2N – 1K FPGA (56000 gates, 12288 bit memory
576 LE
66I/O
TQFP-100
72 Logic Array Blocks
SN74LVC245A Octal Bus Transceiver With 3-State Outputs
MC74HCT541A
Octal 3-State Non-Inverting Buffer/Line Driver/ Line Receiver With LSTTL-Compatible Inputs
LC245AQ:SN74LVC245A Octal Bus Transceiver With 3-State Outputs
APIC-S03 is a specific type of photoMOS relay, which is used in various circuits where reliable and fast switching of signals is required. Here are some common applications and circuits that might use the APIC-S03
Here are some of the parts
HITACHI board GD219561
MPC565MVR56
1MByte Flash
36Kbytes of Static RAM
ST M58BW0160
16MB Flash memory
25LC640:64K SPI Bus Serial EEPROM
CY7C1021CV26
IC SRAM 1MBIT PARALLEL 44SOJ
ADW71205YSTZ-ND
Complete monolithic resolver-to-digital converter (RDC)
TI 2444AQ: Advanced LinCMOS™ RAIL-TO-RAIL OUTPUT WIDE-INPUT-VOLTAGE OPERATIONAL AMPLIFIERS
ACPL-M46T:Automotive Intelligent Power Module with R2 Coupler™ Isolation and Small Outline
Altera ACEX EP1K10TI100-2N – 1K FPGA (56000 gates, 12288 bit memory
576 LE
66I/O
TQFP-100
72 Logic Array Blocks
SN74LVC245A Octal Bus Transceiver With 3-State Outputs
MC74HCT541A
Octal 3-State Non-Inverting Buffer/Line Driver/ Line Receiver With LSTTL-Compatible Inputs
LC245AQ:SN74LVC245A Octal Bus Transceiver With 3-State Outputs
APIC-S03 is a specific type of photoMOS relay, which is used in various circuits where reliable and fast switching of signals is required. Here are some common applications and circuits that might use the APIC-S03
Re: [WIP] Jeep 2ML70 Conversion
Great project! following for progress. I have always been interested in doing something like this but didn't have the technical knowledge to tackle.
Re: [WIP] Jeep 2ML70 Conversion
Pardon the intrusion. I'm in the 'read everything you can' mode of my project and someone suggested looking at the 2ML70 due to local availability (as opposed to LS600H that I initially wanted to use). I found this thread but before I did, I stumbled on this: https://www.transmissiondigest.com/gms- ... mission-2/ ... which contains some useful (to me) information including pinouts. Maybe you guys already knew about it.
-
- Posts: 1049
- Joined: Tue Sep 17, 2019 8:33 pm
- Location: Raleigh, NC, USA
- Has thanked: 221 times
- Been thanked: 257 times
Re: [WIP] Jeep 2ML70 Conversion
Yep, that's linked over on the development thread: viewtopic.php?t=5833HerbP wrote: ↑Mon Mar 31, 2025 12:29 pm I found this thread but before I did, I stumbled on this: https://www.transmissiondigest.com/gms- ... mission-2/ ... which contains some useful (to me) information including pinouts. Maybe you guys already knew about it.
If at first you don't succeed, buy a bigger hammer.
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
Re: [WIP] Jeep 2ML70 Conversion
heh oops. Sorry, I hadn't seen that thread yet.P.S.Mangelsdorf wrote: ↑Mon Mar 31, 2025 12:39 pm Yep, that's linked over on the development thread: viewtopic.php?t=5833
-
- Posts: 1049
- Joined: Tue Sep 17, 2019 8:33 pm
- Location: Raleigh, NC, USA
- Has thanked: 221 times
- Been thanked: 257 times
Re: [WIP] Jeep 2ML70 Conversion
No problem, welcome to the forum! If there's more of us thinking about using the 2ML70, it should make things easier.
If at first you don't succeed, buy a bigger hammer.
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
1940 Chevrolet w/ Tesla LDU - "Shocking Chevy" - Completed Hot Rod Drag Week 2023 and 2024
https://www.youtube.com/@MangelsdorfSpeed
Re: [WIP] Jeep 2ML70 Conversion
My project is still in the sheet metal phase. Cutting out rust and rebuilding panels, gathering chassis parts, etc. I'll follow along for now.P.S.Mangelsdorf wrote: ↑Mon Mar 31, 2025 12:49 pm No problem, welcome to the forum! If there's more of us thinking about using the 2ML70, it should make things easier.