Replies: 3 comments
-
Hello, the Mega2560 is a good starting point since CCDLibrary is based on this MCU. First of all install this linked library and include it in your Arduino project. Wiring between Mega, CCDBusTransceiver_V300 and Jeep cluster is detailed at the bottom of the README page. If you are doing tests on your bench then you need 3 resistors to terminate and bias the CCD-bus network: Normally bus termination and bias is done by the BCM (Body Control Module) when the cluster is installed in your car, so no additional resistors are necessary in that case. To start things off check out the CCDMonitor example and copy instructions from the The Skip the TBEN pin configuration, you don't need to define it either. All of this leaves you with this piece of code:
Now if everything checks out you should see a few status messages received from the cluster:
To be able to interact with the cluster and light up lamps or move gauges you need to write messages to the cluster via CCD-bus. To do this check out the CCDWrite example. Your cluster might not be sensitive to the 2 messages provided in the example (CCD ID 24 and E4). In that case a unified message is used to control all cluster gauges and some lamps (CCD ID 94). |
Beta Was this translation helpful? Give feedback.
-
thanks you, |
Beta Was this translation helpful? Give feedback.
-
Hi i have done my own version of speeduino jeep plug & play and i would like to comunicate it with the instruments cluster, i already have the ccd transeiver 300.
i would appreciate any help starting with the conections betwin the speeduino mega 2560 and any other processor you recommend to use with you code...
thanks
Beta Was this translation helpful? Give feedback.
All reactions