Search found 44 matches

by outlandnish
Tue Apr 07, 2026 8:16 pm
Forum: Tesla
Topic: Tesla ECU Firmware Updates via UDS
Replies: 4
Views: 246

Re: Tesla ECU Firmware Updates via UDS


Okay, let's say you flash the inverter. What next? All the interest lies in the immobilizer.


At least for now, I'm not particularly interested in that. The PCS is the main thing I'd like to get going since it's a commodity piece of hardware for charging + DCDC conversion but has big variances ...
by outlandnish
Tue Apr 07, 2026 6:06 pm
Forum: Tesla
Topic: Tesla ECU Firmware Updates via UDS
Replies: 4
Views: 246

Re: Tesla ECU Firmware Updates via UDS


Okay, you've written a script. How do you decide what exactly to flash?


I remotely connected to a 2017 Tesla Model 3 that's been updated to the latest firmware from Tesla. I used the secure shell in service mode to see what firmware options were already downloaded onto it. In the `deploy/seed ...
by outlandnish
Mon Apr 06, 2026 4:52 pm
Forum: Tesla
Topic: Tesla ECU Firmware Updates via UDS
Replies: 4
Views: 246

Tesla ECU Firmware Updates via UDS

For anyone who has tried reverse engineering Tesla parts, one of the biggest headaches is CAN messages changing from one revision of firmware to another.

I wanted to try flashing more uniform firmware on devices to reduce some of those headaches. Thankfully, all of the Tesla ECUs support flashing ...
by outlandnish
Sat Apr 04, 2026 8:02 pm
Forum: Tesla
Topic: Model 3 PCS Communication Issue (Continued from closed support thread)
Replies: 37
Views: 9728

Re: Model 3 PCS Communication Issue (Continued from closed support thread)

I think I've found what's going on with newer PCS firmware:

Since Tesla introduced the 16V battery, they changed up the messaging significantly to/from the PCS. Up until now, communication for the DCDC + Low Voltage charging happened with the vcFront_SystemStatus (0x3a1) message.

Now, it's been ...
by outlandnish
Tue Mar 31, 2026 3:39 pm
Forum: Tesla
Topic: Model 3 PCS Communication Issue (Continued from closed support thread)
Replies: 37
Views: 9728

Re: Model 3 PCS Communication Issue (Continued from closed support thread)

Finally got access to a Tesla Model 3 to log against. I've resolved the `PCS_a031_uiMia` and `PCS_a030_canRationality` messages. They've added an extra byte to CAN message 0x333. I've also found two variants of the 0x2B4 Message that provide LV voltage on newer firmware and have it parsing properly ...
by outlandnish
Mon Mar 23, 2026 5:27 am
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Re: Open Inverter Web Interface Fork

What I've found works well in my day job of seeing up the code principles ahead of time manually and having a good set of rules in Claude.md to provide in repeatable rules in its context for how to interact with your codebase. I want to do another pass having learned from this one to see if I can do ...
by outlandnish
Mon Mar 23, 2026 5:01 am
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Re: Open Inverter Web Interface Fork

Yeah, I'm going to take a new pass at it. It might be re-writing it, I'm not sure. It's functional but yeah, poor on legibility for contribution because of Claude. I'll see, I haven't had too much time lately, but I'm hoping to dig back into it soon to figure that out.
by outlandnish
Thu Mar 12, 2026 4:54 pm
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Re: Open Inverter Web Interface Fork


Did you even build and test the Canlite environment?

Debug Env was not able to compile because of an sdk .h file missing . Changing the flash method fixed it. Then no Wi-Fi in AP mode visible. Changed to release mode. Was not compilable . Had to change the configs in platform.ini . Now I get ...
by outlandnish
Fri Feb 27, 2026 9:09 pm
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking


Maybe someone with one of the new boards could help out? It just needs a $10 Saleae Logic USB logica analyzer clone from ebay, aliexpress, etc and a little bit of soldering. It would also be helpful to get a fresh LIN capture from a newer board too. This would help unlock the newer "Model Y" pump ...
by outlandnish
Thu Jan 15, 2026 2:21 pm
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Re: Open Inverter Web Interface Fork


Hi @outlandnish,

This is beautiful work, so much so I had to use your ideas in my own re-imagining of the use of the ESP32!

But I ended up with a very different architecture, based on a few observations:

There are many other projects related to OpenInverter that expose a configuration ...
by outlandnish
Thu Jan 15, 2026 2:12 pm
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Re: Open Inverter Web Interface Fork


Absolute impressive what you did. I will give it a try as soon as possible. Just read 1,5h through your repository and the others. Amazing style of coding and also how you use ai. For me so many things to learn. I fear most of openinverter Forum members will have a hard time to understand what you ...
by outlandnish
Wed Jan 14, 2026 11:04 pm
Forum: Tesla
Topic: Model 3 PCS Communication Issue (Continued from closed support thread)
Replies: 37
Views: 9728

Re: Model 3 PCS Communication Issue (Continued from closed support thread)


