Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Remote Control Vehicle

  1. #11
    Low Bitrate
    Join Date
    Dec 2009
    Posts
    77

    Sniffing the bus

    Which scan tool? I found out my bluetooth OBDLink doesn't support SWCAN. The cheapie bluetooth doohickeys do though.
    (http://gtosoft.webs.com/comingsoon.htm)

    In order to pick up the commands from the BUS you basically need to put your tool in sniff mode (where it passes all data seen on the BUS to your computer) with a filter for the desired node address so you don't get everything (there's gobs of data on the bus). Then when any data comes in from that node, your software see is it through the USB or serial interface and processes it.

    Off the top of my head, you at least need to open the serial port, initialize it, initialize the ELM327 and then start waiting for data and analyzing it as it arrives. Could be as simple as a C# or VB app that runs .bat file hooks based on the header+data it sees.

    Buffer overruns are inevitable unless you use address filtering or crank up the serial/USB port baud rate and get the scantool to match you.

    Also I'm curious where you can send cables to get modded for SWCAN. I've done my own handy work so far but I'm looking for a more long term solution that provides more volume than what I can do in my spare time.


    Quote Originally Posted by tripzero View Post
    buffer overruns? Not sure what you mean by this. Are you talking about in the software layer or somewhere lower?

    I'm not sniffing now, but as soon as my scantool comes back (I had it mod'd so I could get on the SW CAN), I'll be using it and nobdy with some sort of logging. Have any recommended sniffing software? Hopefully I can piggy-back off your work enough that i won't have to sniff much. But if the nodes are going to be that different from model year to model year (you have an '06?), then i may have to do some sniffing.

  2. #12
    licensed to kill - FKA kev000
    Auto Apps:loading...
    tripzero's Avatar
    Join Date
    Aug 2006
    Location
    16.40618, 120.61106
    Posts
    2,555
    Paul at obdpro did a mod on my scantool so it'd read SWCAN.
    Former author of LinuxICE, nghost.
    Current author of nobdy.

  3. #13
    licensed to kill - FKA kev000
    Auto Apps:loading...
    tripzero's Avatar
    Join Date
    Aug 2006
    Location
    16.40618, 120.61106
    Posts
    2,555
    Do you know if remote start is available on the SW CAN? That's on my list of awesome if it is...
    Former author of LinuxICE, nghost.
    Current author of nobdy.

  4. #14
    Low Bitrate
    Join Date
    Dec 2009
    Posts
    77

    Remote starter via GMLAN

    Factory installed remote-starters can be controlled over GMLAN quite easily.

    I'll see about making a video to demonstrate.

    Quote Originally Posted by tripzero View Post
    Do you know if remote start is available on the SW CAN? That's on my list of awesome if it is...

  5. #15
    licensed to kill - FKA kev000
    Auto Apps:loading...
    tripzero's Avatar
    Join Date
    Aug 2006
    Location
    16.40618, 120.61106
    Posts
    2,555
    w00t. That'll save me from having to dissect my keyfob to start the car!
    Former author of LinuxICE, nghost.
    Current author of nobdy.

  6. #16
    Low Bitrate
    Join Date
    Dec 2009
    Posts
    77

    Remotely starting car with VoyagerRC


  7. #17
    licensed to kill - FKA kev000
    Auto Apps:loading...
    tripzero's Avatar
    Join Date
    Aug 2006
    Location
    16.40618, 120.61106
    Posts
    2,555
    Quote Originally Posted by regulatre View Post
    awesome! I'm assuming you had to send the door lock command first just like you would on the keyfob?
    Former author of LinuxICE, nghost.
    Current author of nobdy.

  8. #18
    Low Bitrate SenatorIvy's Avatar
    Join Date
    Sep 2007
    Location
    Detroit
    Posts
    87
    Is the method that you're using to discover the commands/methods to operate these functions on the car universal? I'm trying to start a big project with my Dodge Charger, but this CANBUS thing is really stopping me up, and nobody on the Charger forums seems to be knowledgeable about the system like this.

  9. #19
    Low Bitrate
    Join Date
    Dec 2009
    Posts
    77

    Which bus does the Dodge Charger use?

    Lemme look into this a little bit.

    In the mean time, post a pic of your OBD connector so I can see which pins are present. That is usually a good starting point. Assuming you have a pretty new charger?


    Quote Originally Posted by SenatorIvy View Post
    Is the method that you're using to discover the commands/methods to operate these functions on the car universal? I'm trying to start a big project with my Dodge Charger, but this CANBUS thing is really stopping me up, and nobody on the Charger forums seems to be knowledgeable about the system like this.

  10. #20
    Low Bitrate SenatorIvy's Avatar
    Join Date
    Sep 2007
    Location
    Detroit
    Posts
    87
    Oh I haven't even gotten started on parts or anything, so I wouldn't know where the connector was.

    It's a 2008 Charger.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. LG Head Unit wired remote control
    By cupax in forum Input Devices
    Replies: 0
    Last Post: 04-03-2009, 07:49 PM
  2. WOL and Remote Control by PDA
    By NOS TANG in forum Wireless Communications
    Replies: 3
    Last Post: 01-08-2005, 03:44 PM
  3. Need help with creative remote control.
    By zijester in forum Input Devices
    Replies: 12
    Last Post: 01-21-2004, 03:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •