Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Hardware Development


Reply
 
Share Thread Tools Display Modes
Old 07-28-2006, 02:37 PM   #1
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
Data Tranmission Method

I have a general question: How do you determine the method of data transmission used? I've been searching for ages and now my head hurts.
GiODi is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 07-28-2006, 02:46 PM   #2
FLAC
 
evandude's Avatar
 
Join Date: Mar 2005
Location: Maine
Posts: 937
evandude is on a distinguished road
data transmission method of what?
__________________
But don't take it from me! here's a quote from a real, live newbie:
Quote: Originally Posted by Viscouse
I am learning buttloads just by searching on this forum. I've learned 2 big things so far: 1-it's been done before, and 2-if it hasn't, there is a way to do it.

eegeek.net
evandude is offline   Reply With Quote
Old 07-28-2006, 02:56 PM   #3
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
Basically what I want to try to do is make an interface for my climate control. I know this has been covered, I've read the 1000 page post. But what I want to do is a little different. My climate control seems to be two units, one for the controls (faceplate) and one for the actual brains. I just want to remove the faceplate and use a PIC(?) to emulate the button pushes and knob turns. I believe the header for the control faceplate has a 5 pin connection. There are 6 buttons a nob and a little lcd screen.
GiODi is offline   Reply With Quote
Old 08-01-2006, 01:16 AM   #4
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by GiODi
Basically what I want to try to do is make an interface for my climate control. I know this has been covered, I've read the 1000 page post. But what I want to do is a little different. My climate control seems to be two units, one for the controls (faceplate) and one for the actual brains. I just want to remove the faceplate and use a PIC(?) to emulate the button pushes and knob turns. I believe the header for the control faceplate has a 5 pin connection. There are 6 buttons a nob and a little lcd screen.

Using a PIC would work. That's what my AC controls are based on. I've tested it and it partly works. More info would be a trade secret
0l33l is offline   Reply With Quote
Old 08-02-2006, 12:13 PM   #5
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
Thanks... I think.... hahaha now I gotta look into that. If my head explodes, it's all your fault.

I got another question: I was under the impression that a button push was more or less just colosing a circuit, (like how reset buttons work on computers) I tried this with my unit and it didn't work, so I'm assuming there are other methods. Resistance maybe? Can you help me out with that? What other method are there? I've tried searching, searched so much I didn't get a thing done at work yesterday.
GiODi is offline   Reply With Quote
Old 08-02-2006, 12:25 PM   #6
FLAC
 
evandude's Avatar
 
Join Date: Mar 2005
Location: Maine
Posts: 937
evandude is on a distinguished road
If your control panel has 6 buttons, a knob, and an LCD screen, and only a 5 pin header, then it may not be giving you any actual button outputs on those pins; everything could be read by an onboard microcontroller and sent via some serial protocol to the "brains". But, it could be encoding the buttons with a varying resistance type of system like steering wheel controls sometimes use, and just using serial comm for the LCD screen.

Either way, you really need to know your way around a DMM, and an oscilloscope too, if it uses serial communication... Reverse-engineering something like this is not something that anyone can just tell you how to do, you have to try a lot of different things to find out what's going on.

From the sounds of it, (especially considering there is an LCD screen on the front panel so it is most likely somewhat complex) you might be better off sending the panel to someone with more experience to try and reverse-engineer it for you.
__________________
But don't take it from me! here's a quote from a real, live newbie:
Quote: Originally Posted by Viscouse
I am learning buttloads just by searching on this forum. I've learned 2 big things so far: 1-it's been done before, and 2-if it hasn't, there is a way to do it.

eegeek.net
evandude is offline   Reply With Quote
Old 08-02-2006, 12:56 PM   #7
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
Sorry, It's actually 12 pins from the face plateto the control board.... I forgot to update that. Also the LCD is kind of like a digital watch, just to make sure we're clear on that as well. Sorry I've been a little unclear on what I am trying to do, it's actually two separate thing.

1) First I wasnted to remove the face plate that hold the nob and buttons, which is connected by a 12 pin header. Which is why I asked about data transmission.

2) It now seems easier to leave that control head, relocated it and emulate the button pushes on by wiring something to the buttons.

This is why I was asking about button pushes closing a circuit. If it was i could then just use a relay board and be done with it (i think). I tried really quickly last night , in the dark, and it didn't work, but now thinking back on it, I may have be trying to close the wrong pins, they may have just been posts holding the buttons in place.
GiODi is offline   Reply With Quote
Old 08-02-2006, 12:58 PM   #8
Raw Wave
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,800
shotgunefx is on a distinguished road
One thing that might be helpful would be to get the OEM service manuals off of ebay. They can reveal a lot.
shotgunefx is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-02-2006, 01:03 PM   #9
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
Good idea... i was actually thinking about that this morning. I wasn't sure if it would have the pin-out diagram for something like this. I called Calsonic, the maker of the unit, yesterday. They couldn't help me because technical diagrams are now owned by Nissan...
GiODi is offline   Reply With Quote
Old 08-02-2006, 01:11 PM   #10
Raw Wave
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,800
shotgunefx is on a distinguished road
Quote: Originally Posted by GiODi
Good idea... i was actually thinking about that this morning. I wasn't sure if it would have the pin-out diagram for something like this. I called Calsonic, the maker of the unit, yesterday. They couldn't help me because technical diagrams are now owned by Nissan...

I don't know about other cars, but the service manual for my car is three phonebook size volumes. It gives rough descriptions of all the signaling between ECUs and how to test them, how the column switches (and how their signaling works) and a schematic for everything in the car.

I got some more details out of supplementary stuff, like a Chrysler workbook for techs taking the electrical training class for working on my model and repairing them.

Filled in a lot of wholes.
shotgunefx is offline   Reply With Quote
Old 08-02-2006, 05:58 PM   #11
Constant Bitrate
 
Join Date: May 2006
Location: Simi Valley, CA
Posts: 199
GiODi will become famous soon enough
Thanks for the help fellas.... I just ordered the service manual. Hopefully it will tell me what I need to know, if not, I would need it later anyway.
GiODi 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
Renault "Tuner List" Head Unit/CD changer hacking - Controls Vicne Hardware Development 790 08-19-2009 02:55 PM
Pinout Color Codes / Tables gummybear General Hardware Discussion 4 05-12-2005 04:05 AM
Capture GPS data at the flip of a switch Mr. Inquisitive GPS 4 02-02-2005 07:06 PM
Allbrite and controller work with RCA but not VGA alti LCD/Display 22 01-05-2005 01:47 PM
VOICES Traffic Data stevieg V.O.I.C.E.S 85 05-31-2004 09:24 PM



All times are GMT -5. The time now is 11:39 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
"VaultWiki" powered by VaultWiki v2.5.2.
Copyright © 2008 - 2009, Cracked Egg Studios.Ad Management by RedTyger
Message Board Statistics