Page 12 of 32

Re: Lexus GS450H VCU Support Thread

Posted: Wed Jun 24, 2020 11:12 pm
by xp677
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.

Re: Lexus GS450H VCU Support Thread

Posted: Thu Jun 25, 2020 2:23 am
by arturk
xp677 wrote: Wed Jun 24, 2020 11:12 pm 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.
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.

Re: Lexus GS450H VCU Support Thread

Posted: Thu Jun 25, 2020 9:38 pm
by xp677
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!

Re: Lexus GS450H VCU Support Thread

Posted: Wed Jul 01, 2020 5:50 pm
by masdj2001
Hi I'm new to the forum and I'm currently in posession of a transmission and inverter from a Lexus LS600HL.
I'm thinking of purchasing a gs450h VCU for my conversion.
Has anyone tried the VCU With the LS600HL inverter yet?

Re: Lexus GS450H VCU Support Thread

Posted: Thu Jul 02, 2020 4:40 pm
by xp677
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.

Re: Lexus GS450H VCU Support Thread

Posted: Sat Jul 11, 2020 12:20 pm
by TFirenza
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

Image

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

Re: Lexus GS450H VCU Support Thread

Posted: Fri Jul 24, 2020 8:18 pm
by Bassmobile
masdj2001 wrote: Wed Jul 01, 2020 5:50 pm Hi I'm new to the forum and I'm currently in posession of a transmission and inverter from a Lexus LS600HL.
I'm thinking of purchasing a gs450h VCU for my conversion.
Has anyone tried the VCU With the LS600HL inverter yet?
This is off-topic for this thread.
Please start a new thread to discuss this topic.

Oil pump not powering up

Posted: Sun Aug 02, 2020 10:07 pm
by steveknox
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.

Re: Lexus GS450H VCU Support Thread

Posted: Mon Aug 03, 2020 7:22 am
by Jack Bauer
Of course it needs a ground:) connect to the case of the pump controller.

Re: Lexus GS450H VCU Support Thread

Posted: Mon Aug 03, 2020 8:53 am
by steveknox
Well I feel like a dummy. That worked a treat. Thanks!

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 04, 2020 1:20 pm
by daxwert
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
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.

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 04, 2020 2:35 pm
by Jack Bauer
The pinout might be different but the signals are probably the same. Just a question of matching them up.

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 04, 2020 4:57 pm
by daxwert
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.
Thank you for the quick response. Any idea where I can start to figure out the matching?

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 04, 2020 5:02 pm
by Isaac96
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

Re: Lexus GS450H VCU Support Thread

Posted: Mon Aug 10, 2020 5:45 pm
by xp677
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

Posted: Tue Aug 11, 2020 3:30 pm
by adamover
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 :)

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 11, 2020 3:45 pm
by arturk
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:

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
For ISA search dedicated thread for more info.

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 11, 2020 6:10 pm
by adamover
thank you I will give it a go

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 18, 2020 5:07 pm
by adamover
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 :)

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 18, 2020 5:41 pm
by TFirenza
as arturk mentioned, check libraries are all installed, board is installed and set to usb.
setup.png
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

Re: Lexus GS450H VCU Support Thread

Posted: Tue Aug 18, 2020 6:57 pm
by adamover
Thank you appreciate your help

Re: Lexus GS450H VCU Support Thread

Posted: Thu Sep 17, 2020 5:32 pm
by itsamna
xp677 wrote: Mon Aug 10, 2020 5:45 pm Lexustech.eu has all the diagrams for Lexus vehicles. Purchase a 1 hour subscription and just save each page or print to pdf.
Correct URL
https://www.lexus-tech.eu/

Re: Lexus GS450H VCU Support Thread

Posted: Sun Sep 20, 2020 8:05 pm
by xp677
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.

Re: Lexus GS450H VCU Support Thread

Posted: Sun Sep 27, 2020 7:51 pm
by sfk
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.

Re: Lexus GS450H VCU Support Thread

Posted: Sun Sep 27, 2020 10:02 pm
by celeron55
sfk wrote: Sun Sep 27, 2020 7:51 pm If there is any specific data you are interested in please instruct me.
I recall some discussion about problems with regen. Maybe make sure to record some of that.