| Author |
Message |
Franky Guest
Free account, no CAN development support
|
25-06-2011, 21:19 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Hello,
I've connected to the CAN bus between the Body Control Module (BCM) and the instrument cluster. Does anyone know what the baud rate is? I'm not receiving any messages with CanHack. I'm looking for the IDs for lights, central locking, etc.!
Thank you and best regards.
Frank.
Translated on 24-07-2026, 4:32.
|
|
| Back to top |
|
 |
CAN-Diagnose Administrator


Joined: 06/07/2011 Posts: 573 Karma: +29 / -0 Location: Ländle
|
25-06-2011, 21:32 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Want to experiment with bitrate? I have no idea how that works on your Opel.
Common mistake: Swapping CAN-H and CAN-L. 
Translated on 24-07-2026, 4:33.
|
|
| Back to top |
Profile PM WWW |
 |
Franky Guest
Free account, no CAN development support
|
25-06-2011, 21:33 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Hello,
habe alle gängigen Baudraten ausprobiert. High und Low vertauscht. Without success.
Frank.
Translated on 24-07-2026, 4:34.
|
|
| Back to top |
|
 |
reieg99 Guest
Free account, no CAN development support
|
25-06-2011, 22:04 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Hello,
habe alle gängigen Baudraten ausprobiert. High und Low vertauscht. Without success.
Frank.
Hello Franky,
Please try 95.2 kbit/s.
Bye.
Andi.
Translated on 24-07-2026, 4:34.
|
|
| Back to top |
|
 |
Franky Guest
Free account, no CAN development support
|
25-06-2011, 22:07 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Hello,
I was already able to successfully read the value of 95.2 on the radio.
I've now figured out that the ID I need is likely on the Single Wire Low bus, which has a speed of 33.33 kbps. Is it possible to read this data using the can tool?
Ultimately, I want to read and process the data using an Atmega and an MCP (as I did with the 95.2). But how do I do that with a single-wire CAN bus?
Frank.
Translated on 24-07-2026, 4:36.
|
|
| Back to top |
|
 |
Wladi Guest
Free account, no CAN development support
|
30-06-2011, 14:35 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Hello,
It's simple. You connect the single-wire CAN transceiver to your microcontroller's pins, for example:
http://www.nxp.com/documents/data_sheet/AU5790.pdf
And that's pretty much it.
Regards,
Okay, hier ist die Übersetzung:
'Vlad.'
Translated on 24-07-2026, 4:37.
|
|
| Back to top |
|
 |
Franky Guest
Free account, no CAN development support
|
30-06-2011, 15:46 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
@Wladi
Thank you for the information.
Do you have any example code for an Atmega microcontroller?
Could I use a PCA82C250 instead of the SJA1000?
Regards,
Frank.
Translated on 24-07-2026, 4:37.
|
|
| Back to top |
|
 |
Wladi Guest
Free account, no CAN development support
|
30-06-2011, 16:03 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
So, if your Atmega microcontroller doesn't have a built-in CAN interface, you will need either a PCA82C250 for 2-wire CAN or an SJA1000 plus an AU5790 for 1-wire CAN. And if you use, for example, an AT90CAN128 microcontroller, the SJA1000 is not required.
SJA1000 is a controller, while PCA82C250/AU5790 are merely CAN transceivers.
There are plenty of example codes available on the internet.
Translated on 24-07-2026, 4:39.
|
|
| Back to top |
|
 |
Franky Guest
Free account, no CAN development support
|
30-06-2011, 19:23 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Sure!
Could I also use an Atmega32 with an MCP2515 and an AU5790?
I haven't been able to find a sample circuit diagram for connecting the AU5790 to the MCP2515.
What could I use to calculate the register values for 33.33 kbps?
Frank.
Translated on 24-07-2026, 4:40.
|
|
| Back to top |
|
 |
Wladi Guest
Free account, no CAN development support
|
30-06-2011, 21:08 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Could I also use an Atmega32 with a MCP2515 and an AU5790?
Yes.
I haven't been able to find a sample circuit diagram for connecting the AU5790 to the MCP2515.
'Why a schematic diagram? All you need to do is connect CAN_RX and CAN_TX. Datasheets provide that information.'
What could I use to calculate the register values for 33.33 kbps?
You can also find the instructions for calculating this in the datasheet.
Translated on 24-07-2026, 4:41.
|
|
| Back to top |
|
 |
Franky Guest
Free account, no CAN development support
|
08-08-2011, 21:36 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Can anyone recommend a source for the AU5790? I haven't been able to find it at major distributors like Reichelt and others.
Thank you.
Sure, here is the translation of the text from German to English:
'Fanky' translates to 'Thank you' in English.
Translated on 24-07-2026, 4:42.
|
|
| Back to top |
|
 |
Wladi Guest
Free account, no CAN development support
|
08-08-2011, 22:16 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Available at Farnell...
Translated on 24-07-2026, 4:43.
|
|
| Back to top |
|
 |
Franky Guest
Free account, no CAN development support
|
08-08-2011, 23:57 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
Hello,
Can I only order as a registered business?
Frank.
Translated on 24-07-2026, 4:43.
|
|
| Back to top |
|
 |
Wladi Guest
Free account, no CAN development support
|
09-08-2011, 9:33 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
As a private individual, you can obtain Farnell products through http://www.hbe-shop.de/.
Translated on 24-07-2026, 4:43.
|
|
| Back to top |
|
 |
Franky Guest
Free account, no CAN development support
|
09-08-2011, 9:46 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
I've already tried that before. However, the AU5790 is no longer listed or available for purchase there?
Is that difficult  ?
Frank.
Translated on 24-07-2026, 4:44.
|
|
| Back to top |
|
 |
Wladi Guest
Free account, no CAN development support
|
09-08-2011, 10:33 Subject: Opel Meriva 2008: Baud Rate Settings |
Quote |
|
There are many 'single-wire CAN transceivers' available from various manufacturers. Just choose the one that your trusted supplier can provide.
Translated on 24-07-2026, 4:44.
|
|
| Back to top |
|
 |