arduino-peugeot-can icon indicating copy to clipboard operation
arduino-peugeot-can copied to clipboard

Hello, I need your help with something.

Open thenorhstar opened this issue 3 years ago • 1 comments

I have an opel corsa, I inserted the radio of the peugeot 301. I can operate the radio via CAN with the vehicle chassis number.

byte data1[8] = { 0x2B, 0x3A, 0x56, 0x83, 0x31, 0x55, 0x28, 0x30 }; // 0x2B6 VIN for Radio byte sndStat = CAN0.sendMsgBuf(0x2B6, 0, 8, data1);

I made a clock circuit with DS1302 externally. I want to send the time information to the screen, but I could not do it. Can you help with this code? How can I send?

The date and time address is as follows, but I could not combine the time information. t.hr, t.min, t.sec

Date time

thenorhstar avatar Jun 21 '21 06:06 thenorhstar

Connect to the BSI and filter the 276 message and reverse engeneer the data you don't have. I have a few samples but I blacklisted every messages that made noise...

Vincent0690 avatar Jun 06 '22 07:06 Vincent0690