Time to prioritize: let them aim for different targets. So one would allow, say -100W into the grid and the other aims for 0W
Done something similar here: viewtopic.php?t=2571
Search found 6587 matches
- Wed Apr 23, 2025 7:00 am
- Forum: Projects
- Topic: The Greg's Grid Tie Solar Project
- Replies: 207
- Views: 162026
- Wed Apr 23, 2025 6:32 am
- Forum: Tesla
- Topic: Tesla LDU and incorrect UDC reading problem
- Replies: 4
- Views: 220
Re: Tesla LDU and incorrect UDC reading problem
Does the voltage drop (close) to 0 when not allowing HV into the inverter?
186V sounds suspiciously like the floating value when Vsense is not connected to the OI board
186V sounds suspiciously like the floating value when Vsense is not connected to the OI board
- Tue Apr 22, 2025 4:24 pm
- Forum: Tesla
- Topic: Tesla LDU and incorrect UDC reading problem
- Replies: 4
- Views: 220
Re: Tesla LDU and incorrect UDC reading problem
Just a guess really: sounds like moisture either on the Vsense electronics or the connector or the logic board
- Tue Apr 22, 2025 7:33 am
- Forum: BMW
- Topic: BMW I3 motor noise
- Replies: 5
- Views: 1888
Re: BMW I3 motor noise
wow, that's heroic, great work!
- Tue Apr 22, 2025 7:27 am
- Forum: Projects
- Topic: [Driving] Homebuilt Locost 7 - from Motorcycle engine to Leaf power!
- Replies: 76
- Views: 34246
Re: [Driving] Homebuilt Locost 7 - from Motorcycle engine to Leaf power!
Holy crap, I'm so glad we don't have oil companies in Germany. The car lobby is already painful enough.
Would really miss your input from the user side...
Would really miss your input from the user side...
- Mon Apr 21, 2025 2:15 pm
- Forum: Toyota/Lexus
- Topic: EV Conversion using prius gen 2 inverter/transaxle
- Replies: 98
- Views: 23474
Re: EV Conversion using prius gen 2 inverter/transaxle
Aaah! Set dirmode to DefaultForward
It's now in Neutral!
It's now in Neutral!
- Sat Apr 19, 2025 1:17 pm
- Forum: Projects
- Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
- Replies: 784
- Views: 789400
Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Got a chance to test my cooling scoops yesterday on a 350 km trip. Outside temp was 7°C so quite favorable. I drove 250 km then charged from 25 to 65% with 200A. Battery heated up to 44.5°C. I opened the scoops and after 50 km the battery had cooled down to 37°C. Then it started raining so I closed ...
- Sat Apr 19, 2025 9:21 am
- Forum: Batteries and Charging
- Topic: QCA7000 Foccci+Clara User thread
- Replies: 190
- Views: 67732
Re: QCA7000 Foccci+Clara User thread
The latest binary is here: https://github.com/uhi22/ccs32clara/actions (you need to log in). You need an esp32 web interface to flash the firmware and yes all versions run on all boards
- Sat Apr 19, 2025 8:51 am
- Forum: Classifieds
- Topic: Shed cleanout (inverters, chargers, motors)
- Replies: 4
- Views: 956
Re: Shed cleanout (inverters, chargers, motors)
Sorry I won't give away just boards, I want the bulky stuff gone.
Will check postage to UK for the entire inverter
Will check postage to UK for the entire inverter
- Wed Apr 16, 2025 5:56 pm
- Forum: Vehicle Control (VCU)
- Topic: 160kW Leaf with Zombieverter and..
- Replies: 10
- Views: 655
Re: 160kW Leaf with Zombieverter and..
I am 
https://github.com/jsphuebner/stm32-car ... mebbms.cpp
It's not quite as universal as SimpBMS code as it hard-coded targets only the 2 48-channel modules but is easily adopted

https://github.com/jsphuebner/stm32-car ... mebbms.cpp
It's not quite as universal as SimpBMS code as it hard-coded targets only the 2 48-channel modules but is easily adopted
- Wed Apr 16, 2025 2:05 pm
- Forum: Drive trains (motors and inverters)
- Topic: Dropping max KW from 220 to 80KW
- Replies: 3
- Views: 208
- Wed Apr 16, 2025 1:36 pm
- Forum: Drive trains (motors and inverters)
- Topic: Dropping max KW from 220 to 80KW
- Replies: 3
- Views: 208
Re: Dropping max KW from 220 to 80KW
Oh god, what a load of rubbish 
I'd start by dropping fslipmax to 2 or 1.5 Hz and fslipmin to 1.5 Hz as well. Should already get you the reduction.

