Re: Tesla Model 3 Rear Drive Unit Hacking
Posted: Sat Nov 28, 2020 7:14 pm
openinverter Community
https://www.openinverter.org/forum/
@1:39:10.....EV_Builder wrote: ↑Wed Nov 11, 2020 11:45 pm Damien wouldn't it be nicer to un-solder the IC and solder a board with connector to the board?
Or maybe just a legged board with connector? long enough that you can solder the pin to the old IC pad?
Did you consider this? or do we need every other pin pulled-up anyway?
I watched the whole video, scouts honor. But, I don't remember the part #'s of those things and don't want to scan the whole video trying to figure out where you said it at. Any chance for a list of part numbers?Jack Bauer wrote: ↑Mon Nov 30, 2020 8:08 am Crazy thought here but if people want to help with this project how about making some sense out of the spi captures on the github? Particularly the gate drive and psu.
Wow, thorough work! One question - I think that last message, 0x3A, is the StopConfig command, not GlobalReset, isn't it? GlobalReset would be 0xEA. That would make all this a complete configuration of the gate driver chips.collin80 wrote:
<snip>
0x86 97 (Write DiagCfg2) - To all chips
Wait 73us
0x00 E0 (write 00 to DiagCfg2) - Disable everything
Wait 27us
0x3A AA (Global reset) - To all chips
Wait 85us
Super exciting? Of course! Well, no, probably not. It's dull but anyone who wants to better understand what they're doing would need the configuration details.
You're right. I guess I had a different value pasted into the document and looked that up or something. 0x3A is definitely "stop config"ChazFisher wrote: ↑Wed Dec 02, 2020 9:03 pm Wow, thorough work! One question - I think that last message, 0x3A, is the StopConfig command, not GlobalReset, isn't it? GlobalReset would be 0xEA. That would make all this a complete configuration of the gate driver chips.
It happens once on start up then the system begins polling registers at regular intervals but doesn't seem to be doing any configuration past that point. That seems to make sense to me.
Many hands make light word, an extra set of hands makes... lighter work?