Search found 6027 matches

by johu
Fri Jul 26, 2024 8:53 am
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

Yes I had indeed planned to use VWs water cooling plates but then shoehorning reality got in the way ;) For one I have very little space to play with. So Fitting 1 plate per "floor" is not possible. Sandwiching one between the modules would be the only possibility but for that to make sens...
by johu
Fri Jul 26, 2024 6:20 am
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

Yes 180 kg would be plausible as each cell is less than 1 kg and there are 192 of them. "Flying Tools" youtube channel once ripped apart an MEB module and the modules are thermally connected to the bottom plate mostly. That is the issue: grafik.png I'm blowing in air through 2 small holes ...
by johu
Thu Jul 25, 2024 8:13 pm
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

The battery box is aluminium. The plan was to do just that but I screwed up. The distance between the upper modules and the box is 3mm :? It's super hard to get everything out again. The lower half I have more of a chance. They don't touch the cover plate at all. I would like to add something soft t...
by johu
Thu Jul 25, 2024 7:12 pm
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

I decided this needs more data. So I went to a V4 super charger and charged for 10 minutes from 35 to 58%. Outside temperature was 23°C and fan running at full speed. Raw data is attached, here is some plots Voltage drop is lost in measuring accuracy. It was always less than 1V. You can see the CCS ...
by johu
Thu Jul 25, 2024 4:48 pm
Forum: User Interface
Topic: ESP32 CAN Web Interface can't recover from failed update
Replies: 3
Views: 142

Re: ESP32 CAN Web Interface can't recover from failed update

Added a sub version number. The new version now advertises '3', '1' instead of '3', '0'. When '0' is advertised the ESP will insert an additional delay before sending the page count.

Created a new release: https://github.com/jsphuebner/stm32-CAN ... s/tag/v1.2
by johu
Thu Jul 25, 2024 4:24 pm
Forum: User Interface
Topic: ESP32 CAN Web Interface can't recover from failed update
Replies: 3
Views: 142

Re: ESP32 CAN Web Interface can't recover from failed update

Easy fix. Just included the PROGRAM state in the if

Code: Select all

if (state == PAGECOUNT || state == PAGE || state == PROGRAM)
The PROGRAM state can only be left by the actual programming routine, so that is now safe. Now just have to worry about a backward compatibility hack.
by johu
Thu Jul 25, 2024 4:14 pm
Forum: User Interface
Topic: ESP32 CAN Web Interface can't recover from failed update
Replies: 3
Views: 142

Re: ESP32 CAN Web Interface can't recover from failed update

Found it! It's indeed a timing issue: grafik.png The CAN messages come in so fast that "if (state == PAGECOUNT || state == PAGE)" hasn't been reached. Instead we are in state CRC, the entire block is skipped and we proceed straight to sending "D". Ok, will do something about it i...
by johu
Thu Jul 25, 2024 3:52 pm
Forum: User Interface
Topic: ESP32 CAN Web Interface can't recover from failed update
Replies: 3
Views: 142

ESP32 CAN Web Interface can't recover from failed update

The STM32 bootloader enables the independent watchdog and the firmware is expected to feed that at least once a second or so. If it fails to do so, the STM32 is reset. This is used to recover from a failed update. If a firmware is just partially flashed it is usually not runnable and won't feed the ...
by johu
Thu Jul 25, 2024 2:23 pm
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

Luckily I made a video :)


Seems like 4V @ 220A. From all I know this includes the voltage drop over the dispenser cable as well.
by johu
Thu Jul 25, 2024 12:24 pm
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

255W * 256 kg * 0.90 J/g ° C for Aluminium gives you a temperature change rate °C / s Oh thanks, that's something to play with :) Shouldn't 256kg be in the denominator? Now I arrive at 58752 °C/s ;). With 255W/256000g * 0.9 * 2h I arrive at 6.4°C rise in 2 hours, of course neglecting heat exchange ...
by johu
Thu Jul 25, 2024 8:22 am
Forum: Classifieds
Topic: Converted Audi A2 for sale - fully road legal - 6000€
Replies: 3
Views: 611

Re: Converted Audi A2 for sale

And back to square 1. It doesn't go into drive. Probably the next cable has now come loose, I suspect the one from the drive selector buttons.

So again, make a bid :|
by johu
Wed Jul 24, 2024 7:30 pm
Forum: Charging
Topic: Two FOCCCI's on the same bus
Replies: 4
Views: 783

Re: Two FOCCCI's on the same bus

Congratulations, seems fixed :) I drove to my local Aral Pulse which has two Alpitronic HyperChargers. I just took the chance and plugged in. Only a minute later a Danish family arrived and I asked them to plug into the other charge port on the same charger. When they started I saw my power briefly ...
by johu
Wed Jul 24, 2024 7:19 pm
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

