arduino-peugeot-can
arduino-peugeot-can copied to clipboard
Hello, I need your help with something.
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
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...