Search found 82 matches

by Mitchy
Sat Apr 15, 2023 5:01 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MLBevo Charger- 11kw & 22kw Info
Replies: 24
Views: 5617

Re: MLBevo Charger- 11kw & 22kw Info

Proof of Concept test The proof of concept was successful Managed to convince the charger to spring to life I'll have to cleanup my Arduino sketch, and pass it along for the community to replicate My sim setup has a Teensy 4.1 The base sketch I used was Damien's PHEV code, modified for the flexcan_...
by Mitchy
Sat Apr 15, 2023 5:00 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MLBevo Charger- 11kw & 22kw Info
Replies: 24
Views: 5617

Re: MLBevo Charger- 11kw & 22kw Info

Coding Options (VCDS/PIWIS/ODIS) The MLBevo chargers seem to all use the EV_OBC3Phase1KLOMLBev16B config/odx I primarily use Porsche PIWIS tools, and since the Taycan uses a similar charger, the engineering and coding options match up. Other similar tools that can be found are VCDS, iDex, ODIS Engi...
by Mitchy
Sat Apr 15, 2023 5:00 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MLBevo Charger- 11kw & 22kw Info
Replies: 24
Views: 5617

Re: MLBevo Charger- 11kw & 22kw Info

CAN Messages CAN signals likely required - Thus far these are the signals I've decided to send for the proof of concept. We'll likely trim these back once we know what is critical and what is just for aux functions Required: BMS_01 - 0x191 BMS_02 - 0x1A1 BMS_03 - 0x39D BMS_04 - 0x5A2 BMS_06 - 0x59E...
by Mitchy
Sat Apr 15, 2023 4:59 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MLBevo Charger- 11kw & 22kw Info
Replies: 24
Views: 5617

MLBevo Charger- 11kw & 22kw Info

All. To prevent some confusion, I'm going to split the discussion of VW HV Chargers. My main work thus far involves the E-Tron Charger, It's fair to say that there's a generational difference between the 1-2 phase PHEV chargers, and the newer MLBevo type used on the Audi E-Tron, E-Tron GT & Pors...
by Mitchy
Mon Apr 03, 2023 3:28 pm
Forum: Projects
Topic: [WIP] Porsche 981 Cayman S
Replies: 46
Views: 12110

Re: Porsche 981 Cayman S (2014)

Yep that's correct
The ZeroEV stubs are just 108mm bolt spacing, so basically any 930/Newer Porsche axle works without issue.
by Mitchy
Wed Mar 29, 2023 11:56 am
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MEB Chargers
Replies: 89
Views: 18989

Re: MEB Chargers

