T O P I C R E V I E W |
monobrow |
Posted - Oct 14 2009 : 8:59:03 PM Hi Everybody,
this is my first time on this forum.
I was wondering if you could help me with a project of mine. I'm trying to fit a navigation unit from a newer car into an older car, but the communication bus from the navi unit to the instrument cluster speak in different binary code.
I've been told the navi unit communicates in Binary Coded Decimal and the the instrument panels speaks in plain binary.
Would the basic stamp be suitable in converting the signals?
Any advice would be great.
Thanks, Dominic
(Edit...Move back to Auto) |
4 L A T E S T R E P L I E S (Newest First) |
Aaron Cake |
Posted - Oct 20 2009 : 09:21:49 AM I'm very out of the loop with PICs so I'm not sure I'm the right guy to make a recommendation. I believe that the Megasquirt II uses a Motorola processor that supports CAN so it may be the place to start. |
monobrow |
Posted - Oct 19 2009 : 07:09:23 AM both use can. It's just some of the messages are spoken in BCD instead of binary. The rest of the messages for putting instructions on the instrument cluster come up ok. So I guess I just need to get something like Easysync and watch the messages being sent to each other and identify the message cluster for the clock signal.
Would you know what PIC would be suitable for this project? |
Aaron Cake |
Posted - Oct 18 2009 : 10:28:54 AM The older unit probably uses something proprietary, the newer unit probably uses the CAN bus. If you can figure out the protocol of the old unit, then you can make a converter to let it speak CAN as the CAN protocol is widely documented. |
monobrow |
Posted - Oct 15 2009 : 09:19:08 AM I forgot to mention It uses a DATA H and DATA L to transmit the signals. So essentially a twisted pair. |