Hello everybody,
I have a board Arduino Uno + a shield Can Bus
I receive data from a transceiver via SPI bus and I want to send these data directly in Can Bus.
I believe that the shield Can Bus use the bus Spi to transfer data between Arduino Uno and the shield Can bus so my question is :
Is it possible to receive data from a transceiver via SPI interface and after, send these data in Can bus ?