Search found 5791 matches

by johu
Thu Apr 11, 2024 5:44 pm
Forum: Projects
Topic: [WIP] 1998 Nissan Frontier Minitruck - LEAF 40kwh
Replies: 29
Views: 3477

Re: [WIP] 1998 Nissan Frontier Minitruck - LEAF 40kwh

Very tidy install and great re-use factor!
Are you using the stock battery-to-drivestack cable as well?
by johu
Thu Apr 11, 2024 5:23 pm
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 569
Views: 6857511

Re: Develop a QCA7000 board?

Another milestone reached today. I ordered 10 QCA7005 chips to JLCPCBs factory and can now select it for assembly :) They are a bit expensive at 28€ a piece but that is better than loosing chips to nasty soldering, let alone the time this consumes. So this quantity will appear in the shop in about 2...
by johu
Thu Apr 11, 2024 4:37 pm
Forum: Renault
Topic: Renault Zoe (Continental) Inverter Reverse Engineering
Replies: 8
Views: 1017

Re: Renault Zoe (Continental) Inverter Reverse Engineering

First cut of a breakout board with mini mainboard for first tests
grafik.png
by johu
Thu Apr 11, 2024 10:53 am
Forum: Tesla
Topic: Tesla Model 3 Rear Drive Unit Hacking
Replies: 640
Views: 139021

Re: Tesla Model 3 Rear Drive Unit Hacking

Good luck! Various proprietary solutions exist, would be nice to have an open source one :)
by johu
Thu Apr 11, 2024 9:54 am
Forum: General
Topic: SJ4 Pin in JP2 Pin Header in Main Board Version 3
Replies: 1
Views: 442

Re: SJ4 Pin in JP2 Pin Header in Main Board Version 3

No, this is just needed for actual resolvers as they output like +/-1V. Your chip likely outputs between 1-3V or something, so unipolar already
by johu
Thu Apr 11, 2024 9:51 am
Forum: BMW
Topic: i3 controller hacking from diyelectriccar.com
Replies: 231
Views: 57262

Re: i3 controller hacking from diyelectriccar.com

Great to read :) That's very strange as I'm running the inverter (on a Zoe motor) without the mod. I even faintly remember that the pin drew excessive current when feeding it 12V. Another user reported the mounting holes to be off and they fit my inverter perfectly. I wonder if there's different rev...
by johu
Thu Apr 11, 2024 8:30 am
Forum: Nissan
Topic: Nissan Leaf Gen3 Drop-in board
Replies: 27
Views: 2302

Re: Nissan Leaf Gen3 Drop-in board

Just tried opening the project and there seem to be some missing files: Fehler traten beim Laden der Footprints auf: Footprintbibliothek "/home/johu/Projekte/e-umbau/kicad/Nissan-Leaf-Gen-3-Adapter-Board/V0.0.4/Footprints" nicht gefunden. Footprintbibliothek "${KICAD_LIB}/JLCPCB/JLCPC...
by johu
Wed Apr 10, 2024 7:16 pm
Forum: Renault
Topic: Renault Zoe (Continental) Inverter Reverse Engineering
Replies: 8
Views: 1017

Re: Renault Zoe (Continental) Inverter Reverse Engineering

Now continuing with some more gate driver research. The isolators are ISO7421 from TI. https://www.ti.com/product/de-de/ISO7421 They have one forward one reverse channel. Traced the 6 forward channels that gives me the 6 gate drive signals and the 6 reverse channels give me the 6 desat signals. The ...
by johu
Wed Apr 10, 2024 11:13 am
Forum: Projects
Topic: Jaguar XJ6 V12 will be electric!!!
Replies: 37
Views: 5202

Re: Jaguar XJ6 V12 will be electric!!!

Success stories make us happy :)
by johu
Wed Apr 10, 2024 11:06 am
Forum: Vehicle Control (VCU)
Topic: Zombieverter Updates
Replies: 9
Views: 607

Re: Zombieverter Updates

Thanks very much for writing this up - again.

If anyone feels harassed let one of the admins know. We can flag a warning and ultimately ban people who suck energy off the creative crowd.

To whoever thought it was a good idea to be rude: Chop wood if you have a bad day.
by johu
Wed Apr 10, 2024 9:20 am
Forum: Inverters / Motor Controllers
Topic: Hardware throttle limit/eco mode/reverse limit
Replies: 0
Views: 256

Hardware throttle limit/eco mode/reverse limit

Just drew this up for a customer so thought I might as well post it here. Pain: you have no VCU and no CAN communication with the inverter but want to limit throttle for whichever reason. Solution: limit max throttle output voltage with a shunt reference (or Zener, but they are less predictable I th...
by johu
Wed Apr 10, 2024 7:23 am
Forum: Inverters / Motor Controllers
Topic: Am I to dumb for Open Inverter
Replies: 21
Views: 1533

Re: Am I to dumb for Open Inverter

Sound like a cause for failure? No, 5V pins are on many other connectors. Can you please attach pictures directly to your post (attachment in Full Editor). When I click these imgur ones I only see a blank page plus they tend to vanish. This explosion looks a bit like you fed 12V into one of the ULN...
by johu
Tue Apr 09, 2024 6:02 pm
Forum: Charging
Topic: QCA7000 Foccci+Clara User thread
Replies: 26
Views: 1602

Re: QCA7000 Foccci+Clara User thread

Great! Let us know how it went
by johu
Tue Apr 09, 2024 5:35 pm
Forum: Charging
Topic: First-Time Config of FOCCI And CCS1 vehicle charging
Replies: 19
Views: 738

Re: First-Time Config of FOCCI And CCS1 vehicle charging

serh270 wrote: Tue Apr 09, 2024 5:02 pmISSUE #1
Gain=0 and x*0 is 0 :) Make Gain=1 and you'll get your data