Here's a photo of serial/part number:
A quick note: I am now able to turn on DC-DC converter using Arduino Due code that Damien has provided. I am receiving error code 24-VCFront. I had many more errors in the beginning which I resolved except for this one. I could not find any DBC file that ...
by outlandnish
Mon Jan 12, 2026 7:58 pm
Forum: Tesla
Topic: Model 3 PCS Communication Issue (Continued from closed support thread)
Replies: 37
Views: 9728

Re: Model 3 PCS Communication Issue (Continued from closed support thread)


Thanks for the link. Here's the list of model-3 DBCs that I have found so far. They don't include message 0x424, but I am leaving them here in case someone finds them useful:
https://github.com/onyx-m2/onyx-m2-dbc/blob/main/tesla_model3.dbc
https://github.com/joshwardell/model3dbc
https://brianman ...
by outlandnish
Mon Jan 12, 2026 7:57 pm
Forum: Tesla
Topic: Model 3 PCS Communication Issue (Continued from closed support thread)
Replies: 37
Views: 9728

Re: Model 3 PCS Communication Issue (Continued from closed support thread)


OK thanks.

Hoping to check it out later today, could be some loose joints or stray solder, but I think I may know the issue, and it's dumb. I cleaned out the through holes for the capacitors with a tiny drill bit (my soldering iron and desoldering tool were having a hard time), and it may have ...
by outlandnish
Mon Jan 05, 2026 7:48 am
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Re: Open Inverter Web Interface Fork


wow,

i was actually actively working on this for my systems. your new interface takes the cake. it covers everything i thought off. including the one shot can message.


thank you for working this out. i will flash it and test it on my systems and some of my new designs.

thanks tons again ...
by outlandnish
Fri Jan 02, 2026 11:47 pm
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Re: Open Inverter Web Interface Fork

Thanks!

Fixed some big issues with loading / updating parameters after a refactor. Updates are live
by outlandnish
Mon Dec 29, 2025 4:06 pm
Forum: User Interface
Topic: Open Inverter Web Interface Fork
Replies: 16
Views: 1185

Open Inverter Web Interface Fork

I *accidentally* created a fork of the esp32 web interface for Open Inverter. It started off with just the goal to improve the UI a bit, but I ended up expanding to a lot more than that as I thought out my user experience a bit more. Suddenly, I had a new project :oops:

This project was also an ...
by outlandnish
Fri Dec 26, 2025 9:07 pm
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking

Noted re: the regen - that would do it! I'll wait to enable that - gotta get my HV pack all setup with my fun new Taycan module BMS + HV system.

Re: firmware - yep, this was on the latest firmware. It was a good test of my redone web interface to be able to do firmware updates :)

Thanks for ...
by outlandnish
Fri Dec 26, 2025 7:25 pm
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking

There was a little solder blob that I found on one of the components near the Phase A High gate driver. It must've been a remnant from removing the board the second time for some fixes.
by outlandnish
Fri Dec 26, 2025 6:03 pm
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking

The motor spins - yay!

Interestingly, it doesn't *stop* spinning even after releasing the accelerator pedal. But at least it's rotating :) EDIT: it just takes a really long time to respond to the pedal being released. It does eventually slow which sounds like some tuning to get it right.

Thanks ...
by outlandnish
Thu Dec 25, 2025 7:07 pm
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking

Sounds good, I'll take a look! I have the inverter mounted in the motor so I can't see the fault LED. I'll rig up a setup similar to yours so I can test it with it outside of the motor to inspect that.
by outlandnish
Thu Dec 25, 2025 5:26 pm
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking


The Throttle and Desat errors are most likely not related to each other. Is the M3 throttle pedal a dual pot throttle? If not you might have set the throttle mode incorrectly or the throttle ranges are not calibrated correctly.

Please always attach the parameters to any post related to errors ...
by outlandnish
Thu Dec 25, 2025 7:14 am
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking

I finally had a chance to revisit testing the motor. Here's where I'm currently stuck:

The setup:
OEM harness for the 30 pin connector + oil pump
"HV" Power supply currently set at 42V / 5A output
14.2V supplied to power up the inverter
A Canipulator ESP32-C6 running a heavily modified version of ...
by outlandnish
Sun Dec 14, 2025 8:06 pm
Forum: Battery Managment (BMS)
Topic: Porsche Taycan module NXP style BMS solutions?
Replies: 14
Views: 14361

Re: Porsche Taycan module NXP style BMS solutions?


Just FYI the Datasheet for the MC33771C is no longer NDA.

https://www.nxp.com/docs/en/data-sheet/MC33771C.pdf

From the Revision History of the Datasheet
MC33771C v.7.0 16 July 2024• Product data sheet
• Supersedes MC33771C v.6.0
• Updated status from confidential to public


Heads up that the ...
by outlandnish
Wed Dec 03, 2025 4:26 am
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 1194
Views: 483981

Re: Tesla Model 3 Rear Drive Unit Hacking

Updated pin out:
Screenshot 2025-12-02 at 10.25.51 PM.png