Search found 3564 matches
- Mon Jul 15, 2024 7:57 am
- Forum: Vehicle Control (VCU)
- Topic: Zombieverter: MIC4422YM v.s. FAN3122
- Replies: 10
- Views: 3376
Re: Zombieverter: MIC4422YM v.s. FAN3122
Yes that is correct. The MIC4422YM are replacements for the FAN3122 as the latter seems to be out of stock in most places at the time of writing.
- Sun Apr 02, 2023 8:15 am
- Forum: Vehicle Control (VCU)
- Topic: GS450H stops working
- Replies: 5
- Views: 6509
Re: GS450H stops working
Gotta say folks if the aim of the game is to demorailse me to the point where I pack it in fully it's working a charm. Getting a little bit harder every morning to get up and face the day. I thought taking a break from the forum might give me a chance to recharge so have been popping back in of late...
- Sat Apr 01, 2023 12:14 pm
- Forum: Tesla
- Topic: Tesla Model 3 Rear Drive Unit Hacking
- Replies: 672
- Views: 202981
Re: Tesla Model 3 Rear Drive Unit Hacking
Here are a few videos on recent progress with the M3 drive unit project :
- Fri Feb 10, 2023 1:38 pm
- Forum: Toyota/Lexus
- Topic: GS450h Cuts Out on Heavy Throttle Application SOLVED
- Replies: 60
- Views: 10015
Re: GS450h Cuts Out on Heavy Throttle Application SOLVED
To get to the bottom of this is going to require some slow and steady diagnostics and information. Please do the following in this order and post the information here : 1)Use unmodified code straight from github 2)Post your parameter file here 3)Run a plot of the the "torque" paramater fro...
- Sun Nov 20, 2022 9:26 am
- Forum: General
- Topic: Leaving the forum
- Replies: 41
- Views: 8589
Leaving the forum
Folks am sad to say the time seems to have come for me to leave the forum. From what I can see over much of the past year the projects I've pursued are of little to no interest to a good 98% of members if participation is any guide. I miss waking up eagerly to check the forum and see if someone in a...
- Sun Nov 20, 2022 9:14 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Not as much as a thank you for the effort put into solving a BIG bug and testing the fix? Ok.
- Sat Nov 19, 2022 1:34 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
- Sat Nov 19, 2022 12:54 pm
- Forum: Vehicle Control (VCU)
- Topic: The ZombieVerter VCU Project
- Replies: 930
- Views: 229080
Re: The ZombieVerter VCU Project
Can everyone please update to the latest V1.06A code here : https://github.com/damienmaguire/Stm32-vcu/releases/tag/1.06A Following a few very intensive days testing and coding by some very kind patrons we uncovered a very significant bug in the throttle handling routine. This is now fixed, improved...
- Sat Nov 19, 2022 12:54 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Can everyone please update to the latest V1.06A code here : https://github.com/damienmaguire/Stm32-vcu/releases/tag/1.06A Following a few very intensive days testing and coding by some very kind patrons we uncovered a very significant bug in the throttle handling routine. This is now fixed, improved...
- Fri Nov 18, 2022 6:45 pm
- Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
- Topic: MEB Chargers
- Replies: 169
- Views: 55204
Re: MEB Chargers
correct. its a current pump. Damn the voltage and full speed ahead. found the can message today that commands the charge port lock so yay. More soon hopefully.
- Fri Nov 18, 2022 6:42 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
you can increase throtmax. I just had it set low for testing. In other news there is a big bug fix release soon thanks to some fantastic work by one of my patrons.
- Thu Nov 17, 2022 11:51 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Interesting. That routine should only kick in if idc>idcmax or idc<idcmin. Assuming you have set those values correctly then my guess would be some number is wrapping around itself possibly due to the change from fixed point to floats as that routine has not been modified itself. as a simple test, s...
- Thu Nov 17, 2022 9:04 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Parameter file attached from the E39.
- Wed Nov 16, 2022 6:24 pm
- Forum: VW (VAG, Volkswagen, Audi, Porsche etc.)
- Topic: MEB Chargers
- Replies: 169
- Views: 55204
Re: MEB Chargers
Small update. The good old Völlig Wertlos is finally responding to CAN generated by a micro and not just replayed logs. Oh and it doesnt care what you connect to the HV wires. 360v, 12v, heating element, dead short. Its mission in life is pumping current and annoying me with its silly amount of cros...
- Wed Nov 16, 2022 3:14 pm
- Forum: Projects
- Topic: Der Panzer Tesla Powered BMW E31
- Replies: 77
- Views: 20087
- Wed Nov 16, 2022 11:24 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Uploaded the new version 1.01 (Sept 22) Just started to put items together, but had trouble initiating the IVT Shunt. It's connected CANBUS 2 (pins 27,28). Found I had to change the CANBUS to CANBUS 1 in the interface to get the VCU to talk to the Shunt. Check my wiring which is correct to the diag...
- Wed Nov 16, 2022 11:24 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
- Wed Nov 16, 2022 11:24 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Test with the current DM_WORK branch Screenshot 2022-11-16 103416.png Torque is actually going completely to zero. I'll try removing that "torque cut" code and see it makes a difference. With the old code (from last year) put back Screenshot 2022-11-16 104131.png Now that is an actual sof...
- Wed Nov 16, 2022 11:22 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Hi Damien, I will try to debug this today, obviously it’s working for you so I want to start with checking if there’s any difference in code or settings: would you mind sharing the settings you’re using, and confirm that you’re using the same .hex file that you released? Also it looked like when yo...
- Wed Nov 16, 2022 8:49 am
- Forum: Projects
- Topic: The LandYacht BMW E39 Saloon
- Replies: 111
- Views: 29098
Re: The LandYacht BMW E39 Saloon
On the road :
- Wed Nov 16, 2022 8:48 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
I have created an open task to better focus the community efforts :
viewtopic.php?p=48640#p48640
viewtopic.php?p=48640#p48640
- Wed Nov 16, 2022 8:47 am
- Forum: Open Tasks
- Topic: Investigate Zombieverter VCU GS450H Problem
- Replies: 2
- Views: 7335
Investigate Zombieverter VCU GS450H Problem
There have been several reports of a problem with the Lexus GS450H module in the Zombieverter VCU failing to provide smooth throttle response. e.g. here : https://openinverter.org/forum/viewtopic.php?p=48603#p48603 To date in order to solve this I purchased a GS450H drivetrain, removed it from d don...
- Tue Nov 15, 2022 1:42 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Lets try this : Do a plot of speed and torque. Speed on right and torque on left.
- Tue Nov 15, 2022 1:31 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
Awesome, DM_WORK built and loaded OK. Showing version 1.00 A Right, I can confirm that it's not really drivable now! Sort of on/off pulses as you accelerate? I can upload a video if you want. I'll try to debug this, but can you give me a baseline for what should be working: Regen: I see the new set...
- Tue Nov 15, 2022 1:24 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 595978
Re: ZombieVerter VCU Support
I got the VCU board back from Beemer. A Fan3121 has been fitted in position IC12 in place of the NCV8461. This kit would have shipped without the NCV8461 in any event as they were not available until about a week ago. This would have fed 12v into the 3v3 line and destroyed the microcontroller as wel...