samelyuk / volvo-rti-retrofit

Volvo P2 (S60) RTI retrofit with Android Auto, Carplay, Handsfree etc.
MIT License
7 stars 0 forks source link

Verification of Connections: Car to IC and Arduino #3

Closed Nikolein closed 2 months ago

Nikolein commented 3 months ago

Good day, For the MCP2025-500E/P or MCP2025-330E/P, VBB is Pin 1 of the IC and should be connected to the Arduino Nano. The power supply from the car, which is on Pin 7 of the connector, is connected to the IC’s reset pin. Additionally, the LBus needs to go to the IC, but it is shown connected to the Arduino instead of the car. Is this correct? MCP2025-500E/P (5V) or MCP2025-330E/P (3.3V)? grafik grafik

samelyuk commented 3 months ago

I have used the MCP 2004, so there is an error. See this guide: https://github.com/laurynas/volvo_linbus

Nikolein commented 3 months ago

Please make the necessary adjustments in your project, as there is a risk of confusion due to the different pinout configurations of the MCP2004 and MCP2025

samelyuk commented 3 months ago

Already did it. Sorry for the inconveniences, and thank you for the help.

Nikolein commented 3 months ago

It’s all good, please.

Nikolein commented 2 months ago

Hello, Your project is really great, thank you for sharing it with the community. I noticed a small issue, though: In your diagram from the IC to the Arduino, the blue wire is connected to pin 3 of the IC. It should actually be connected to pin 2 (CS) instead of pin 3 (TXE). It would be great if you could correct that. grafik

samelyuk commented 2 months ago

Thank you for help! I have corrected it.