Search found 75 matches

by Turbopete
Sun Oct 01, 2023 8:52 am
Forum: Mitsubishi
Topic: Mitsubishi Outlander rear axle
Replies: 138
Views: 44250

Re: Mitsubishi Outlander rear axle

I have the motor mounted in the OEM position ( all be it running reversed ) and have had no leaks in just shy of 2000 miles.
by Turbopete
Sun Apr 16, 2023 5:25 pm
Forum: Classifieds
Topic: Wanted - Bmw hybrid battery link cable
Replies: 3
Views: 510

Re: Wanted - Bmw hybrid battery link cable

Hello ev8! I’m pretty sure I could make any length work - I’m adding a 6th module to a 5 module pack so just need one extra lead - unfortunately the only battery connector that’s currently not used got damaged in transit so I’ll be looking for a replacement myself at some point!
by Turbopete
Tue Apr 11, 2023 4:03 pm
Forum: Classifieds
Topic: Wanted - Bmw hybrid battery link cable
Replies: 3
Views: 510

Wanted - Bmw hybrid battery link cable

Hi - as per the title - does anyone have an internal bmw hybrid battery link cable for sale? I’m looking to add a 6th module to my pack and need an extra cable? Cheers, pete.
by Turbopete
Thu Apr 06, 2023 8:40 am
Forum: BMW
Topic: Info on BMW hybrid battery packs?
Replies: 436
Views: 711579

Re: Info on BMW hybrid battery packs?

Hi, has anyone successfully used these with rapid charging of any sort? Especially without any form of cooling?
by Turbopete
Sat Mar 18, 2023 8:12 pm
Forum: Mitsubishi
Topic: Outlander VCU - Rear inverter, Charger and BMS
Replies: 392
Views: 1082345

Re: Outlander VCU - Rear inverter, Charger and BMS

Many thanks for that! I’ll be watching the development of your v2 board with interest!
by Turbopete
Sat Mar 18, 2023 9:27 am
Forum: Mitsubishi
Topic: Outlander VCU - Rear inverter, Charger and BMS
Replies: 392
Views: 1082345

Re: Outlander VCU - Rear inverter, Charger and BMS

Im looking to use an output from the dash controller to control a couple of relays that will break the connections between the charge port and the vcu. This might be a daft question but what are the MTR pins for? Also are the HC out pins used at all? i cant find anything in the code that refers to e...
by Turbopete
Sat Jan 21, 2023 12:35 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Hm... you could readback the heater CAN temp byte4 and run the pump when temp is higher than X. It would require a transistor and a relay, but you would have a circulation system independant of heat source. I wanted to built similar heating myself. On one side Outlander heater run by a DUE uC and o...
by Turbopete
Sat Jan 21, 2023 12:35 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Interesting development today - the heater wouldnt start until the temperature got above -1 degrees C!
by Turbopete
Thu Dec 29, 2022 8:04 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

It’s awesome and great work! I’d like to add a safety delay to switching off the water pump until the temp is back down to say 30 degrees C! Probably have to make it permantly live tho to ensure it runs even when the ignition is switched off. Either that or just get a delayed relay!
by Turbopete
Thu Dec 29, 2022 6:29 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Got it working nicely now! Love the display output aswell - very useful!
by Turbopete
Tue Dec 27, 2022 8:11 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Is it worth adding a timer to allow the heater coolant pump to run for a couple of minutes after the heater has been turned off? Or is the heater unit robust enough not to worry about?
by Turbopete
Tue Dec 20, 2022 5:17 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Scratch that last question - i figured out that my code was still wrong! This is the code that i am using now: #include <mcp_can.h> #include <SPI.h> #include <TaskScheduler.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #define SCREEN_WIDTH 128 // OLED display width, in...
by Turbopete
Mon Dec 19, 2022 7:23 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Should i be receiving water temperature if HV is not connected? At the moment i just get "No temperature Recieved" - thats with the heater connected up on the bench and no water in it?
by Turbopete
Sat Dec 17, 2022 12:50 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

