The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > General MP3Car Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 08-31-2004, 07:49 PM   #1
Variable Bitrate
 
brooksware2000's Avatar
 
Join Date: May 2004
Location: Minot AFB, ND
Posts: 261
Thumbs up Headunit controlled system startup

I just had a thought (Damn scary, I don't get those to often). I've been working on my own startup/shutdown controller for a while now (can't seem to settle on the features I want so I keep changing it) and was thinking of using the amp turn on lead from my headunit to trigger my startup/shutdown controller. That way the system will start when I turn on the headunit and shut down when i turn it off.

What do you guys think? Will it work? Also, if you can provide any suggestions to throw into the controller I will add them. I plan to release everything to the forums when I am done. Including schematics and code. Heck, i'll even burn some PICs for those that want to build their own controller. Cost of pic and shipping will be needed of course, but no profit for me.
__________________
Check out my hopefully useful site...

www.hobbybotics.com

It's still under design but it is functional
brooksware2000 is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 09-01-2004, 01:00 PM   #2
FLAC
 
jbors's Avatar
 
Join Date: Nov 2003
Posts: 935
You can use schematics from the I-Tuner sequencer and get it connected to the headunit instead of ignition key. The downside is when you start your engine, you don't want cputer to be on honestly, so it should be combination of both at least.
Also you may need to see the differences in bus implementations on different cars. Not sure you will be able to use it on those which don't have CDC/AUX In controls...

Last edited by jbors; 09-01-2004 at 02:23 PM.
jbors is offline   Reply With Quote
Old 09-01-2004, 02:26 PM   #3
FLAC
 
jbors's Avatar
 
Join Date: Nov 2003
Posts: 935
Hmm, Just reread it and realized that you still have to parse/understand HU commands. So simply taking I-Tuner won't work. In addition to it: all HU have different signal levels and structure to translate it to TTL.
I would say it will be a challenge to have something generic.
jbors is offline   Reply With Quote
Old 09-01-2004, 02:32 PM   #4
Raw Wave
 
Tidder's Avatar
 
Join Date: Sep 2003
Location: New Mexico, USA
Posts: 2,547
Quote: Originally Posted by brooksware2000
I just had a thought (Damn scary, I don't get those to often). I've been working on my own startup/shutdown controller for a while now (can't seem to settle on the features I want so I keep changing it) and was thinking of using the amp turn on lead from my headunit to trigger my startup/shutdown controller. That way the system will start when I turn on the headunit and shut down when i turn it off.

What do you guys think? Will it work? Also, if you can provide any suggestions to throw into the controller I will add them. I plan to release everything to the forums when I am done. Including schematics and code. Heck, i'll even burn some PICs for those that want to build their own controller. Cost of pic and shipping will be needed of course, but no profit for me.

I have mine set up to power up and down like this, though much simpler. I just have a relay and a cube timer. Relay gives power to inverter, then computer powers up, switching another relay to give power to inverter as well. If I turn off my headunit, my relay switches over to the cube timer, which pushes my power button for about 1.5 seconds. My computer hibernates, then powers off my inverter. I'd like to see what you do though...
Tidder is offline   Reply With Quote
Old 09-01-2004, 02:35 PM   #5
Constant Bitrate
 
sagekoala's Avatar
 
Join Date: Aug 2004
Location: Des Moines, Iowa
Posts: 124
i think that brooks is trying to do something different that that. if I"m getting it right he wants to use a simple probably 12v trigger lead to control his ... controller. i don't think he is meanning to do anything with the bus wheter it be ip or unilink or what not.
__________________
don't worry i know i usually don't make much sense
sagekoala is offline   Reply With Quote
Old 09-01-2004, 02:37 PM   #6
Maximum Bitrate
 
falconey's Avatar
 
Join Date: Feb 2004
Location: Atlanta
Posts: 836
From the little understanding I have on this if you have XP you can use the remote turn on coming from the head unit and run it to pin 8 on the comport, set up the fake UPS in windows and you then have a shutdown controller. Start up is another story though....
__________________
Georgia Area Meet Photos

Last edited by falconey; 09-01-2004 at 02:39 PM.
falconey is offline   Reply With Quote
Old 09-01-2004, 02:41 PM   #7
Constant Bitrate
 
sagekoala's Avatar
 
Join Date: Aug 2004
Location: Des Moines, Iowa
Posts: 124
Quote: Originally Posted by falconey
From the little understanding I have on this if you have XP you can use the remote turn on coming from the head unit and run it to pin 8, set up the fake UPS in windows and you then have a shutdown controller.

would this really help for startup though? i assume you probably mean a serial port ... do most boards have a setting where you want wake off of a serial port ... I'd check but I'm running a sun machine right now
__________________
don't worry i know i usually don't make much sense
sagekoala is offline   Reply With Quote
Old 09-01-2004, 02:45 PM   #8
Raw Wave
 
Join Date: Jun 2003
Location: London UK
Posts: 1,818
I guess hes on about using something similiar to the signal from the HU to turn the power antenna up/down?


brooksware2000,
Hows the coding going? decided to make a completely different shutdown controller now?

PM me if you need some helps.

Good luck.
Ricky327 is offline   Reply With Quote
Old 09-01-2004, 02:48 PM   #9
Maximum Bitrate
 
falconey's Avatar
 
Join Date: Feb 2004
Location: Atlanta
Posts: 836
Quote: Originally Posted by sagekoala
would this really help for startup though? i assume you probably mean a serial port ... do most boards have a setting where you want wake off of a serial port ... I'd check but I'm running a sun machine right now

Don't know, but the port would only be used for shutdown....now if he had it set up to wake on something else when it sees power(however his carpc is getting power) then that could be his start up. Really a simple way to do it unless he has an inverter(like me) in which he'd have to set up an additional relay for the inverter.
__________________
Georgia Area Meet Photos
falconey is offline   Reply With Quote
Old 09-01-2004, 02:52 PM   #10
Raw Wave
 
Join Date: Jun 2003
Location: London UK
Posts: 1,818
The problem with the simple serial port startup/shutdown controller is that...if the PC has locked up during the shutdown process then theres no way it can shut down by itself. A hardware timer is really needed to cut off the power to the PC after 3 mins timeout regardless if the PC has locked up or has shutdown properly.
Ricky327 is offline   Reply With Quote
Old 09-01-2004, 02:53 PM   #11
Maximum Bitrate
 
falconey's Avatar
 
Join Date: Feb 2004
Location: Atlanta
Posts: 836
Quote: Originally Posted by Ricky327
I guess hes on about using something similiar to the signal from the HU to turn the power antenna up/down?


If you were referencing me here I'm speaking about the remote/amp turn on lead that many aftermarket hu's have. It's usually only 5v.
__________________
Georgia Area Meet Photos
falconey is offline   Reply With Quote
Old 09-01-2004, 02:54 PM   #12
Maximum Bitrate
 
falconey's Avatar
 
Join Date: Feb 2004
Location: Atlanta
Posts: 836
Quote: Originally Posted by Ricky327
The problem with the simple serial port startup/shutdown controller is that...if the PC has locked up during the shutdown process then theres no way it can shut down by itself. A hardware timer is really needed to cut off the power to the PC after 3 mins timeout regardless if the PC has locked up or has shutdown properly.

I gotcha there, but I guess my simple suggestion is for those who haven't had problems with lockups.
__________________
Georgia Area Meet Photos
falconey is offline   Reply With Quote
Old 09-01-2004, 03:41 PM   #13
FLAC
 
jbors's Avatar
 
Join Date: Nov 2003
Posts: 935
Quote: Originally Posted by falconey
If you were referencing me here I'm speaking about the remote/amp turn on lead that many aftermarket hu's have. It's usually only 5v.

That may work. In this case the PIC program from I-Tuner needs to be changed so it accepts 2 signals( HU+ Ignition ) and send shutdown/startup to the PC...
jbors is offline   Reply With Quote
Old 09-01-2004, 05:20 PM   #14
Raw Wave
 
Join Date: Jun 2003
Location: London UK
Posts: 1,818
Quote: Originally Posted by falconey
If you were referencing me here I'm speaking about the remote/amp turn on lead that many aftermarket hu's have. It's usually only 5v.


Sorry I should have said who it was for.

It was for the reply about the bus and making a universal unit. Im just saying that to make a universal SDC unit then the power antenna or the amp on/off signal is the best one to take rather than the HU bus line...which Im sure what brooke is trying to say.
Ricky327 is offline   Reply With Quote
Old 09-01-2004, 06:00 PM   #15
Raw Wave
 
Tidder's Avatar
 
Join Date: Sep 2003
Location: New Mexico, USA
Posts: 2,547
You guys are making it too hard. I have a cube timer. What it does is when power is applied, it closes a circuit for a set amount of time, in my case 1.5 secs. I power off my HU, it switches power over to my cube timer, I have my cube timer hooked to my power switch pins on my motherboard. voila!
Tidder is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
my planned system link138 General MP3Car Discussion 6 08-13-2004 12:58 AM
help putting together car audi/control system ikOnone Newbie 9 02-28-2004 10:51 AM
A few observations in OS and why I'm now using Windows 2003... Mastiff Software & Software Development 12 01-21-2004 10:11 AM
My hardware/Software computer control system - Wish list/feedback - Easy power off DarkWolf General Hardware Discussion 22 08-13-2001 02:42 PM
Has anyone tried to make thier system voice controlled? Flebelis General Hardware Discussion 24 02-10-2001 01:45 PM


All times are GMT -5. The time now is 12:28 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics