pierremolinaro / acan2515

MCP2515 CAN Controller Driver for Arduino
MIT License
74 stars 29 forks source link

Please confirm if this library is compatible with Arduino Nano 33 BLE and Arduino Nano 33 BLE Sense #22

Closed arpita-agrawal closed 2 years ago

arpita-agrawal commented 3 years ago

Please confirm if this library is compatible with Arduino Nano 33 BLE and Arduino Nano 33 BLE Sense

pierremolinaro commented 3 years ago

Hello,

I have never used theses boards, however as they provide SPI interface (SCK, MOSI and MISO), I think it is ok.

Best regards,

Pierre

Le 29 oct. 2020 à 13:48, arpita-agrawal notifications@github.com a écrit :

Please confirm if this library is compatible with Arduino Nano 33 BLE and Arduino Nano 33 BLE Sense

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pierremolinaro/acan2515/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWKZVC4RZD4PKTF5SJ7I3TSNFQBDANCNFSM4TDV4NUA.

arpita-agrawal commented 3 years ago

Hi Pierre,

I tried to use the loopback sketch with Nano33BLE Sense while connecting SeedStudio CAN Shield to it. Please note that this shield is working well with the Arduino Uno.

I am getting a configuration error 0x1:

CAN

pierremolinaro commented 3 years ago

Hi,

Error 0x1 means the driver cannot talk with the MCP2515. Please check hardware connection, MCP2515 frequency, and check the MCP2515 power is 3.3 V.

Can you tell me the connections you have done ?

Pierre

Le 12 nov. 2020 à 11:30, arpita-agrawal notifications@github.com a écrit :

Hi Pierre,

I tried to use the loopback sketch with Nano33BLE Sense while connecting SeedStudio CAN Shield to it. Please note that this shield is working well with the Arduino Uno.

I am getting a configuration error 0x1:

https://user-images.githubusercontent.com/37394082/98928737-27081180-2500-11eb-901d-ce9505be7921.jpg — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pierremolinaro/acan2515/issues/22#issuecomment-725990862, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWKZVBNG7LKN73AJV4K6RTSPO2NXANCNFSM4TDV4NUA.

arpita-agrawal commented 3 years ago

Hi Pierre,

Here are the connections that were made. The MCP2515 power was 3.3 V. We used the default freq from the loopback demo sketch. CAN connection

Let me know if I can help with more information.

Thanks Arpita

pierremolinaro commented 3 years ago

Hello Arpita,

Thank for the schematic, I will include it in the documentation of the next release of the library.

Best regards,

Pierre

Le 26 nov. 2020 à 09:43, arpita-agrawal notifications@github.com a écrit :

Hi Pierre,

Here are the connections that were made. The MCP2515 power was 3.3 V. We used the default freq from the loopback demo sketch. https://user-images.githubusercontent.com/37394082/100326340-d6a8ad80-2fef-11eb-9592-6acb3bdad86c.png Let me know if I can help with more information.

Thanks Arpita

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pierremolinaro/acan2515/issues/22#issuecomment-734158166, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWKZVFZWKBXXQ55BORVIXDSRYIJPANCNFSM4TDV4NUA.