Search found 6 matches

by outlandnish
Sat Feb 15, 2025 12:54 am
Forum: Battery Managment (BMS)
Topic: Porsche Taycan module NXP style BMS solutions?
Replies: 10
Views: 7424

Re: Porsche Taycan module NXP style BMS solutions?

Quick update for anyone curious: the Taycan appears to use the MC33772B, not the MC33772C. This uses the old TPL technology from NXP, not the TPL2 or TPL3 that the MC33665 chip supports. Back to the drawing board with an MC33664 transceiver instead of the MC33665.
by outlandnish
Mon Feb 10, 2025 6:57 pm
Forum: Battery Managment (BMS)
Topic: Porsche Taycan module NXP style BMS solutions?
Replies: 10
Views: 7424

Re: Porsche Taycan module NXP style BMS solutions?

I've been using trying to get communication to Taycan modules using two different NXP based eval boards. The latest is the KIT-PC2TPLEVB with the NXP ScriptGUI software. I've tried both TPL ports on 5 different batteries and cannot get any communication using the example_TPL2_772C script.

I'd be ...
by outlandnish
Thu Jan 23, 2025 8:20 pm
Forum: Vehicle Control (VCU)
Topic: Introducing HeadlessZombie
Replies: 21
Views: 6604

Re: Introducing HeadlessZombie

As another aside, I saw the schematic image shows a TIC10024. That IC is for digital switches only and doesn't have ADC support. Did you mean to use a TIC12400 instead? That one does have an ADC for analog inputs.
by outlandnish
Thu Jan 23, 2025 3:27 pm
Forum: Vehicle Control (VCU)
Topic: Introducing HeadlessZombie
Replies: 21
Views: 6604

Re: Introducing HeadlessZombie

Good catch on the second SPI interface being exposed via I2S. It's so bizarre they didn't use their own secondary SPI interface port on the Micromod connector.

I'll give that code a shot, thanks!
by outlandnish
Wed Jan 22, 2025 2:43 pm
Forum: Vehicle Control (VCU)
Topic: Introducing HeadlessZombie
Replies: 21
Views: 6604

Re: Introducing HeadlessZombie


Thanks for your inputs on this and other forums, I released HeadlessZombie to production today.

Fingers crossed!

Now, firmware...

image.png


This is so cool - congrats! You built out something I wanted to do myself - down to the Micromod platform. One challenge I found was the odd omissions ...
by outlandnish
Fri Dec 27, 2024 9:51 pm
Forum: Battery Managment (BMS)
Topic: Porsche Taycan module NXP style BMS solutions?
Replies: 10
Views: 7424

Re: Porsche Taycan module NXP style BMS solutions?


I have designed a PCB to interface with the NXP MC33771 BMS IC's using TPL. Though the full Datasheet is NDA'd there is a light version that has "most" of the functions to monitor and balance.

But I suck at programming. NXP do provide a SDK and evaluation kit with software. Using my PCB I was ...