That’s mega thank you!
by Turbopete
Sat Dec 17, 2022 10:46 am
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

The library has been updated so it no longer uses getCanId. This is now in the readMsgBuf() function. The examples show what needs to change. Line 60 also needs to change to this. while (CAN_OK != CAN.begin(MCP_ANY, CAN_500KBPS, MCP_8MHZ)) Any chance you could give me a pointer as to which bits nee...
by Turbopete
Fri Dec 16, 2022 1:43 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Thanks very much! - any reason for switching to raspberry pi?
by Turbopete
Thu Dec 15, 2022 9:01 pm
Forum: Mitsubishi
Topic: Mitsubishi Outlander PHEV heater
Replies: 145
Views: 31431

Re: Mitsubishi Outlander PHEV heater

Bigpie wrote: Wed Nov 10, 2021 4:55 pm https://github.com/jamiejones85/OutlanderHeaterControl can control it, it's hardcoded for 50 degrees and heating on for now, it overshoots the desired temperature but it works.
Please could you tell me which MCP library your using ? Im struggling to get this to compile?
by Turbopete
Fri Nov 04, 2022 4:24 pm
Forum: Mitsubishi
Topic: Outlander VCU - Rear inverter, Charger and BMS
Replies: 392
Views: 1082345

Re: Outlander VCU - Rear inverter, Charger and BMS

I’ve been playing with the dash control pcb and code to give us something more in keeping with the original Mini Speedo - @Tom91 helped with the code changes to suit his VCU but the PCB is still as @aot93 designed. I’m on my 3rd set of prototypes to mount the displays and stepper motor and it’s near...
by Turbopete
Mon Oct 17, 2022 3:14 pm
Forum: Mitsubishi
Topic: Outlander VCU - Rear inverter, Charger and BMS
Replies: 392
Views: 1082345

Re: Outlander VCU - Rear inverter, Charger and BMS

On the dash controller - what’s the need for connecting to the tiny 3v3 pad under the teensy? Does this just boost the strength of the 3v3 signal?
by Turbopete
Sun Oct 02, 2022 5:18 pm
Forum: Classifieds
Topic: Wanted - BMW battery box connector and lead
Replies: 0
Views: 372

Wanted - BMW battery box connector and lead

Hi, I’m looking to replace a damaged bmw battery box connector - does anyone have one for sale? Cheers, Pete.
by Turbopete
Sun Jul 03, 2022 7:29 pm
Forum: Classifieds
Topic: Wanted - BMW S-Box
Replies: 3
Views: 555

Re: Wanted - BMW S-Box

1 would definitely be useful! How much for one posted to Derbyshire? Cheers, pete.
by Turbopete
Thu Jun 23, 2022 6:42 am
Forum: Classifieds
Topic: Wanted - BMW S-Box
Replies: 3
Views: 555

Wanted - BMW S-Box

Wanted - BMW S-Box out of a bmw hybrid battery. Has anyone got one lying around that they don’t use or need? Cheers, pete.
by Turbopete
Thu Mar 03, 2022 5:03 pm
Forum: Mitsubishi
Topic: Outlander rear motor and inverter
Replies: 319
Views: 667786

Re: Outlander rear motor and inverter

Thank you sooooo much!!! I owe you a pint! I would never have even considered that to be an issue - I’ve attached the HV cable to the motor but left it hanging for now and the terminals were touching! What a relief it’s super smooth now!
by Turbopete
Thu Mar 03, 2022 2:31 pm
Forum: Mitsubishi
Topic: Outlander rear motor and inverter
Replies: 319
Views: 667786

Re: Outlander rear motor and inverter

I’m actually wondering if this is normal and in order to “tow” or “roll” the vehicle the motor should be energised and the controls in neutral? Would this have an effect?