Jump to content

Zod

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Zod

  1. It is a complex task to understand the scaled data such as vehicle speed etc but as this can be also read with a generic obd 2 adapter such as ELM327 for most vehicles then I'm guessing this has been standardised. This is why I'll go down the obd route for reading scaled data and outputting to lcd. I've seen several videos articles on how this was done and will try this at some stage. The other part is the canbus data, which I am happy to limit to looking for fixed data such as sidelight, door locks etc. From the bus I'm currently connected to I seem to just read the following constantly repeating when nothing is on, it doesn't change at all. data len = 8 0 0 0 0 0 0 0 0 On a basic level l'm hoping to just retransmit the canbus information for the sidelights (which has been the same data the 4 times I recorded it) to hopefully see a result. I won't be changing any data as such, but monitoring the bus for interesting traffic and let the arduino code perform a seperate function based on matching values. I don't admit to knowing much about this at all but if I only got that part working I would be happy
  2. Haha, easily done! I'm in the same boat as I don't really have a lot of time between work and other commitments but just finished college for the summer and have a few months before final year and its been something I really want to do. I'll share out my work and if anyone wants to take it up at a later stage please feel free..
  3. No, not from what I have read and seen. I reckon there are up to 3 networks in the Z canbus, similiar to the leaf. I'm accessing what ever network is linked to the obd connector but I can probably connect into the AV canbus behind the stereo somewhere at a later stage and work on that. The hardware I got can be picked up for under 40 quid and you can download the source code free from the website. All thats needed is a laptop. Connecting and sniffing the data is the really easy part, deciphering is going to be a bit more difficult but I'm determined to do it! When the canbus is idle I get the following: data len = 8 0 0 0 0 0 0 0 0 data len = 8 0 0 0 0 0 0 0 0 data len = 8 0 0 0 0 0 0 0 0 data len = 8 0 0 0 0 0 0 0 0 When I switch on the sidelights I get: data len = 8 0 80 0 0 0 0 0 0 data len = 8 20 0 0 2 0 0 96 0 data len = 8 0 128 16 64 0 0 0 0 data len = 8 0 128 16 64 0 0 0 0 data len = 8 0 128 16 64 0 0 0 0 data len = 6 50 0 255 12 0 0 data len = 6 50 0 255 12 0 0 data len = 6 255 240 255 0 255 255 data len = 6 255 240 255 0 255 255 data len = 1 64 data len = 1 64 data len = 1 64 data len = 6 255 240 255 0 255 255 Parts of which keep repeating, I'm guessing some of these include start/stop bits, transmitting node ID and timestamp etc. It should hopefully be a case of re transmitting this over the canbus once I can figure out the format and should turn on sidelights, when I reach that milestone things should get a bit easier! I really wanted to see if anyone had any more info on it so I didn't have to start from scratch, if anyone is interested in collabarating give me a shout. I'm not really a programmer, done a bit of c and java earlier this year in college but have been a network engineer for quite a while. Have done other projects such as using Siri to switch on and off heating in the house via siriproxy, Arduino and Raspberry Pi. Hmm, voice controlled car functions?! Starting to get a bit ahead of myself...
  4. Hopefully this is the right section to ask this! Has anyone here hacked into the 350z canbus to sniff out transmissions and send their own? A search on here reveals nothing but thought I'd ask. I've captured data through the use of an arduino, canbus shield and my laptop by attaching it to the canbus link in the obd2 connector and have started off small by capturing the transmissions used to switch on the sidelights. I'm in the middle of trying to understand the frame format and lengths eg (transmitting node: message length: data) but if someone has been down this road on here and has some information specific to the 350z that would be great! I have found a wealth of knowledge online and found a lot of information including similar projects on the nissan leaf, E46 and Mk IV golf. My end goal is to be able to permanently attach the arduino to the canbus to control anything I want, eg: listen to longer than normal presses on the remote fob and perform an action, hack my radio controls on the steering wheel (though not 100% sure if this is on canbus) I also want to stream data from OBD2 to the arduino and output what I want to an additional lcd on the dash such as throttle position, load, fuel pressure etc. This is a lot easier to do as this data should be generic. I know there are aftermarket products available but the fun for me is in doing it myself! Anyone out there doing something similiar?
  5. Hello all, Thought it about time I joined this forum as have had a Z for the last 2 years! From Ireland and I own a 07' HR which is my baby.. No outer mods to the car except for the bumper I inherited. Researching into FI at the mo to see if it is worth going down that road in terms of expense. Have already been busy and made a car computer and also installed an old netgear wifi router to share internet access. The Car syncs with a music and playlist folder when within range of the house network. I've been prototyping remote start and control functions for the Zed and have installed an old webcam converted to IP camera in the car for security along with a few secret security mods! Have started accessing the can bus network on the car in the last week using an arduino and can bus shield, trying to research the frame format so I can intercept and transmit my own custom packets to control various functions in the car. Hopefully there may be a few more peeps on here with a similar interest and experience! Looking forward to some discussions!
×
×
  • Create New...