Skip to main content

80 miles in

 I'm really happy with the car as a whole, there's a few things I'd like to try and improve in terms of drivability. I currently have to use 1st gear to get rolling the switch to second for up to 65mph.

I'd love to be able to just leave in second and do 0-70 with reasonable torque. I'm hoping I can tweak a few parameters in the Open Inverter Field Oriented Control software to achieve this. If not, I'll have to liven with it or change to a larger motor, such as the Outlander rear motor that can apparently generate 190NM of torque vs the 135NM of the front, which I have. Another option is to combine both the front motor and generator, reusing the outlander front transaxle/gearbox and replacing the Beetle gearbox.

I've had to make some changes to my charging control code, after doing something silly and blowing the main 250 amp fuse, welding a contactor and destroying an inverter. I did have code to stop the charger for pulling current if the inverter has disconnected the battery. So the charger carried on trying to push out the set current, causing the output voltage to increase to 420v and charging up the large main capacitor. Which as soon as the inverter started back up it saw the voltage above threshold and closed the contactors allowing the main cap to discharge very (very) rapidly, this huge current spike welded the main contactor closed.

To cut a long story short. A new inverter (from a Yaris this time £20) and an upgraded main fuse and more beefy contactors are in and have been in service for the past few hundred miles.


Next up, we need heating, winter's coming.

Comments

Popular posts from this blog

Instrument cluster and CAN Bus

 The car has quite a simple instrument cluster, and a single CAN Bus network.  The instrument cluster is mostly simple signals but a few are required to keep it happy. The cluster has a dynamic oil pressure warning, meaning that over ~800rpm the oil pressure pin needs pulling to ground otherwise the cluster shows an error and beeps. The RPM signal is on the CAN Bus, ID 0x280 where Bytes 2 and 3: RPM*4, I'll have my custom ECU replacement send out this signal. 2 Other CAN BUS messages appear to be required:  0x 488, this contains a counter,  Byte 0: Counter 0-F << 4 + 8, Byte 1-4: 21, 21, 7E, A6, Byte 5-6: 0, Byte 7: Counter 0-F << 4 0x580, this also contains the counter and some static data,  Byte 0: 0x80 + counter 0-F,  Byte 1, 2: 0, Byte 3: sequence 0x0f, 0x28, 0x7f, 0x28, Byte 4: sequence 0x1e, 0x10, 0x00, 0x10, Byte 5: sequence 0x70, 0x56, 0xf0, 0x56, Byte 6: sequence 0x0c, 0x48, 0xa7, 0x48, Byte 7: sequence 0x46, 0x90, 0x28, ...

DVLA Refusal to Update V5

 Now with over a 1000 miles done on electric, and over 6 months of to and fro, the DVLA are still refusing to update my V5 to electric and change the tax classification. Their reasoning in the VERA act, below, they have taken this to mean that on post 2001 vehicles the fuel type and tax classification cannot be changed. This is despite the DVLA website (https://www.gov.uk/change-vehicle-details-registration-certificate) making no reference to been unable to make the changes. LPG conversions, changes to disabled classification and conversions to a camper-van are all possible. Here's another part of the VERA act. The purpose of this post is to document my experience with the DVLA, so back in August 2021, the 2nd to be exact, I filled out my V5 to change the fuel type to electric and tax class to electric. On the 14th of October I was asked to provide more details, receipts, photos etc.  I was also asked to fill out a V627/1 built up vehicle report. Below is the first letter I re...

Golf GTE Battery Disassembly

Having deliberated over battery pack options, I was convinced I would go for a pack from a BMW plug in hybrid or the Outlander PHEV, but a pack from a Golf GTE popped up on eBay for £500 delivered, which was too good to let pass by, at 8.8kwh it works out at £57 per kilowatt hour, a bargain. Tearing it down wasn't the easiest task, and with 350v - 400v under there, a little nerve wracking. The lid was glued down with some serious adhesive. The pack consists of 4 modules, each module is 2 strings of 12 cells, with a cooling plate between them for liquid cooling. Each of the 12 cells has a BMS slave board, which reports the voltage of cell cell to the BMS master, along with the temperature of the string. Each module can store just over 2 kwhs. The modules communicate with the master via a CAN Bus network that's internal to the battery. I've put up a GitHub repo with a DBC file for interpreting the reported frames https://github.com/jamiejones85/DBC-files if you are looking at...