Originally Posted by dts3 I just want to add a little info to this. Nothing truly helpful; just something I noticed. I have a manual base model (no rev matching)
|
|
LinkBack | Thread Tools | Display Modes |
12-12-2018, 02:58 AM | #106 (permalink) | |
Base Member
Join Date: May 2011
Location: Palo Alto, CA
Posts: 141
Drives: 40th
Rep Power: 14 |
Quote:
|
|
12-14-2018, 12:03 AM | #107 (permalink) |
Base Member
Join Date: Nov 2014
Location: Jacksonville
Posts: 102
Drives: 2014 370z Sport M6
Rep Power: 11 |
I am starting to use an app called "realdash" for a replacement gauge cluster in my Z and have been looking into the canbus as well. I have found most of what I need but I was wondering if anyone has been able to get the message for blinkers left/right, e brake warning, and door ajar? Also, has anyone been able to pop the trunk, roll windows up and down, or alter AC systems through canbus? Thinking about running a tablet in the center with the realdash software with a custom template made only for the above car control functions.
Thanks in advance,
__________________
BP Precision 6766 - E85 - 620hp / 550tq |
12-14-2018, 02:02 AM | #108 (permalink) | |
Base Member
Join Date: May 2011
Location: Palo Alto, CA
Posts: 141
Drives: 40th
Rep Power: 14 |
Quote:
The signals for blinkers, doors, and ebrake should be in the spreadsheet under the BCM. Unfortunately I don’t think you can control anything over CAN because the input switches go directly into the BCM and not over CAN, but I could be wrong there |
|
12-14-2018, 03:38 AM | #109 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
The signals are indeed in the spreadsheet. The first tab labeled "370 CAN" breaks the messages down as well. As for controlling devices on the bus... I believe that the OP said he was able to control things with some of the PIDs he listed after putting the ECUs into diagnostic mode. I don't remember if it was a forum post or on his blog. OP answered a question of mine not too long ago so he's still active here.
Last edited by dts3; 12-15-2018 at 11:21 AM. |
12-15-2018, 11:08 AM | #110 (permalink) | |
Enthusiast Member
Join Date: Sep 2009
Location: England
Posts: 258
Drives: UK Yellow 370Z
Rep Power: 16 |
Quote:
You might find this project interesting: https://www.youtube.com/watch?v=_13IPpjElL0 This guy used an Arduino to talk to the canbus and wrote his own Android app to talk to that and control the HVAC. I'm looking to do something similar myself. The HVAC won't work on the base model unless you swap out the control unit because the base model one doesn't have canbus control.
__________________
In the UK? Check out nissansportz.com - 350Z, GT-R, 370Z and more...
2004 Sunset 350Z to 2009 Limited Edition Ultimate Yellow 370Z |
|
12-15-2018, 11:24 AM | #111 (permalink) | |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
Quote:
I figured that would be the case regarding the HVAC after seeing things mentioned in the FSM. |
|
12-16-2018, 11:00 PM | #112 (permalink) | |
Base Member
Join Date: Nov 2014
Location: Jacksonville
Posts: 102
Drives: 2014 370z Sport M6
Rep Power: 11 |
I don't mind swapping the module if needed to talk AC via canbus but not sure what the commands are for the AC. They don't seem to be in the system.
Quote:
__________________
BP Precision 6766 - E85 - 620hp / 550tq |
|
12-17-2018, 04:47 AM | #113 (permalink) |
Enthusiast Member
Join Date: Sep 2009
Location: England
Posts: 258
Drives: UK Yellow 370Z
Rep Power: 16 |
I've not checked into this in detail yet, but if you read the comments on the YouTube vid you'll see some links to all the source code
__________________
In the UK? Check out nissansportz.com - 350Z, GT-R, 370Z and more...
2004 Sunset 350Z to 2009 Limited Edition Ultimate Yellow 370Z |
05-31-2019, 12:10 AM | #114 (permalink) | |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
Quote:
02 10 c0 00 00 00 00 00 Enter the diagnostic session that allows us to issue service 0x30 requests (which allows commanding of the BCM) 02 3e 80 00 00 00 00 00 Tester Present. I'm sending it periodically every 2.5 seconds to keep the ECU from dropping out of the diagnostic session that I put it in. 04 30 05 00 01 00 00 00 The command to lock/unlock the doors. He's explained in the blog and in this thread what the parameters to this command mean, so I will not repost all of that |
|
05-31-2019, 12:38 AM | #115 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
As it turns out, I did not need to periodically issue the Tester Present request. I just looked at the CAN log again and the Tester Present messages always returned a NRC code of 0x22 (which is "conditionsNotCorrect") so that can probably be left out.
|
06-20-2019, 04:57 PM | #116 (permalink) | |
Base Member
Join Date: May 2019
Location: UK
Posts: 6
Drives: 2019 370z Nismo
Rep Power: 6 |
Quote:
What device are you using to sniff the can bus and what program, please? Cheers, Mike. |
|
06-20-2019, 08:04 PM | #117 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
The device is a VN1610 used with CANalyzer software, both from a German company called Vector. I'm lucky because I work in the automotive braking sector, and have access to these tools through work.
|
06-20-2019, 08:07 PM | #118 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I should reiterate that all of the heavy work was done by the OP. I'm basically working off what he's done for now. I have big plans for this, but haven't done anything original yet
|
06-21-2019, 04:11 PM | #119 (permalink) | |
Base Member
Join Date: May 2019
Location: UK
Posts: 6
Drives: 2019 370z Nismo
Rep Power: 6 |
Quote:
I am trying to use the USB2CAN device from 8devices on Linux using the canbus utils package but not having any luck sniffing. |
|
06-21-2019, 04:46 PM | #120 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
Yeah I would not have it either if I had to pay for it myself lol. I'm in the process of making a CAN expansion board for the raspberry pi using the microchip mcp25625... Then the fun starts.
|
Bookmarks |
|
|