Originally Posted by Doctodd
(Post 2503621)
I realize I am too late for the ashtray device. I was and am still interested but got busy and forgot to order. Let me know if there is another opportunity, sorry about that.
Todd I've sent you a PM earlier, I'm not sure if you're able to receive those looking at your amount of posts. I'll send a PM again. |
Originally Posted by Cabrio Bob
(Post 2504614)
RPM has never been a problem,
and your idea is easily implemented with a 5V relay, use this kind of sketch, add to the header to which pin the relay is connected (in this example it is 3): Code:
const int RELAY_PIN = 3; Code:
pinMode(RELAY_PIN, OUTPUT); Code:
if (rpm > 2500 && rpm =< 4000) many thanks for this - quick question does this need to be connected through the obd2 port or can I get directly on the can line? My obd is on use logging to the lpg ecu when running on gas you see. also great code snippets - ideally I’d like to use a non latching rgb led button that defaults to green and the code you recommended - but if I push it I’d like it to go blue and give power at all revs, but if I press again it goes red and takes power away at all revs… guessing this is doable too? |
Originally Posted by DanWilderspin
(Post 2504729)
many thanks for this - quick question does this need to be connected through the obd2 port or can I get directly on the can line? My obd is on use logging to the lpg ecu when running on gas you see.
also great code snippets - ideally I’d like to use a non latching rgb led button that defaults to green and the code you recommended - but if I push it I’d like it to go blue and give power at all revs, but if I press again it goes red and takes power away at all revs… guessing this is doable too? Directly connecting to the CAN may be possible but I have no experience with that. Others used an analog signal from the engine but I don't know if this is available on our cars. Using a pushbutton and an RGB led is also not that hard, RGB led can be an analog one where every colour has one pin occupied on the micro controller, or a digital one with one or two pins connected (WS2812B or WS2813) and using the FastLED library. |
Originally Posted by Cabrio Bob
(Post 2504883)
My car also runs on LPG (Prins VSi), but the OBD port is not occupied.
Directly connecting to the CAN may be possible but I have no experience with that. Others used an analog signal from the engine but I don't know if this is available on our cars. Using a pushbutton and an RGB led is also not that hard, RGB led can be an analog one where every colour has one pin occupied on the micro controller, or a digital one with one or two pins connected (WS2812B or WS2813) and using the FastLED library. i May pick your brain when I do this at some point in the next couple of weeks or I’ll report back! i do have another rather odd problem you may be able to assist with… this actually isn’t a Jaguar it’s an l322 4.2 supercharged Range Rover (so same engine electronics etc) the entertainment system does a while back so I gutted it and modernised it - great… the only problem is the cluster time and date is wrong and it cannot be changed as the old headunit handled this - any idea how to set this via canbus? thanks! |
Perhaps it's in this thread but I've not seen it, most of us know what 'safe' voltage and coolant temp measurements are but what about the others?
So for both 4.2 and 5.0 AIT 1 & 2? Transmission temps? Oil level inches Oil temp Gallons of oil Gearbox temp If I'm being blind if someone could point me to the post number in this thread :D |
I’m only now getting around to assembling and installing cabrioBob’s AUD.
It needs to be flashed to 4.2 (is currently set to 5.0)…how? I need to grab a cable, plug one end into aud and other into usb port on desktop. Then? I downloaded ez 4.2 but then what? wj |
Hello Wym,
download this pdf: https://x150.bobhome.nl/download.php..._EZ_update.pdf it shows the update instructions. |
Originally Posted by Cabrio Bob
(Post 2533278)
Hello Wym,
download this pdf: https://x150.bobhome.nl/download.php..._EZ_update.pdf it shows the update instructions. the reflash went well and everything works...for some reason my cig lighter socket it dead, sure hope it's a fuse. thanks again, you did an outstanding job with this! wj |
just a blown fuse, now all is good.
a quick question, is the obd socket always live or rather does the vgate draw current 24/7? wj |
You really really should know the answer to this. :D
Ask yourself this simple question, when you/anyone else has run a scan on your car will it scan when i's off/not in aux power? Nope as there is no power to OBD....so yes it switches off :) |
Originally Posted by MarkyUK
(Post 2534011)
You really really should know the answer to this. :D
Ask yourself this simple question, when you/anyone else has run a scan on your car will it scan when i's off/not in aux power? Nope as there is no power to OBD....so yes it switches off :) wj |
Well, The vgate power light is shining red after shut down, locking the auto and 30 minutes time...so I guess my question should be, is this normal and is the draw significant given the somewhat delicate electrical system?
|
I’m having a little issue with my AUD.
The AUD finds the VGate 1 out of 4 times at start up. If it does not find it immediately it almost never will find it unless I remove the VGate and reinstall it (VGate). Suggestions are appreciated. wj |
Originally Posted by wymjym
(Post 2534080)
Well, The vgate power light is shining red after shut down, locking the auto and 30 minutes time...so I guess my question should be, is this normal and is the draw significant given the somewhat delicate electrical system?
The Vgate should go into sleep mode minimizing current draw after some time when the car is off. Red led should then be off. |
Originally Posted by wymjym
(Post 2534881)
I’m having a little issue with my AUD.
The AUD finds the VGate 1 out of 4 times at start up. If it does not find it immediately it almost never will find it unless I remove the VGate and reinstall it (VGate). Suggestions are appreciated. wj Mine does this occasionally when it is close to freezing. Turn the device off when you leave the car, and after you started the car wait 10 - 20 seconds before you turn it on (Vgate should be plugged in already). Also be sure no other device is trying to communicate with the Vgate. |
I'll keep an eye on it, maybe a faulty Vgate. As to freezing, I wish! Yesterday's temps were 103 (f).
wj |
Mine connects reliably on first start up of the day, or if the car has been off for a couple of hours. But it won't connect if I've had the car off for just a few minutes, like the time it might take to go into a store and come back out. (I always lock the car with the fob when I leave it, even in the garage, to shut down the computers, but locking the car with the fob or not has no effect on the re-connection). In the case of a failed connection I have to unplug the vgate and plug it back in, which always brings it back. I assume it is a bluetooth thing and it it predictable enough that I just deal with it that way.
CC |
Since no one has chimed in with similar symptoms, sounds like a defective V-gate. You might consider ordering a new one.
|
Hi,
Should have got one of these when I could! I am now having both battery & temp issues and would love to have one. Does any one have a kit they have not installed and are willing to sell? Or just the PCB? I have approached Bob and he has none available. Thanks Geoff |
Originally Posted by gmuirnz
(Post 2694541)
Hi,
Should have got one of these when I could! I am now having both battery & temp issues and would love to have one. Does any one have a kit they have not installed and are willing to sell? Or just the PCB? I have approached Bob and he has none available. Thanks Geoff |
All times are GMT -5. The time now is 09:20 PM. |
© 2024 MH Sub I, LLC dba Internet Brands