Search found 31 matches
- Mon Apr 06, 2026 10:53 pm
- Forum: Projects
- Topic: Porsche 987S Cayman/Tesla LDU project
- Replies: 3
- Views: 112
Re: Porsche 987S Cayman/Tesla LDU project
Yeah, I realize that after I posted. Thank you though, I'm sure you experience will be helpful to me and others.
- Mon Apr 06, 2026 9:01 pm
- Forum: Projects
- Topic: Porsche 987S Cayman/Tesla LDU project
- Replies: 3
- Views: 112
Re: Porsche 987S Cayman/Tesla LDU project
Thanks for this post. I'm helping a friend with the electronics/software in his 996 conversion and am super interested in anything you can share about talking to the remaining electronics in the car with the DME removed. Will your code be open-source?
- Sat Mar 21, 2026 10:37 pm
- Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
- Topic: VW ID4 CAN Log Misadventure
- Replies: 4
- Views: 167
Re: VW ID4 CAN Log Misadventure
Or maybe their CAN HW implementation is as flakey as their software and that one extra load was too much... (full disclosure, I own an ID.4)
- Mon Feb 16, 2026 5:57 pm
- Forum: Toyota/Lexus
- Topic: Junkyard Report: 2009 Toyota Highlander AWD
- Replies: 47
- Views: 1318
Re: Junkyard Report: 2009 Toyota Highlander AWD
Your garage must be an interesting place. Hopefully, for the sake of your neighbors, for multiple reasons(!), you keep the door closed 
- Fri Feb 13, 2026 4:24 pm
- Forum: Classifieds
- Topic: WTB (in USA): Broken Leaf AZE0 inverter/Logic Board
- Replies: 1
- Views: 70
WTB (in USA): Broken Leaf AZE0 inverter/Logic Board
Anyone in the USA have a non-functional AZE0 inverter? Actually I just want the external connector from the logic board so a dead logic board would be ideal. This is to add to an OpenInverter control board so I can save the original controller in my inverter.
- Fri Feb 13, 2026 4:11 pm
- Forum: ZombieVerter VCU
- Topic: ZombieVerter VCU V1.2
- Replies: 32
- Views: 1937
Re: ZombieVerter VCU V1.2
From various reverse-engineered components not precisely sticking to standards I think you're better off on the Nissan Forum (https://openinverter.org/forum/viewforum.php?f=4) for this bit - as this thread is on the updated hardware.
Yeah, that was just an example (one I'm interested in). But ...
- Fri Feb 13, 2026 5:06 am
- Forum: ZombieVerter VCU
- Topic: ZombieVerter VCU V1.2
- Replies: 32
- Views: 1937
Re: ZombieVerter VCU V1.2
Damien, I've been studying your schematic and I'm a little confused about the CAN1_WAKE_OUT signal. Probably I'm just confused but I'm not sure this will work the way you have IC18 wired. The TJA1043 spec and the AH1014 app note say that the INH output will have the following values in the two low ...
- Thu Feb 12, 2026 4:42 pm
- Forum: Nissan
- Topic: Nissan Leaf OBC Gen 2 DC-DC output voltage command?
- Replies: 3
- Views: 115
Re: Nissan Leaf OBC Gen 2 DC-DC output voltage command?
Ok guys, I'll do the work :-) And I promise to document all. Was just starting the lazy way.
[At the moment] in my conversion - which I need to update here - I'm planning on replacing the Leaf inverter brain board with OI and I'm designing an "Integration ECU" around the Teensy 4.1 to handle the ...
[At the moment] in my conversion - which I need to update here - I'm planning on replacing the Leaf inverter brain board with OI and I'm designing an "Integration ECU" around the Teensy 4.1 to handle the ...
- Thu Feb 12, 2026 2:19 am
- Forum: Nissan
- Topic: Nissan Leaf OBC Gen 2 DC-DC output voltage command?
- Replies: 3
- Views: 115
Nissan Leaf OBC Gen 2 DC-DC output voltage command?
I want to do a better job than Nissan does charging the 12V battery in my EV conversion. To do this I want to control the DC-DC output voltage (based on a charge algorithm with 12V Battery voltage, current and temperature as input). This is a Gen 2 PDM so the command is via CAN. I know it can be ...
- Thu Feb 05, 2026 9:20 pm
- Forum: Drive trains (motors and inverters)
- Topic: Nissan Leaf Cooling Control
- Replies: 8
- Views: 2733
Re: Nissan Leaf Cooling Control
@bapshago ~ what is the basic PWM frequency you use with the Leaf cooling fan module?
- Sun Feb 01, 2026 4:01 pm
- Forum: Vehicle Control (VCU)
- Topic: No serial IF on openinverter running on Nucleo F103RB
- Replies: 10
- Views: 290
Re: No serial IF on openinverter running on Nucleo F103RB
oh, of course! But that didn't fix it either. No worries though. I'll keep digging as time permits. I want to learn these code bases.
I was mistaken. My friend put a SDU in his car. But, even with the known issues of openinverter in the SDU, he's game to try it. We'll probably buy in the US from ...
I was mistaken. My friend put a SDU in his car. But, even with the known issues of openinverter in the SDU, he's game to try it. We'll probably buy in the US from ...
- Sat Jan 31, 2026 7:21 pm
- Forum: Vehicle Control (VCU)
- Topic: No serial IF on openinverter running on Nucleo F103RB
- Replies: 10
- Views: 290
Re: No serial IF on openinverter running on Nucleo F103RB
OK, thank you. I'm going to see him today and we'll chat about changing from a commercial ($$$) VCU to Openinverter.
I tried to move to USART2 but no go, not even my "hello world" printf at the beginning of time. Here's what I did to re-arrange the GPIOs. Am I missing anything obvious?
1. In stm32 ...
I tried to move to USART2 but no go, not even my "hello world" printf at the beginning of time. Here's what I did to re-arrange the GPIOs. Am I missing anything obvious?
1. In stm32 ...
- Sat Jan 31, 2026 4:43 am
- Forum: Vehicle Control (VCU)
- Topic: No serial IF on openinverter running on Nucleo F103RB
- Replies: 10
- Views: 290
Re: No serial IF on openinverter running on Nucleo F103RB
OK, it's running! I think I must have damaged PB11 (USART3 RX) and that's why the serial IF doesn't work. I was able to print things from within the code (thanks for implementing putchar() so printf works!). This lead me to try the CAN interface with Dave's Openinverter CAN tool which worked ...
- Fri Jan 30, 2026 7:28 pm
- Forum: Vehicle Control (VCU)
- Topic: No serial IF on openinverter running on Nucleo F103RB
- Replies: 10
- Views: 290
Re: No serial IF on openinverter running on Nucleo F103RB
Thanks for the responses. Here's what I've done based on them, but unfortunately still no-go.
1. I tied CAN_TX (PA12) to CAN_RX (PA11)
2. I tied MPROT (PA3) to 3V3 based on Johannes's HW Rev 3 Wiki page (to be unused)
3. I tied the now REServed input, previously EMCYSTOP, (PC7) to 3V3 also based on ...
1. I tied CAN_TX (PA12) to CAN_RX (PA11)
2. I tied MPROT (PA3) to 3V3 based on Johannes's HW Rev 3 Wiki page (to be unused)
3. I tied the now REServed input, previously EMCYSTOP, (PC7) to 3V3 also based on ...
- Fri Jan 30, 2026 12:07 am
- Forum: Vehicle Control (VCU)
- Topic: No serial IF on openinverter running on Nucleo F103RB
- Replies: 10
- Views: 290
No serial IF on openinverter running on Nucleo F103RB
I am interested in playing with the openinverter FW with an eye towards using it for my friend's LDU based Porsche conversion. To that end I decided to just get some experience with the code and have tried to load it on a Nucleo-F103RB board. I am using the current (as of Dec 7 2026 dowloaded from ...
- Thu Jan 15, 2026 4:36 pm
- Forum: Projects
- Topic: BMW E93 - Hyundai Ioniq 38KwH - Leaf Gen3 Full Stack
- Replies: 4
- Views: 385
Re: BMW E93 - Hyundai Ioniq 38KwH - Leaf Gen3 Full Stack
Nice build! I'd love to hear about your battery pack. Are you using the Ioniq5/EV6 modules? What BMS? Did you cool them?
- Wed Jan 14, 2026 7:25 pm
- Forum: Vehicle Control (VCU)
- Topic: Introducing HeadlessZombie
- Replies: 28
- Views: 18035
Re: Introducing HeadlessZombie
@jetpax ~ I saw your post in the Open Inverter Web Interface Fork. It looks like your software is quite amazing. But how does one go about acquiring the hardware? The repo contains PDFs of the schematic and a board render but as far as I can tell, nothing else. Will you be releasing this as Open ...
- Tue Dec 30, 2025 4:14 pm
- Forum: Nissan
- Topic: Nissan Leaf Gen 1 or Gen 2 Inverter Pro / Con
- Replies: 4
- Views: 1805
Re: Nissan Leaf Gen 1 or Gen 2 Inverter Pro / Con
Didn't Dala do that? Put a 160 kW inverter in his Gen 1 car.
https://youtu.be/TR4CN2_rRh4?si=Du9wVUoqBHUVQ-dG
- Thu Dec 18, 2025 7:19 pm
- Forum: Projects
- Topic: 2000 Toyota Solara convertible with Leaf parts/Ioniq 5 modules
- Replies: 4
- Views: 399
Re: 2000 Toyota Solara convertible with Leaf parts/Ioniq 5 modules
Have you seen https://github.com/dalathegreat/leaf_can_bus_messages ?
Yup. I've got that downloaded and have been through it many times :-)
It's likely an add-on afterwards, but given your background do have a look at OpenCarwings: https://github.com/developerfromjokela/opencarwings.
The ...
- Wed Dec 17, 2025 6:32 pm
- Forum: Projects
- Topic: 2000 Toyota Solara convertible with Leaf parts/Ioniq 5 modules
- Replies: 4
- Views: 399
Re: 2000 Toyota Solara convertible with Leaf parts/Ioniq 5 modules
Maybe some of the following things will be of interest to people here.
As I mentioned I want to re-use some Leaf components that haven't normally been used. This will take some CAN bus reverse-engineering (on top of the wonderful work that has already been done and documented). Originally I thought ...
As I mentioned I want to re-use some Leaf components that haven't normally been used. This will take some CAN bus reverse-engineering (on top of the wonderful work that has already been done and documented). Originally I thought ...
- Wed Dec 17, 2025 5:56 pm
- Forum: Nissan
- Topic: Brake booster experiences
- Replies: 7
- Views: 390
Re: Brake booster experiences
Sorry. Here's the messy setup:
IMG_2481.jpg
It comprises all the electronics except inverter/PDM/battery. You can see the brake booster isn't connected to the pedals. When I apply 12V the brake booster becomes functional as seen in the video I link below. There is a potentiometer attached to ...
IMG_2481.jpg
It comprises all the electronics except inverter/PDM/battery. You can see the brake booster isn't connected to the pedals. When I apply 12V the brake booster becomes functional as seen in the video I link below. There is a potentiometer attached to ...
- Wed Dec 17, 2025 4:07 pm
- Forum: Nissan
- Topic: Brake booster experiences
- Replies: 7
- Views: 390
Re: Brake booster experiences
What do you mean? The pedal is normally connected to the threaded rod (on the right in the picture). Opposite is the master brake cylinder. What exactly does your experiment look like and what have you connected electrically (pin assignment)?
I didn't have room in my table-top setup to connect ...
- Tue Dec 16, 2025 7:42 pm
- Forum: Nissan
- Topic: Brake booster experiences
- Replies: 7
- Views: 390
Re: Brake booster experiences
I have one too (from a 2017) and would like to use it in my conversion but I'm a little afraid it won't fit. I have it on my lab bench test setup. I haven't yet been able to make that system successfully power up in drive mode but when I press the brake pedal (which is physically disconnected from ...
- Fri Dec 12, 2025 8:04 pm
- Forum: Battery Managment (BMS)
- Topic: Ioniq5/EV6 BMS CMU questions
- Replies: 0
- Views: 509
Ioniq5/EV6 BMS CMU questions
I and another EV converter are sharing an Ioniq 5 battery pack for 2 400V packs and I'm wondering if we can re-use the 8 CMUs we have as part of the BMS.
1. I think there's some work going on for the Kona CMUs but not sure if anyone is supporting these CMUs. Are there any open source controllers ...
1. I think there's some work going on for the Kona CMUs but not sure if anyone is supporting these CMUs. Are there any open source controllers ...
- Fri Dec 12, 2025 7:20 pm
- Forum: Projects
- Topic: 2000 Toyota Solara convertible with Leaf parts/Ioniq 5 modules
- Replies: 4
- Views: 399
2000 Toyota Solara convertible with Leaf parts/Ioniq 5 modules
Hello, after buying my first new car in decades, a locked-down OEM EV, I caught the EV conversion bug. I've been doing the usual forum reading, github perusing, document downloading and youtube video watching and have started to convert another car I already own. I am an embedded systems designer ...