pierremolinaro / acan2517

Arduino CAN driver for MCP2517FD CAN Controller (in CAN 2.0B mode)
MIT License
22 stars 10 forks source link

Arduino Uno with MCP2517FD #7

Open Neelakar544 opened 4 years ago

Neelakar544 commented 4 years ago

Hello All,

Thank you for the ACAN2517FD library provided for Arduino uno. I have tried Arduino uno loop-back demo code and configured all Arduino SPI lines to MCP2517FD click module,but below mentioned failure is setting up every time that i found in Arduino Serial Monitor. Please help me if anyone knows. It would great appreciation if you help others.

Configure ACAN2517FD MCP2517FD RAM Usage: 2016 bytes Configuration error 0x1 Send failure

Arduino_SerialMonitor

Best regards, Neelakar Babu.

pierremolinaro commented 4 years ago

Hello,

The 0x1 error is raised when the MCP2517FD does not reach the configuration mode in 2ms. It means that the MCP2517FD cannot be accessed via SPI, check the hardware connections.

Best Regards,

Pierre

Le 6 nov. 2019 à 12:28, Neelakar544 notifications@github.com a écrit :

Hello All,

Thank you for the ACAN2517FD library provided for Arduino uno. I have tried Arduino uno loop-back demo code and configured all Arduino SPI lines to MCP2517FD click module,but below mentioned failure is setting up every time that i found in Arduino Serial Monitor. Please help me if anyone knows. It would great appreciation if you help others.

Configure ACAN2517FD MCP2517FD RAM Usage: 2016 bytes Configuration error 0x1 Send failure

https://user-images.githubusercontent.com/42057928/68294577-885c0000-00b6-11ea-9cb5-9f91ac8c7bab.PNG Best regards, Neelakar Babu.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pierremolinaro/acan2517/issues/7?email_source=notifications&email_token=AEWKZVDL4OTESKQVUTZC74LQSKS7DA5CNFSM4JJTRQPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXGLA5A, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWKZVCPIN7XSF67P7NTDGLQSKS7DANCNFSM4JJTRQPA.

Altantsooj commented 4 years ago

Hello, Same error here. I checked my connection. But I have the same error.

aileenfun commented 3 years ago

hello, anyone solved this problem? I got 0x2. no idea why...