Skip to main content

All Questions

Tagged with
0 votes
2 answers
408 views

Problem interfacing SD card module and CAN bus MCP2515 module simultaneously on Arduino Uno

I am trying to log data received from a CAN bus to an SD card using an arduino Uno. Each module works perfectly on its own, but when joining both modules together the CAN bus receives data normally, ...
Mostafa Mahmoud's user avatar
1 vote
1 answer
197 views

Change operational mode of CAN transceiver

I have two MCP2515 stand-alone CAN controllers with an SPI interface, two TJA1042 CAN transceivers, and two Arduino Uno boards. As you may know, TJA1042 has two operational modes: sleep mode normal ...
nrt's user avatar
  • 21