-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can Bus Messages #1
Comments
Hi, thanks for the feedback. I would like to share the data on a platform like a global can message database, but actually I am not aware of such a database. You can check out my discovered messages in this document: When you talk about "red boxes" I guess you have the color version of the display. It might be possible that you have to configure the display to accept messages from the ECC (either in bus-configuration and in the vehicle configuration of the Display). That must happen with a diagnosis system like Tech2, OP-Com or Vaux-Com. |
Hi, this may be the wrong place to post this question, but I was wondering if sending text to a GID display is also posible. Thanks for making all these findings public! |
@zalexzperez by GID display do you mean the Astra H GID display? This is the same as the CID display from a communication standpoint. Therefore sending text to a GID display is definitely possible, although also for the GID display there is the problem that the radio periodically updates the display which can not be disabled. The MPi3 project circumvents this invalidating the message from the radio and sending a new one to the display. This is quite an ugly hack but to my knowledge this is so far the only way of sending custom messages to the display. |
Yes, I meant the Astra H GID display. Thanks for the detailed answer. I was also wondering if I could send text even without the CD30 MP3 plugged in. As far as I remember it doesn't even have an AUX input mode, so in case it's possible I guess I'd have to invoke the AUX mode to do it in the first place. |
That would certainly be possible although you would have to emulate parts of the head unit to make the display listen for can messages. Think of when the head unit is switched off, in that case you are not able to navigate to the audio section of the display, that would also be the case when the head unit is missing. On the other hand you could modify the text that is displayed on the FM, AM or CD page of the display in the same way as the AUX page by the same method as used in the MPi3 project by changing the CAN Bus IDs and messages accordingly. |
Hi again. I was reading the MPi3 display project and found a part mentioning that you can get some interesting parameters from the MSCAN like battery voltage, engine temp and RPM by asking the A/C controller by sending the 0x248 # 06 AA 01 01 07 10 11 packet. But on this project MPi3.py file I see nothing about transmiting a packet with ID 248. On the other hand, the Car-CAN-Message-DB/Opel/Astra/H/MS-CAN/Body.md file shows that you can get the engine temp from the packet: 4EC | 46:07:3C:29:00 So, how exactly can I get those interesting parameters? I'd like to display them on a separate OLED display. Thanks in advance |
Hi, that display looks really nice! Interesting project. I was wondering if it's possible to determine whether the GID display is currently on the main screen (Date, Range, current consumption and A/C info) or on the one that shows up when you press the left wheel menu button (the one with the chronometer) In order to control my OLED display I'd like to use the wheel up and down only when on the main screen, to avoid controlling both my display and the GID display at the same time... Thanks! |
Hi This is a very cool display, I'm thinking about something similar, but I'm having a hard time with the programming part. My question would be if this project can be modified to display music information from bluetooth module. Can this be combined with seeing the coolant temperature and battery charge? |
Hi i just found your cool project and I'm glad that i am not the only one tinkering with the CAN BUS in older opel cars. I just got a different car which does not have an ECC. Now i want to send custom data to the red boxes in the display that show the set temperature of the ecc. Do you have any recordings of the CAN messages responsible for sending those informations to the display? I would really appreciate any information. Unfortunately I can't sniff the data myself as the relevant unit does not exist in my car.
The text was updated successfully, but these errors were encountered: