The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Engine Management, OBD-II, Engine Diagnostics, etc.

Reply
 
Thread Tools Display Modes
Old 04-04-2008, 10:15 AM   #1
Newbie
 
Join Date: Apr 2008
Posts: 4
My Photos: (0)
Commands to control car!

Hello guys,

I'm kinda new here so please don't be surprised if I ask something stupid.

Anyway, I want to send commands to my car like turning off the engine, lock the doors, close the windows etc...

I like to know the commands and I don't know if these commands are included in the OBD protocol. Cause isnt't that OBD is more for analyzing purposes instead of controlling the whole carsystem?

So my goal is using CAN to connect my microcontroller on it and send commands (using or not the OBD protocol) to control the car. With controlling the car I mean by controlling the doors, windows and turn on/off engine, lights etc... (ofcourse not controlling fuel injection system and other engine related stuff, or whatever critical systems).

Another important thing is that it should working for most different cars (I know there are differences and some functions are hidden etc...).

Thank you very much.
CarCoder is offline   Reply With Quote
Sponsored Links
Old 04-04-2008, 10:37 AM   #2
MySQL Error
Sonicxtacy02's CarPC Specs
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Vehicle: 2003/Acura/RSX
Posts: 4,376
My Photos: (98)
the obd options that i know of only READ data and dont have the capability to write it.
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
SKIN PROGRESS: 90%[/////////-]
Current Project: RRFusion, MovieTimes, RRMail and More!!! :)
Sonicxtacy02 is offline   Reply With Quote
Old 04-04-2008, 10:40 AM   #3
Newbie
 
Join Date: Apr 2008
Posts: 4
My Photos: (0)
Thnx for reply,

But does someone knows some links, articles explaining how to control as mentioned in my previous post.
CarCoder is offline   Reply With Quote
Old 04-04-2008, 12:49 PM   #4
Constant Bitrate
Grrrmachine's CarPC Specs
 
Grrrmachine's Avatar
 
Join Date: Sep 2005
Location: Warsaw, Poland
Vehicle: Audi 80 Coupe 1.8 1982
Posts: 160
My Photos: (8)
I suppose if you wanted help it might be advantageous to mention what car you have, as stuff like ignition and windows is proprietory for the marque, rather than standard for all modern vehicles.

My one doesnt even have fuel injection, so I can't help you on the specifics
Grrrmachine is offline   Reply With Quote
Old 04-10-2008, 06:06 AM   #5
Newbie
 
Join Date: Apr 2008
Posts: 4
My Photos: (0)
Well I guess the only way to get the info is to reverse-engineer on the CAN bus.
That's a nice challenge for me too. But first I need to write some tools to get things done. Anyway, if I have some info you'll get it as soon as I get finished doing some reverse-engineering.
CarCoder is offline   Reply With Quote
Old 04-10-2008, 06:22 AM   #6
Variable Bitrate
bbalazs's CarPC Specs
 
Join Date: Jan 2007
Location: Szeged, Hungary
Vehicle: 2001 Renault LagunaII 2.0 IDE
Posts: 238
My Photos: (13)
Trying to do the similar thing on my car, I recognised, the OBD is just for MONITORING certain parameters that closely linked to the environmental pollution. Not useful to you.

BUT

Via the same connector, you are able to talk to ECUs.
These ECUs are different computers and control certain sub-functions of entire car (e.g. airbag, dash, ABS, climatisation, engine, etc.). They are also continuously communicating with each other.
The communication method they use can be e.g. CAN or ISO or PWM, etc.
They have company-specific protocol (series of hexadecimal numbers). And via these protocols, you are able to control ANY function of that ECU (maybe just after an authorisation process).
In my case, luckily, have a program DDT2000, that contains all the possible commands to any ECU.
__________________
Alopecia perniciosa

