Lexus GS450H VCU Support Thread
-
- Posts: 439
- Joined: Sat Jul 27, 2019 10:53 am
- Location: UK
- Has thanked: 1 time
- Been thanked: 15 times
Re: Lexus GS450H VCU Support Thread
May be an issue with the signing of the variable you're sending vs what the inverter expects.
Might be worth looking through the logs from my original communication thread and see what the GS put in there.
Might be worth looking through the logs from my original communication thread and see what the GS put in there.
- arturk
- Posts: 148
- Joined: Wed Oct 02, 2019 3:58 am
- Location: United States, MD
- Has thanked: 5 times
- Been thanked: 4 times
Re: Lexus GS450H VCU Support Thread
I did try negative and positive values between 0 and +/- 27500 and honestly I did not see any difference.
I will try to look through the logs, this is good suggestion.
1998 Jaguar XJR, GS450h drivetrain, 48kWh/96s BMW battery
-
- Posts: 439
- Joined: Sat Jul 27, 2019 10:53 am
- Location: UK
- Has thanked: 1 time
- Been thanked: 15 times
Re: Lexus GS450H VCU Support Thread
What I mean is, it might be to do with how the GS inverter expects to receive negative numbers vs how sending a signed integer works in C.
Probably not though, since RPM also goes negative and that comes out just fine.
Just a thought!
Probably not though, since RPM also goes negative and that comes out just fine.
Just a thought!
-
- Posts: 439
- Joined: Sat Jul 27, 2019 10:53 am
- Location: UK
- Has thanked: 1 time
- Been thanked: 15 times
Re: Lexus GS450H VCU Support Thread
This was discussed a page or two ago. Nobody has tried it, hardware should work, software probably won't.
The current VCU hardware would be a good place to start if you wanted to develop new code for this inverter.
The current VCU hardware would be a good place to start if you wanted to develop new code for this inverter.
Re: Lexus GS450H VCU Support Thread
I'm in need of a bit of clarification being new to arduino, I'm installing the latest gs450h software _v7 from Damien though Arduino. I have installed the libraries listed and Arduino Due board drivers (image attached) but when I compile its missing /twi.h am I missing this? (Atmel CMSIS driver) https://github.com/arduino/ArduinoModule-CMSIS-Atmel

EDIT
I think I'm there now, added the esp8266 board with board manager https://arduino.esp8266.com/stable/pack ... index.json
set the board arduino due native USB and port to COM1