I'd start by dropping fslipmax to 2 or 1.5 Hz and fslipmin to 1.5 Hz as well. Should already get you the reduction.
- Wed Apr 16, 2025 5:24 am
- Forum: Vehicle Control (VCU)
- Topic: MCP2515 - Driver for Multiple channels?
- Replies: 2
- Views: 410
- Wed Apr 16, 2025 5:23 am
- Forum: User Interface
- Topic: OI -> Web Interface Strings
- Replies: 3
- Views: 563
Re: OI -> Web Interface Strings
No.
You'd have to hack up a custom json command and put your string in the "value" field, like is done with serialnumber. That will only work over UART though, not CAN, as the latter only downloads the json once.
Might be better to use integer values, then introduce special handling to the web ...
You'd have to hack up a custom json command and put your string in the "value" field, like is done with serialnumber. That will only work over UART though, not CAN, as the latter only downloads the json once.
Might be better to use integer values, then introduce special handling to the web ...
- Tue Apr 15, 2025 12:06 pm
- Forum: Drive trains (motors and inverters)
- Topic: Overcurrent trips at low speed [SOLVED]
- Replies: 11
- Views: 1391
Re: Overcurrent trips at low speed [SOLVED]
To be honest I'm not sure if throtcur shows as rms or peak 
I run throtcur 5.5 and ocurlim 900 with leaf inverter

I run throtcur 5.5 and ocurlim 900 with leaf inverter
- Tue Apr 15, 2025 4:50 am
- Forum: General
- Topic: Multiple OI Boards Communication
- Replies: 3
- Views: 419
Re: Multiple OI Boards Communication
In plain CAN there are no main/sub hierarchies. Some call it a real time data base, as data can be put on there by any node and read by any node.
So if you want OI CCS to receive a current setpoint from OI VCU you have to make sure the VCU transmits and the CCS receives on the same channel (haha ...
So if you want OI CCS to receive a current setpoint from OI VCU you have to make sure the VCU transmits and the CCS receives on the same channel (haha ...
- Mon Apr 14, 2025 7:52 pm
- Forum: Battery Managment (BMS)
- Topic: Flying ADC 16 channel BMS 96S test
- Replies: 130
- Views: 36065
Re: Flying ADC 16 channel BMS 96S test
Don't know what happened on your side. Also updated my 2.0 modules after you reported and they are fine.
Maybe you can build a tester, too? 16 resistors in series. like 270 Ohms or so. Then run your battery voltage (or better a lab supply) over all of them and tap off to the BMS. There shouldn't be ...
Maybe you can build a tester, too? 16 resistors in series. like 270 Ohms or so. Then run your battery voltage (or better a lab supply) over all of them and tap off to the BMS. There shouldn't be ...
- Sun Apr 13, 2025 7:30 am
- Forum: Projects
- Topic: [WIP] Voltswagen T2 -76
- Replies: 151
- Views: 56054
Re: [WIP] Voltswagen T2 -76
That or maybe bus bar your way out. Towards the middle of the motor, then cables?
- Sat Apr 12, 2025 11:34 am
- Forum: Drive trains (motors and inverters)
- Topic: Inverter Firmware 5.35.R
- Replies: 85
- Views: 23586
Re: Inverter Firmware 5.35.R
I'm sure that helps too, but most of all it is about using the correct rotor position in the transformations. Wrong rotor position means crap in, crap out
- Fri Apr 11, 2025 5:04 pm
- Forum: Tesla
- Topic: Bootloader update via Wifi [SOLVED]
- Replies: 7
- Views: 927
Re: Bootloader update via Wifi [SOLVED]
Spent some though on it and it doesn't make sense to add CAN support to the boot updater as of now. If you have a processor without CAN bootloader you can't program the boot updater anyway. You always need UART access to do this.
- Fri Apr 11, 2025 3:02 pm
- Forum: Drive trains (motors and inverters)
- Topic: Inverter Firmware 5.35.R
- Replies: 85
- Views: 23586
- Fri Apr 11, 2025 7:58 am
- Forum: Batteries and Charging
- Topic: Selfmade CCS Inlet?
- Replies: 21
- Views: 3538
Re: Selfmade CCS Inlet?
I see a stack of PE-less CEE plugs piling up 
I think this solution is legit for DIY V2G installations where you only run like 30A max. On the other hand my CCS plug was less than 100€ on ali.

I think this solution is legit for DIY V2G installations where you only run like 30A max. On the other hand my CCS plug was less than 100€ on ali.
- Fri Apr 11, 2025 5:45 am
- Forum: Drive trains (motors and inverters)
- Topic: Inverter Firmware 5.35.R
- Replies: 85
- Views: 23586
- Thu Apr 10, 2025 3:22 pm
- Forum: Battery Managment (BMS)
- Topic: Flying ADC 16 channel BMS 96S test
- Replies: 130
- Views: 36065
Re: Flying ADC 16 channel BMS 96S test
GND to GND, "Voltage" to 5V, "Signal" to CUR+
Parameter idcmode to AdcSingle
I think the Leaf sensor outputs an asymmetric signal. So at 0A it sits at 3.2V or so. Can be adjusted with idcofs
Parameter idcmode to AdcSingle
I think the Leaf sensor outputs an asymmetric signal. So at 0A it sits at 3.2V or so. Can be adjusted with idcofs
- Thu Apr 10, 2025 3:13 pm
- Forum: Drive trains (motors and inverters)
- Topic: Inverter Firmware 5.35.R
- Replies: 85
- Views: 23586
Re: Inverter Firmware 5.35.R
Went out for a test drive myself now. Started with syncadv=10. Already in neutral it is much more controlled, I can spin up nicely to 7500 rpm without sudden takeoff like before.
But then on driving things looked differently. No self acceleration but 2 short bursts of unwanted regen when ...
But then on driving things looked differently. No self acceleration but 2 short bursts of unwanted regen when ...