Last edited by bbalazs : 04-10-2008 at 04:07 PM.
bbalazs is offline   Reply With Quote
Old 04-18-2008, 08:24 PM   #7
Newbie
 
Join Date: Apr 2008
Location: Norfolk, VA
Vehicle: 2008 Mazda 3i Touring
Posts: 8
My Photos: (0)
You could try looking into a fusion brain. It's separate from the cars systems but allows computer and/or sensor inputs and can send outputs to relays to do whatever you want.
HisSketchiness is offline   Reply With Quote
Old 04-20-2008, 12:54 PM   #8
Newbie
 
Join Date: May 2007
Posts: 21
My Photos: (0)
There's a couple of different parts you can get to make this happen. I"m going to assume you have a chrysler product since you said can bus. There are modules made to interface with the can bus system That will lock/unlock the doors and interface with the the car to help start it. You will still need something to send the basic commands to control the modules(which what I've seen here shouldn't be to hard). Basicly these parts are used to interface security/remotestart systems to the cars. If you look at www.xpressdownload.com or www.idatalink.ca .you basicly have to send a negative pulse to work the module. Hope this helps you in your system design.
dopey273 is offline   Reply With Quote
Old 04-21-2008, 04:57 AM   #9
Low Bitrate
The1Architect's CarPC Specs
 
The1Architect's Avatar
 
Join Date: Apr 2008
Location: Winnipeg, Canada
Vehicle: 2003 Honda Accord Coupe EX V6
Posts: 59
My Photos: (23)
Quote: Originally Posted by CarCoder View Post
Hello guys,

I'm kinda new here so please don't be surprised if I ask something stupid.

Anyway, I want to send commands to my car like turning off the engine, lock the doors, close the windows etc...

I like to know the commands and I don't know if these commands are included in the OBD protocol. Cause isnt't that OBD is more for analyzing purposes instead of controlling the whole carsystem?

So my goal is using CAN to connect my microcontroller on it and send commands (using or not the OBD protocol) to control the car. With controlling the car I mean by controlling the doors, windows and turn on/off engine, lights etc... (ofcourse not controlling fuel injection system and other engine related stuff, or whatever critical systems).

Another important thing is that it should working for most different cars (I know there are differences and some functions are hidden etc...).

Thank you very much.


this is what you need
__________________
>> > Design & Planning . . . . . . . . . . . . . . . . . . . . 100%
> Software Installation . . . . . . . . . . . . . . . . . . . 95%
> Hardware Installation . . . . . . 30%
>>> Overall Progress . . . . . . . . . . . . . . 75%
The1Architect is offline   Reply With Quote
Old 04-21-2008, 06:03 AM   #10
Newbie
 
Join Date: Apr 2008
Posts: 4
My Photos: (0)
Thanks for your response guys,

In my project I can't use external modules, the situation is as follows. I build in a remote system which can talk on the CAN bus. So it's like a pc connecting to a network. Than send the right predefined messages to control the doors, windows, lights and switching on/off the engine.
CarCoder is offline   Reply With Quote
Sponsored Links
Old 04-24-2008, 06:19 AM   #11
Newbie
 
Join Date: Feb 2008
Location: TEXAS
Vehicle: '07 HUMMER H3
Posts: 7
My Photos: (0)
Clifford’s http://www.clifford.com/ G4 and G5 AvantGuard series alarms can control everything you are looking for using a serial connection. Not sure if that is what you are wanting or not wanting when you say you can't use external modules.

To answer your original question, my experience is limited to Fords, but using there hand held diagnostic scanner (NGS) you can control many of the types of things you are wanting (things controlled by the BCM and some things controlled by the PCM). This isn't using OBD protocol, but does use the same port.
txspazz is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
car ac control integration 2nau-t General Hardware Discussion 16 08-31-2004 07:01 PM
Sound control by Media Car ddogg_777 MediaCar 18 05-25-2004 03:31 AM


All times are GMT -5. The time now is 06:49 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics