Search found 2409 matches
- Thu Jun 26, 2025 12:11 pm
- Forum: Projects
- Topic: [WIP] Upgrade a converted Citroën DS Electric
- Replies: 4
- Views: 2065
Re: [WIP] Upgrade a converted Citroën DS Electric
Where did you obtain the SimpBMS from? I recently got notified EV-Shop has ripped off my board design and are selling them on without my consent.
- Thu Jun 26, 2025 12:08 pm
- Forum: Getting Started
- Topic: Nissan Leaf Stack not getting revs underload
- Replies: 14
- Views: 1377
- Wed Jun 25, 2025 12:33 pm
- Forum: Getting Started
- Topic: Nissan Leaf Stack not getting revs underload
- Replies: 14
- Views: 1377
Re: Nissan Leaf Stack not getting revs underload
We will need logs of Potnom from zombie will doing this, there may be things limiting the torque request as its not flat out.
Edit your issue is: "udcmin": 360
This is limiting throttle, this should be shown by zombieverter and the potnom spotvalue
This is high for a 96s battery, change it to ...
Edit your issue is: "udcmin": 360
This is limiting throttle, this should be shown by zombieverter and the potnom spotvalue
This is high for a 96s battery, change it to ...
- Wed Jun 25, 2025 10:06 am
- Forum: ZombieVerter VCU
- Topic: Zombieverter simpBMS udc and idc reading for i3 LIM charging
- Replies: 3
- Views: 160
Re: Zombieverter simpBMS udc and idc reading for i3 LIM charging
Okay, need to build a setup myself to go through some stuff at some point. To make sure I do not break anything, specially the contactor control in zombie.
I may have time this weekend or not.
I may have time this weekend or not.
- Wed Jun 25, 2025 9:00 am
- Forum: ZombieVerter VCU
- Topic: Zombieverter simpBMS udc and idc reading for i3 LIM charging
- Replies: 3
- Views: 160
Re: Zombieverter simpBMS udc and idc reading for i3 LIM charging
It should be trying to pull IDC data too.
Ah thats right I taught the fix for blocking CANmap from grabbing same id. could have the SimpBMS code put it also in udc
What controls your contactors?
What is you Param::BMS_Timeout set to?
Ah thats right I taught the fix for blocking CANmap from grabbing same id. could have the SimpBMS code put it also in udc
What controls your contactors?
What is you Param::BMS_Timeout set to?
- Wed Jun 25, 2025 7:42 am
- Forum: ZombieVerter VCU
- Topic: Leaf full stack not reversing properly
- Replies: 34
- Views: 14403
Re: Leaf full stack not reversing properly
SavvyCan and a dbc file from Dalas github https://github.com/dalathegreat/leaf_can_bus_messages
- Wed Jun 25, 2025 7:40 am
- Forum: Batteries and Charging
- Topic: Is this coolant leak something to be worried about?
- Replies: 1
- Views: 110
Re: Is this coolant leak something to be worried about?
Yes coolant plus batteries is bad and not really fixable.
- Tue Jun 24, 2025 5:54 pm
- Forum: Getting Started
- Topic: CAN map in zombie (and OI?) For newbs
- Replies: 25
- Views: 7728
Re: CAN map in zombie (and OI?) For newbs
No I wont post bins publicly. Let me reach out to you about testing.
- Tue Jun 24, 2025 4:18 pm
- Forum: Getting Started
- Topic: CAN map in zombie (and OI?) For newbs
- Replies: 25
- Views: 7728
Re: CAN map in zombie (and OI?) For newbs
IDC is a signed 16 bit value. no idea how to map this properly, I was hoping someone with a bit more CANmap experience would lend some insight.
So a high value above half the max of a 16bit value is a negative number.
Can ofcourse also map this hardcoded into the SimpBMS class in Zombie. All you ...
So a high value above half the max of a 16bit value is a negative number.
Can ofcourse also map this hardcoded into the SimpBMS class in Zombie. All you ...
- Tue Jun 24, 2025 1:45 pm
- Forum: Getting Started
- Topic: CAN map in zombie (and OI?) For newbs
- Replies: 25
- Views: 7728
Re: CAN map in zombie (and OI?) For newbs
So you are saying it is not possible to map cab300 to zombie instead?
Possibly as its a 32 bit value with a large offset so might not be possible.
SimpBMS (note there are many versions of firmware) works with the CAB300(note there are a few options of this sensor), you just need to configure ...
- Tue Jun 24, 2025 1:43 pm
- Forum: Getting Started
- Topic: CAN map in zombie (and OI?) For newbs
- Replies: 25
- Views: 7728
Re: CAN map in zombie (and OI?) For newbs
Just select the inverter and it will work as this is a "normal" use case. Also mentioned else where before.
viewtopic.php?p=82870#p82870
- Tue Jun 24, 2025 7:42 am
- Forum: Getting Started
- Topic: CAN map in zombie (and OI?) For newbs
- Replies: 25
- Views: 7728
Re: CAN map in zombie (and OI?) For newbs
Again, have the SimpBMS which you are using read it and translate it to a signed 16 bit values in stead of the complicated 32 bit one.
This is a lot easier to map into the Zombie.
This is a lot easier to map into the Zombie.
- Sun Jun 22, 2025 6:08 pm
- Forum: Batteries and Charging
- Topic: BMW i3 CCS/charge port controller
- Replies: 1236
- Views: 6861835
Re: BMW i3 CCS/charge port controller
Yes you need to have it show up as volts not mv.
- Sat Jun 21, 2025 5:51 pm
- Forum: Batteries and Charging
- Topic: BMW i3 CCS/charge port controller
- Replies: 1236
- Views: 6861835
Re: BMW i3 CCS/charge port controller
Simp BMS provides battery voltage and current. So map those to the idc and udc spotvalues/params
The I3 LIM code uses those params along with charging params. Params are a general table of values referenced by all parts of the software no need to link them.
The I3 LIM code uses those params along with charging params. Params are a general table of values referenced by all parts of the software no need to link them.
- Sat Jun 21, 2025 5:43 pm
- Forum: Batteries and Charging
- Topic: BMW i3 CCS/charge port controller
- Replies: 1236
- Views: 6861835
Re: BMW i3 CCS/charge port controller
No a CAB300 is not a shunt. it is a current sensor.
Just use the CAN map to get the values in there. you can even just use the CAN messages from the SimpBMS
params you just need to map are idc and udc
Your zombie is not doing precharge then.
Just use the CAN map to get the values in there. you can even just use the CAN messages from the SimpBMS
params you just need to map are idc and udc
Your zombie is not doing precharge then.
- Sat Jun 21, 2025 12:53 pm
- Forum: Getting Started
- Topic: Bench test hardware
- Replies: 3
- Views: 203
Re: Bench test hardware
What inverter, what motor, what board/vcu?
A decent power supply that can do 12V at like 5A is a good thing to have.
HV power supply, no point really for spinning a motor.
A decent power supply that can do 12V at like 5A is a good thing to have.
HV power supply, no point really for spinning a motor.
- Tue Jun 17, 2025 6:41 am
- Forum: Vehicle Control (VCU)
- Topic: Which board is better to use?
- Replies: 5
- Views: 886
- Sun Jun 15, 2025 11:23 am
- Forum: Battery Managment (BMS)
- Topic: Simp BMS
- Replies: 733
- Views: 469087
- Sat Jun 14, 2025 12:51 pm
- Forum: BMW
- Topic: Bmw i3 battery mounting
- Replies: 1
- Views: 187
Re: Bmw i3 battery mounting
Flat only really.
Other positions can work, but have risks attached around venting or durability.
Other positions can work, but have risks attached around venting or durability.
- Fri Jun 13, 2025 12:48 pm
- Forum: General
- Topic: BMW BMS Message 0x080
- Replies: 13
- Views: 3187
Re: BMW BMS Message 0x080
single cell beeing up or down balanced, they can only be bled down. this is the 12 bit value in the "0" message id
Also you have next to the cell voltage a signal that indicates the "quality" one of the values indicates voltage not to be used due to balancing.
Also you have next to the cell voltage a signal that indicates the "quality" one of the values indicates voltage not to be used due to balancing.
- Fri Jun 13, 2025 8:31 am
- Forum: Vehicle Control (VCU)
- Topic: CAN Callback - Zombieverter VCU
- Replies: 1
- Views: 374
Re: CAN Callback - Zombieverter VCU
Correct this is the limitation, it is all legacy code and being stretched very far and is breaking at the seams.
- Fri Jun 13, 2025 7:53 am
- Forum: General
- Topic: BMW BMS Message 0x080
- Replies: 13
- Views: 3187
Re: BMW BMS Message 0x080
Cool, did you create a DBC for easy tracking of the newly found signals?
I cannot really find anything too "interesting" in the module.cpp
- Fri Jun 13, 2025 7:49 am
- Forum: Projects
- Topic: [WIP] Voltswagen T2 -76
- Replies: 163
- Views: 71413
Re: [WIP] Voltswagen T2 -76
The Tesla M3 PCS is NOT waterproof, so I would re think its location and house it in something.
- Sat Jun 07, 2025 5:32 pm
- Forum: ZombieVerter VCU
- Topic: New Zombie user not getting LS outputs.
- Replies: 16
- Views: 4012
Re: New Zombie user not getting LS outputs.
You need a start signal to go into precharge.
- Sat Jun 07, 2025 4:09 pm
- Forum: ZombieVerter VCU
- Topic: New Zombie user not getting LS outputs.
- Replies: 16
- Views: 4012
Re: New Zombie user not getting LS outputs.
And you giving it a start 12V signal?
You can use the print function to save as pdf, or atleast you can for windows, easier to save.
You can use the print function to save as pdf, or atleast you can for windows, easier to save.