In the diagram it looks like you're feeding 5V to Foccci? This is not necessary
The CCR might be redundant as the driver chips are quite strong, lets say 5A total contactor current (limited by reverse protection diode)
by johu
Tue Apr 09, 2024 6:52 am
Forum: Inverters / Motor Controllers
Topic: Am I to dumb for Open Inverter
Replies: 21
Views: 1533

Re: Am I to dumb for Open Inverter

How would that be possible? On your photo it looks correct plus I doubt you can mangle a 16-pin header into 14 holes ;)
by johu
Tue Apr 09, 2024 6:43 am
Forum: Tesla
Topic: Sending Custom CAN messages from SDU openinverter board
Replies: 14
Views: 3844

Re: Sending Custom CAN messages from SDU openinverter board

You're indexes are off by one and you're decoding big endian. Try this

Code: Select all

Drive_HtSnkTemp=(uint16_t)((incoming.buf[5] << 8) | (incoming.buf[4])); // scale 1/100
Drive_MotorTemp=(uint16_t)((incoming.buf[7] << 8) | (incoming.buf[6])); // scale 1/100
by johu
Mon Apr 08, 2024 9:05 pm
Forum: Projects
Topic: [WIP] Project Rising Sun: Suzuki SJ410k meets Leaf full stack
Replies: 15
Views: 4766

Re: [WIP] Project Rising Sun: Suzuki SJ410k meets Leaf full stack

J0hannes wrote: Mon Apr 08, 2024 8:32 pm Is my train of thought correct if I mute the LBC simulating CAN messages Zombie sends to CAN if I have the actua LBC in same CAN as PDM and Inverter?
sounds correct to me
by johu
Mon Apr 08, 2024 5:19 pm
Forum: Charging
Topic: QCA7000 Foccci+Clara User thread
Replies: 26
Views: 1602

Re: QCA7000 Foccci+Clara User thread

Well if the Wifi adapter has a CAN connection to Foccci but Orion does not then check the CAN Link between the two and connect your CAN dongle to various junctions to see where data is lost. I'm assuming the CAN link must work though if the ESP32 board communicates? Exactly, I think a new board is u...
by johu
Mon Apr 08, 2024 2:29 pm
Forum: Battery Managment (BMS)
Topic: SOC estimation of LFP battery packs
Replies: 4
Views: 371

Re: SOC estimation of LFP battery packs

uhi22 wrote: Mon Apr 08, 2024 12:47 pm Isn't counting watthours after a full charge the only necessary thing? Is it necessary to use the voltage for SOC estimation?
Yes, amp hours in fact. But then you need to know what the actual capacity is plus you drift away over time because of measurement tolerance
by johu
Mon Apr 08, 2024 9:59 am
Forum: Battery Managment (BMS)
Topic: SOC estimation of LFP battery packs
Replies: 4
Views: 371

Re: SOC estimation of LFP battery packs

The OI 16-channel BMS is supposed the be accurate enough to estimate LFP SoC. But it needs a 2 hour resting period because the dielectric effects take super long to taper off.
As always hacking the OEM BMS would be the premier approach
by johu
Mon Apr 08, 2024 7:02 am
Forum: User Interface
Topic: Wemos D1 flash issue: No Spot Values
Replies: 13
Views: 1264

Re: Wemos D1 flash issue: No Spot Values

It's got this now, but of course that requires flashing the latest Web UI. That will take a while to trickle through
by johu
Sun Apr 07, 2024 4:57 pm
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 569
Views: 6857511

Re: Develop a QCA7000 board?

If the QCA reports "Bootloader" as software version, it was not able to load its firmware from the SPI flash Coincidentally I just had that exact symptom. Turns out the QCA had some bad solder joints. Quite intuitively on the side pointing towards the flash. Also the SPI flash itself had ...
by johu
Sun Apr 07, 2024 4:41 pm
Forum: Inverters / Motor Controllers
Topic: Am I to dumb for Open Inverter
Replies: 21
Views: 1533

Re: Am I to dumb for Open Inverter

Oh!
LeafTaco wrote: Sun Apr 07, 2024 3:39 pm For replacements if the base board looks all right can i just replace with a main board?
Yes, leave a note and I'll flash the Leaf params on it
by johu
Sun Apr 07, 2024 8:50 am
Forum: User Interface
Topic: Wemos D1 flash issue: No Spot Values
Replies: 13
Views: 1264

Re: Wemos D1 flash issue: No Spot Values

Just to confirm: you flashed stm32_loader.hex and stm32_sine.hex (or foc) and you get a 5 Hz blinky LED (provided the through hole board has got one?)
by johu
Sun Apr 07, 2024 7:11 am
Forum: Inverters / Motor Controllers
Topic: Am I to dumb for Open Inverter
Replies: 21
Views: 1533

Re: Am I to dumb for Open Inverter

Hmm it's reverse polarity protected. What do you think melted?