Search found 127 matches
- Mon Oct 23, 2023 10:50 am
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 679
- Views: 333935
Re: Simp BMS
Massive thanks for sorting this out Tom! I was worried that my replacement Teensy was defective. But it's all working again now with the roll-back version.
- Sun Oct 22, 2023 12:45 pm
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 679
- Views: 333935
Re: Simp BMS
Has anyone used the VoltBMSV2 code yet? My Simp was constantly restarting because the watchdog wasn't updating. I got it to "work" by commenting out the cleartime block of the main loop, but I'm wondering if this version of the code is still in progress. It's possible I just don't have th...
- Tue Apr 04, 2023 11:14 am
- Forum: Vehicle Control (VCU)
- Topic: Zombieverter or Lexus GS450h VCU that is the question.
- Replies: 47
- Views: 201051
Re: Zombieverter or Lexus GS450h VCU that is the question.
Yes, I meant we changed from Zombieverter to "old" GS450H control board. May change back if the situation changes but the Zombie had too many issues that I wasn't able to solve myself. As far as I know neither option has automatic gear change implemented. The Catphish version uses the brak...
- Thu Mar 30, 2023 12:33 pm
- Forum: Vehicle Control (VCU)
- Topic: Zombieverter or Lexus GS450h VCU that is the question.
- Replies: 47
- Views: 201051
Re: Zombieverter or Lexus GS450h VCU that is the question.
FWIW we finally swapped out to the GS450H Inverter Controller board, and it's been night and day in terms of understanding how to set it up, adding functionality and the development cycle. For my skillset anyway! Already have working regen, a throttle map, current limit with PID control, safety feat...
- Thu Mar 30, 2023 12:24 pm
- Forum: Vehicle Control (VCU)
- Topic: GS450H stops working
- Replies: 5
- Views: 6487
Re: GS450H stops working
I’m just guessing here but it’d be worth checking tmphs isn’t too high and also that the brake signal isn’t switching on. P.S. Also check that the inverter is getting a really good 12v supply. I’ve had problems switching it on when the 12v battery is a bit weak. Thanks - I did check these and a few...
- Wed Mar 08, 2023 1:16 pm
- Forum: Vehicle Control (VCU)
- Topic: GS450H stops working
- Replies: 5
- Views: 6487
GS450H stops working
Hi all, posting here in case other GS450H / Zombie users have any ideas... This setup has been working rock solid for a year - when the drive is powered, it works fine and dependably, apart from the various control software bugs. However it has developed a fault where it will just stop after about a...
- Thu Feb 23, 2023 10:59 am
- Forum: Vehicle Control (VCU)
- Topic: Zombieverter or Lexus GS450h VCU that is the question.
- Replies: 47
- Views: 201051
Re: Zombieverter or Lexus GS450h VCU that is the question.
Again, great that this regression is finally fixed! Thank you Damien. I still experience what seems like a hard cut on idcmax - causes hard juddering once you reach the set limit, totally smooth if you stay below it. On GS450H, 1.11.A. Is this to be expected, or am I on the wrong version or wrong se...
- Wed Feb 22, 2023 11:40 am
- Forum: Vehicle Control (VCU)
- Topic: Zombie serial comms
- Replies: 2
- Views: 5546
Re: Zombie serial comms
Thanks very much, weird that it changed, and to such an "unusual" configuration!
- Thu Feb 02, 2023 12:55 pm
- Forum: Vehicle Control (VCU)
- Topic: Zombie serial comms
- Replies: 2
- Views: 5546
Zombie serial comms
I previously managed to send out some bytes on the UART3 (that is normally used for the wifi module) to try to trace and debug the code. But in recent versions, I find I can't even read the normal data output to the module. This should be 115200 baud, 8N1, 3.3V levels.. Switching back to an older bi...
- Thu Feb 02, 2023 12:47 pm
- Forum: Vehicle Control (VCU)
- Topic: Zombieverter or Lexus GS450h VCU that is the question.
- Replies: 47
- Views: 201051
Re: Zombieverter or Lexus GS450h VCU that is the question.
Yes, saw the update on github and already tried this version 1.11A- "Fix the non working idcmax param caused by move to float calcs in throttle.". So it was a bug, and was at least partly related to the line I identified in utils.c, which is now Throttle::IdcLimitCommand(finalSpnt, ABS(Par...
- Tue Jan 31, 2023 12:51 pm
- Forum: Vehicle Control (VCU)
- Topic: Zombieverter or Lexus GS450h VCU that is the question.
- Replies: 47
- Views: 201051
Re: Zombieverter or Lexus GS450h VCU that is the question.
Wondering the same thing myself, having been away from the project for a long time to work on other things, it seems that the same problems are outstanding: No usable current limit, and some bug causing violent hard cut and re-application of torque No regen Hard cut for RPM limit as well. It's accur...
- Tue Nov 29, 2022 1:35 pm
- Forum: Nissan
- Topic: Nissan Leaf A/C compressor 92600-3NF0A
- Replies: 23
- Views: 12700
Re: Nissan Leaf A/C compressor 92600-3NF0A
Hi all, just putting it on here in case anyone else researches the same thing: Denso 92600-5SA1A I think this is the compressor from the later "heat pump" version. It has the same type of connector, but I don't have success sending it the LIN message mentioned in the thread above. If anyon...
- Tue Nov 22, 2022 12:18 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
The idea back then was that you create a deadzone by setting potmin to a higher value than it is at absolute minimum. However the problem is that it makes detecting a faulty throttle pedal really hard. Therefore I changed the behavior to the opposite. So if it potval is ever outside of it's specifi...
- Tue Nov 22, 2022 11:48 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
Also from the 1.06A release notes: "#Please check your potmin, pot2min, potmax, pot2max values: They are the ABSOLUTE minimum and maximum. Please set them in a way that the potval can never reach them, otherwise an error will be stored." Has how these work changed? That seems to be the opp...
- Tue Nov 22, 2022 11:16 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
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, improve...
- Sat Nov 19, 2022 9:30 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
That will fix the torque cut problem? Good news, we’ll wait for that and stop fiddling with it thenJack Bauer wrote: ↑Fri Nov 18, 2022 6:42 pm 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 1:03 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
You are right about the possability of a loose connection and I am sure you know how hard it can be to prove or find. I am using economiser contactors. The use of the video was to demonstrate that precharge seems to be energised all the time. Have you manged to road test yet? I'm going to have to l...
- Thu Nov 17, 2022 12:16 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
Just been doing some testing on axle stands. First run of the day and I was trying to plot the Torque drop issue after changing a few parameters. The usual torque drop happened and the torque plot dropped to zero. I took my foot off the accelerator and then tried to re apply a small amount of throt...
- Thu Nov 17, 2022 11:55 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
You mean like Throttle::IdcLimitCommand(finalSpnt, 5); ? Never mind, I came at it another way. -> Changed the code back to original -> checked the problem still exists -> changed the idcmax from 300 to 3000 Problem is gone (on the ramp at least). So it seems to be a scaling issue, maybe just a facto...
- Thu Nov 17, 2022 11:06 am
- Forum: Open Tasks
- Topic: Investigate Zombieverter VCU GS450H Problem
- Replies: 2
- Views: 7313
- Thu Nov 17, 2022 10:56 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
I agree, the CAN interfaces as set/shown on the GUI are backwards. I have the shunt wired to CAN2 as it always has been, and with this latest software, the GUI shows that it's connected to CAN1, however it clearly is getting data from the shunt on CAN2. So it needs correcting in the SW but I think i...
- Wed Nov 16, 2022 1:01 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
Wait, what's the request? CAN2, pins 27-28 goes to the shunt on the schematic (my car is wired like that), has that changed now? Is that the cause of this problem?
- Wed Nov 16, 2022 12:35 pm
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
Now that is an actual software bug. My torque never went to zero as you will see in the plot I posted previously. So something is telling it to drop torque. from the top of my head :udcmin being hit, rpm limiter,brake in signal. Right, potnom is going to zero as well. In the utils, processthrottle ...
- Wed Nov 16, 2022 10:44 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
Re: ZombieVerter VCU Support
Test with the current DM_WORK branch
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
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
- Wed Nov 16, 2022 9:01 am
- Forum: Vehicle Control (VCU)
- Topic: ZombieVerter VCU Support
- Replies: 915
- Views: 594977
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 you...