Jack Bauer wrote: ↑Fri May 01, 2020 2:43 pm
So based on Arber's design I have decided to whip up a board that can be made at JLCPCB. After all I have two of these inverters so they need something to control them.
As Mr.Lebowski has released his source code we can get the dspic placed by jlc and program it in circuit. So as per Arber's design the big L controls the aux inverter and the big J can control either MG1 , MG2 or both. Thinking of putting an option in there to allow the big L access to one or both of the main inverters also.
Based heavily on the Gen 3 prius design it will use the same 34 way idc to ampseal 35 system for external connections.
Well thank you JB.
On a second note, since you are using L controler in circuit, please hold a bit... i made some improvements. You may want to include them.
1. CAN bus with dsPic will require code rewrite since L has its own CAN which has nothing to do with our CAN bus....

. But i built 2x CAN bus transcievers onto the board. Could be fun running everything through CAN.
2. I have successfully built autothrottle into Lebowski AC compressor control. I apply 12V signal to throttle line and it now spools up to its RPM and holds it there. You can setup throttle travel in setup menu and have it 80% or 75% etc... Compression works very well and when you remove signal it spools down slowly. Idea is to run it with AC clutch signal and retain whole AC system in the car, save compressor.
Basicaly i put 10K/3K3 divider onto throttle line and put 470uF elcap across 3K3 resistor. Signal from 12V now rises from 0V to 3.4V in about 1s and of course it diminishes when stopped. With Lebowski acceleration limiter set broadly you now have auto-throttle
3. You could just build a second Lebowski brain into it. It doesnt require much space. No need to take away AC drive... You need to use precharge system somehow. I recommend to keep Lebowski in reset via relay until DC switch is triggered.
4. I am well on a way to try Wifi gizmo with Lebowski. Please include MAX232 chip onto RX/TX pins of dsPic. We need to translate TTL into serial for our Wifi module. I want to have everything on wireless setup.
This one did not pan out as MAX232 reverses voltage. So i am left with blocked wifi module. I will try different methos...
5. Additionaly series of 6k8 pulldown resistors are important addition because they drain pwm signals and protect driver section from switching on when STM32 resets under power.
6. You can build original contact headers on the board. They are 2.54mm pitch dual row and i tried to remove original low profile connector and replace it with ordinary 2.54mm dual row socket. However i think there is not enough pins to connect everything including brain I/Os, Lebowski I/Os and resolver lines... You need at least 30pins if not 32. I like to have 12V/GND supply separate from other connectors.
I will post my rev 3.2 on github. I just need to finish drawing. Maybe wait untill tomorrow?
EDIT: I uploaded rev3.2 to github now.
A