Arduino Nano and CAN-BUS-Shield

Dear Friends,

Could you please example how i should connect CAN-BUS-Shield to Arduino nano? which pins to which?

i connect as follow but i can’t read messages from mycar.

NANO----CAN-BUS----MYCAR

5V====5V
GND====GND====GND
D10====PMW10
D11====PMW11
D12====12
D13====13
---------CANH====OBD6
---------CANL==== OBD14

after starting LED int is activating, but RX and TX leds are in off state. Please help

I see big activity on my topics:)))

i found which pin’s are missing.

finally the pictures is below:

NANO----CAN-BUS----MYCAR

5V========5V
GND======GND======OBDPIN5
D3========D3 (INT)
D9========D9
D10=======PMW10
D11=======PMW11
D12=======12
D13=======13
-------------CANH====OBD6
-------------CANL==== OBD14

I only recently joined and I don’t know how long I’ll remember I have a presence here but I like CAN. =P

Your original pin listing was correct unless you changed the shield to use Pin 9 for CS instead of 10. Also, INT should not have mattered unless your sketch was using it; which I am guessing it was and was the reason it failed to work originally. Glad you figured it out though!