EDIT
I think I'm there now, added the esp8266 board with board manager https://arduino.esp8266.com/stable/pack ... index.json
set the board arduino due native USB and port to COM1
- Bassmobile
- Posts: 94
- Joined: Sat Apr 25, 2020 5:51 am
- Location: USA
- Has thanked: 7 times
- Been thanked: 1 time
Re: Lexus GS450H VCU Support Thread
This is off-topic for this thread.
Please start a new thread to discuss this topic.
- steveknox
- Posts: 125
- Joined: Mon Mar 11, 2019 9:36 am
- Location: Bormley, UK
- Has thanked: 16 times
- Been thanked: 14 times
- Contact:
Oil pump not powering up
Hi,
Apologies if this has been asked before but I'm having trouble getting my oil pump to work.
I've got my motor spinning with an rx-8 pedal, using VCU version 7, but the oil pump does not come to life when I apply the 12v.
The pump controller is receiving 12v (big blue wire) and the pwm (black wire), but the pump doesn't do anything. No noise or any indication that it is powering up. Has anyone else seen this?
The only thing I can think of is that the controller needs a connection to ground, but I dont know where the ground needs to be connected. Have I missed something obvious?
If i've missed any vital info, just let me know.
Apologies if this has been asked before but I'm having trouble getting my oil pump to work.
I've got my motor spinning with an rx-8 pedal, using VCU version 7, but the oil pump does not come to life when I apply the 12v.
The pump controller is receiving 12v (big blue wire) and the pwm (black wire), but the pump doesn't do anything. No noise or any indication that it is powering up. Has anyone else seen this?
The only thing I can think of is that the controller needs a connection to ground, but I dont know where the ground needs to be connected. Have I missed something obvious?
If i've missed any vital info, just let me know.
Mazda RX-8
GS450h Running Gear
Outlander Charger
Renault Kangoo 36kwh pack
GS450h Running Gear
Outlander Charger
Renault Kangoo 36kwh pack
- Jack Bauer
- Posts: 3639
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 280 times
- Contact:
Re: Lexus GS450H VCU Support Thread
Of course it needs a ground:) connect to the case of the pump controller.
I'm going to need a hacksaw
- steveknox
- Posts: 125
- Joined: Mon Mar 11, 2019 9:36 am
- Location: Bormley, UK
- Has thanked: 16 times
- Been thanked: 14 times
- Contact:
Re: Lexus GS450H VCU Support Thread
Well I feel like a dummy. That worked a treat. Thanks!
Mazda RX-8
GS450h Running Gear
Outlander Charger
Renault Kangoo 36kwh pack
GS450h Running Gear
Outlander Charger
Renault Kangoo 36kwh pack
Re: Lexus GS450H VCU Support Thread
Hi, did anyone manage with this? I have the same complete drivetrain and I already bought the control board and soldered it. I now see that the pin layout on plug on the inverter is slightly different. it does look the same as the one on the IS300h. So I would love to see if I can get this unit running before trying the to an inverter from pre 2012. Am in southern africa so those cars are extremely rare.Dan--T wrote: ↑Sat Jun 13, 2020 10:54 pm Hello, I'm Looking to build a GS450H based EV using your VCU board.
I've found a 4th Generation 2012-2018 GS450H (Second Generation 450H) quite cheap, does the VCU board work with the later generation GS450H?
Has anybody tried to use the later generation as a base for EV conversion yet?
Thanks
Dan
- Jack Bauer
- Posts: 3639
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 280 times
- Contact:
Re: Lexus GS450H VCU Support Thread
The pinout might be different but the signals are probably the same. Just a question of matching them up.
I'm going to need a hacksaw
Re: Lexus GS450H VCU Support Thread
Thank you for the quick response. Any idea where I can start to figure out the matching?Jack Bauer wrote: ↑Tue Aug 04, 2020 2:35 pm The pinout might be different but the signals are probably the same. Just a question of matching them up.
-
- Posts: 656
- Joined: Sat Oct 05, 2019 6:50 pm
- Location: Northern California, USA
- Been thanked: 2 times
- Contact:
Re: Lexus GS450H VCU Support Thread
If you can find wiring diagrams for the car that would be a start. IIRC Damien got some help from those at the beginning.
-Isaac
-Isaac
-
- Posts: 439
- Joined: Sat Jul 27, 2019 10:53 am
- Location: UK
- Has thanked: 1 time
- Been thanked: 15 times
Re: Lexus GS450H VCU Support Thread
Lexustech.eu has all the diagrams for Lexus vehicles. Purchase a 1 hour subscription and just save each page or print to pdf.
Re: Lexus GS450H VCU Support Thread
Afternoon all...
Kit all soldered, USB connected, Arduino software downloaded and installed, and, board talking to 'Mac' OK.
When I go to upload, or even verify Wifi or Software ino get the Error Message:
Arduino: 1.8.13 (Mac OS X), Board: "Arduino Due (Native USB Port)"
gs450h_v2:12:19: fatal error: Metro.h: No such file or directory
#include <Metro.h>
^
compilation terminated.
exit status 1
Metro.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
_________________
Metro.h: no such file or directory
Any help?
Many thanks in advance
Kit all soldered, USB connected, Arduino software downloaded and installed, and, board talking to 'Mac' OK.
When I go to upload, or even verify Wifi or Software ino get the Error Message:
Arduino: 1.8.13 (Mac OS X), Board: "Arduino Due (Native USB Port)"
gs450h_v2:12:19: fatal error: Metro.h: No such file or directory
#include <Metro.h>
^
compilation terminated.
exit status 1
Metro.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
_________________
Metro.h: no such file or directory
Any help?
Many thanks in advance