MLBEvo Magic Bytes: Found in the DBC files under 'GenMsgPDUConstants' 0x040 - Airbag_01 - Hex ID 0x040 = { 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40 }; 0x073 - EM1_HYB_12 - Hex ID 0x073 = { 0xdb, 0x71, 0x31, 0xf9, 0x26, 0x43, 0x6d, 0x22, 0x52, 0xe...
by Mitchy
Mon Mar 27, 2023 11:39 am
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: E-tron HVJB
Replies: 12
Views: 4373

Re: E-tron HVJB

Hey Retro.

Do you happen to have any part# for the two HV plug connectors on the front of the unit? (The large ones)
Or if you’re scraping the unit, I’ll be interested in buying them both from you.
by Mitchy
Mon Mar 06, 2023 10:36 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MEB Chargers
Replies: 89
Views: 18989

Re: MEB Chargers

CAN signals likely required - Hope to expand/elaborate on what signals are or aren't required: Airbag_01 - 0x40 - Monitors HV Deactivate status BCM1_04 - 0x64F - BCM Charge Status indication - Likely just confirmation feedback BMS_01 - 0x191 BMS_02 - 0x1A1 BMS_03 - 0x39D BMS_04 - 0x5A2 BMS_06 - 0x59...
by Mitchy
Mon Mar 06, 2023 9:27 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MEB Chargers
Replies: 89
Views: 18989

Re: MEB Chargers

Just picked up a 5QE.915.684.AD charger from a 2021 Audi E-Tron Canadian Model. Hoping to help out with the Reverse Engineering efforts, or at least prove them on North American variants. Likely best to document everything here, but I think this thread will fragment into the few various different mo...
by Mitchy
Wed Feb 01, 2023 9:08 pm
Forum: Jaguar
Topic: JLR Partial DBCs
Replies: 0
Views: 3071

JLR Partial DBCs

See attached I can’t take credit. I just go fishing on Github to see what I can find. Contains info on the inverter (EPIC) and BCCM Also highlighting some CRC calcs. Also has some flexray info that may help crack the existing inverter? Not out to make this forum another MHHAUTO... so if there's any ...
by Mitchy
Mon Jan 30, 2023 8:48 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: Re-address CMC Batteries - Code Base
Replies: 1
Views: 2917

Re-address CMC Batteries - Code Base

https://github.com/seringon/sdi_seoan_incomming

Can't take credit, but here's some code to hopefully set the address of the CMC battery modules:

Also seems to define some of the extended address diagnostic messages.
by Mitchy
Mon Jan 30, 2023 8:37 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MLBEvo DBC & LIN Files
Replies: 6
Views: 4239

Re: MLBEvo DBC & LIN Files

Actually I found one today:
For the E3 which is the new Cayenne... Still based on the MLBEvo.
Has a few of the PTC Heaters
by Mitchy
Sun Jan 29, 2023 9:30 pm
Forum: Projects
Topic: [WIP] Porsche 981 Cayman S
Replies: 46
Views: 12110

Re: Porsche 981 Cayman S (2014)

Quick update,
Ibooster is installed, the Aux CAN has some info that represents pedal position:

More info here: viewtopic.php?t=2699
Managed to get the PCM hybrid battery level and hybrid flow working:
Out@100%.gif
Regen@40%.gif
by Mitchy
Sun Jan 29, 2023 8:03 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: Porsche - DBC files
Replies: 2
Views: 3584

Porsche - DBC files

Mainly focused at the Panamera but it's suitable for any of the 9x1, Macan, Panamera, Cayenne of the 2010's
A few different versions, but all within v2.11-2.12
by Mitchy
Sun Jan 29, 2023 7:38 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MLBEvo DBC & LIN Files
Replies: 6
Views: 4239

Re: MLBEvo DBC & LIN Files

The LIN files
Only for the BCM to some interior modules... But may shed some light on CRC or typical execution
by Mitchy
Sun Jan 29, 2023 7:36 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MLBEvo DBC & LIN Files
Replies: 6
Views: 4239

MLBEvo DBC & LIN Files

Just some DBCs collected that may help:
Was going to dump a bunch in the same post, but I'll separate it as most are from the MLBevo, but I have some other Porsche related items. :D

DBC Files should get us a bit closer for the Charger CCS I hope.
by Mitchy
Sun Jan 08, 2023 6:49 pm
Forum: Vehicle Control (VCU)
Topic: Remote PDU/IO - Lets Standardize a CAN Table
Replies: 2
Views: 2940

Remote PDU/IO - Lets Standardize a CAN Table

This will hopefully build on the Wiki page here: https://openinverter.org/wiki/CAN_table_CAN_STD Looking to see if we can standardize towards a CAN Table for a Generic PDU/Remote IO device to build into Zombie The actual end device shouldn't matter too much could be as simple as a bluepill and some ...
by Mitchy
Sun Jan 08, 2023 6:32 pm
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: MQB & MLB Can log Request - For Zombieverter Comm Additions
Replies: 1
Views: 3179

MQB & MLB Can log Request - For Zombieverter Comm Additions

Hey All. Wondering if anyone has any sources for a MQB and MLB canlogs. I have the DBC files already, but just looking for some examples to work with to write a Zombieverter CAN plugin for MQB and MLB models. Lots of shared addresses between these two, as well as the Porsche 9x1/Macan. I've got the ...
by Mitchy
Sat Dec 31, 2022 1:58 am
Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
Topic: VAG IBooster - Info Thread
Replies: 2
Views: 4119

Re: VAG IBooster - Info Thread

Canbus update: The 'Private CAN' network that is used for the 'Smart Actuator' contains 4 Can Messages: Still working on a DBC, but here are my initial findings: 0x100 - Some data, but difficult to decipher other than one value counts up, while the other counts down... Maybe it's a position SP for t...
by Mitchy
Wed Dec 14, 2022 11:58 am
Forum: Vehicle Control (VCU)
Topic: Mini-VCU Based Stm32-VCU?
Replies: 4
Views: 3220

Re: Mini-VCU Based Stm32-VCU?

Great points to consider all around. I do fear that more forks of hardware will dilute the whole ecosystem, the main purpose was basically to get the board assembly cost down to $100 or so, shrinking the size to make custom boards easier while still using the same circuitry. My ultimate goal is to s...
by Mitchy
Wed Dec 14, 2022 1:15 am
Forum: Vehicle Control (VCU)
Topic: Mini-VCU Based Stm32-VCU?
Replies: 4
Views: 3220

Mini-VCU Based Stm32-VCU?

Hello All. Inquiring to see if we can set some requirements for a 'Mini' Zombieverter. I'm careful not to fork and crowd this space too much; but I seem to think that there's some space in the Stm32-vcu line for a non-toyota focused VCU, while still maintaining compatibility with the project as a wh...
by Mitchy
Thu Dec 01, 2022 1:31 am
Forum: Classifieds
Topic: [SOLD] Fried AEM Electronics VCU 200 Programmable Electric Vehicle Control Unit
Replies: 1
Views: 292

Re: Fried AEM Electronics VCU 200 Programmable Electric Vehicle Control Unit

I'll bite on this one.
Been hoping to mess with seeing what protection is in the Raptor ECUs
Would you be willing to ship to Canada?
Just a flat rate international box will do.
by Mitchy
Thu Dec 01, 2022 12:55 am
Forum: Vehicle Control (VCU)
Topic: Show your ECU connectors
Replies: 7
Views: 2522

Re: Show your ECU connectors

Would the best path forward to be to condense the VCU into a footprint that can be just copy-paste into a PCB design for each connector/enclosure type? Ultimately with that many pins available, it's easy enough to add a few SPI IO chips and extend the IO to whatever space isn't used by the base VCU ...
by Mitchy
Tue Nov 29, 2022 11:00 pm
Forum: Vehicle Control (VCU)
Topic: Show your ECU connectors
Replies: 7
Views: 2522

Re: Show your ECU connectors

Also used on some Korean cars, either the full plug, or just the smaller 60 pin, with the 94 pin left pin-less The later Porsche sdi3+ ECUs use a similar plug, although slightly different layout (Still 154 pins, but large pins are in different places with a 58/96 pin plug layout) That version is als...