We only have this: https://www.lgensol.com/assets/file/LGES_spec_sheet_cells_2022.pdf (it's two E78 cells in parallel) So 1.48 mOhm per cell, should be 0.74 mOhm per cell pair, times 96 71 mOhm. Driving at 20 kW would be about 60A. So 60²*0.071=255W power loss. That's where my knowledge ends, how do...
by johu
Wed Jul 24, 2024 5:18 pm
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

Well actually those plots sort of align. I add 10 °C by driving 250 km with a taller and heavier vehicle while you add 5°C by driving how many km? Also it looks like the Ioniq battery also collects most heat towards the end.

What's way better in your case is the cool down.
by johu
Wed Jul 24, 2024 2:31 pm
Forum: Projects
Topic: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]
Replies: 761
Views: 662980

Re: [DRIVING] VW Touran powered by Nissan Leaf [FINISHED]

Another road trip and more data. First trip was to the seaside, 450 km one way. Temperature was 30°C and the battery heated up while waiting 4 hours for an accident site to be cleared. Unfortunately no charger at the resting area the we waited at. We charged after around 250 km on a 50 kW charger an...
by johu
Wed Jul 24, 2024 9:44 am
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 202
Views: 70543

Re: Switched ADC BMS

Oh, indeed the wrong boot loader is linked in the README, will correct.

But again, have you flashed the latest https://github.com/jsphuebner/esp32-web-interface to the ESP module?
by johu
Wed Jul 24, 2024 7:44 am
Forum: Classifieds
Topic: Converted Audi A2 for sale - fully road legal - 6000€
Replies: 3
Views: 611

Re: Converted Audi A2 for sale

We solved the problem and he'll keep the car
by johu
Wed Jul 24, 2024 7:43 am
Forum: Projects
Topic: [DRIVING] Audi A2 /w Prius Gen2 Transaxle & Inverter [FINISHED]
Replies: 351
Views: 111655

Re: [DRIVING] Audi A2 /w Prius Gen2 Transaxle & Inverter [FINISHED]

Well, not that fast. I took the plunge and drove 400 km down to Thomas (while taking care of many other things along the route as well). Turns out while fiddling with the vacuum hose the two gentlemen (Thomas and his mechanic) loosened the (admittedly poorly crimped) resolver cable. So we added some...
by johu
Tue Jul 23, 2024 9:48 pm
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 202
Views: 70543

Re: Switched ADC BMS

It seems the esp32 firmware isn't up to date. Is it the latest github source?
by johu
Sun Jul 21, 2024 8:50 pm
Forum: Getting Started
Topic: Flying ADC 16 channel BMS pdobase change
Replies: 4
Views: 354

Re: Flying ADC 16 channel BMS pdobase change

Cool 👍
Would be very happy to see many photos and screenshots :)
Have you connected to cells yet?
by johu
Sun Jul 21, 2024 6:06 pm
Forum: User Interface
Topic: Tool to manage openinverter via CAN
Replies: 149
Views: 41462

Re: Tool to manage openinverter via CAN

Foccci is the first firmware to support at least 0x00000312 kind of mappings. No real extended IDs are yet possible as I foolishly started out with only space for 11-bit IDs in the map. Don't want to change it now so people don't loose their maps. When the first use case comes up I guess we'll have ...
by johu
Sun Jul 21, 2024 12:10 pm
Forum: User Interface
Topic: Can web interface connection problem
Replies: 8
Views: 464

Re: Can web interface connection problem

stm32_sine.bin it is for the py script
by johu
Sun Jul 21, 2024 9:41 am
Forum: User Interface
Topic: Can web interface connection problem
Replies: 8
Views: 464

Re: Can web interface connection problem

Yes just stick some jumper cables in there and hold them under tension.

uart-updater.py is what you want to use https://github.com/jsphuebner/stm32-CANBootloader/
by johu
Sun Jul 21, 2024 8:43 am
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 202
Views: 70543

Re: Switched ADC BMS

Ok then maybe the utility tries to flash the hex file as a binary blob. It probably needs a command line switch to treat it as hex
by johu
Sun Jul 21, 2024 8:15 am
Forum: Battery Managment (BMS)
Topic: Switched ADC BMS
Replies: 202
Views: 70543

Re: Switched ADC BMS

Please omit the address!

But the actual cause of the error seems to be the binary size. It is 68k but should be more like 25k. How did you obtain it?

You can get prebuilt bin/hex here: https://github.com/jsphuebner/FlyingAdc ... 9399397611