- arturk
- Posts: 148
- Joined: Wed Oct 02, 2019 3:58 am
- Location: United States, MD
- Has thanked: 5 times
- Been thanked: 4 times
Re: Lexus GS450H VCU Support Thread
Looks like you need "Metro" library installed under "/libraries" folder of your Arduino environment.
Here is where you can download it from:
https://github.com/thomasfredericks/Met ... ino-Wiring
You may be missing other libraries too (CAN, ISA, ...), please check.
There are links to most of them in the code:
For ISA search dedicated thread for more info.
Here is where you can download it from:
https://github.com/thomasfredericks/Met ... ino-Wiring
You may be missing other libraries too (CAN, ISA, ...), please check.
There are links to most of them in the code:
Code: Select all
#include <due_can.h> //https://github.com/collin80/due_can
#include <due_wire.h> //https://github.com/collin80/due_wire
#include <DueTimer.h> //https://github.com/collin80/DueTimer
#include <Wire_EEPROM.h> //https://github.com/collin80/Wire_EEPROM
1998 Jaguar XJR, GS450h drivetrain, 48kWh/96s BMW battery
Re: Lexus GS450H VCU Support Thread
Thank you, finally found time to give this a go... still no joy 'scratches head'
Wondering if part of the problem is the connection as well, as in, selecting the correct Arduino board... or ARM chipset.
Any help/advice very much appreciated
Wondering if part of the problem is the connection as well, as in, selecting the correct Arduino board... or ARM chipset.
Any help/advice very much appreciated

Re: Lexus GS450H VCU Support Thread
as arturk mentioned, check libraries are all installed, board is installed and set to usb.
Not sure if needed but but also installed the esp8266 board with the board manager,
add the following under preferences 'additional board manager urls'. It should then appear in the board manager list
https://arduino.esp8266.com/stable/pack ... index.json
GL
Not sure if needed but but also installed the esp8266 board with the board manager,
add the following under preferences 'additional board manager urls'. It should then appear in the board manager list
https://arduino.esp8266.com/stable/pack ... index.json
GL
-
- Posts: 439
- Joined: Sat Jul 27, 2019 10:53 am
- Location: UK
- Has thanked: 1 time
- Been thanked: 15 times
Re: Lexus GS450H VCU Support Thread
Thanks for registering just to correct me. I didn't post that as a URL though, the correct URL comes up with a Google search.
Welcome to the forums.
Welcome to the forums.
Re: Lexus GS450H VCU Support Thread
Well, after searching for 2 years, I now have a GS450h! And the good news is it's road legal and driving fine (though I think 1 or more cells in the battery pack could be a bit weak).
So this means I have the opportunity to collect CANBUS data and any other telemetry that would be useful to the development group as it'll be my daily commuter for the next month or so. If there is any specific data you are interested in please instruct me. I'll be going through past threads regarding canbus sniffing to get a suitable setup but chime in to recommend something please.
I plan on resurrecting my build thread at last. Exciting times.
So this means I have the opportunity to collect CANBUS data and any other telemetry that would be useful to the development group as it'll be my daily commuter for the next month or so. If there is any specific data you are interested in please instruct me. I'll be going through past threads regarding canbus sniffing to get a suitable setup but chime in to recommend something please.
I plan on resurrecting my build thread at last. Exciting times.
-< Mazda Eunos JC Cosmo rotary -> EV conversion w/ Lexus GS450H gear >-
- celeron55
- Posts: 803
- Joined: Thu Jul 04, 2019 3:04 pm
- Location: Finland
- Has thanked: 38 times
- Been thanked: 135 times
- Contact:
Re: Lexus GS450H VCU Support Thread
I recall some discussion about problems with regen. Maybe make sure to record some of that.