due_can icon indicating copy to clipboard operation
due_can copied to clipboard

Object oriented canbus library for Arduino Due compatible boards

Results 28 due_can issues
Sort by recently updated
recently updated
newest added

I am trying to emulate some CAN frames on my due with my very limited C++ abilities, my background is more hardware oriented and I am very new to the...

Add a mode where a given frame can be set up to be sent every X milliseconds and the firmware will automatically do this until told otherwise

I just wanted to get some clarification on the support for RTR bits in this library since in [this open issue](https://github.com/collin80/due_can/issues/28) there's mention that the library doesn't support RTR bits...

Hi, I'm working with your library and I will to send a RTR frame. In your library I found the CAN_FRAME struct definition, where I have found the rtr variable:...

Hi Colin. I have an odd issue with the library. I did basically modify the example: Can_SendingTest I have removed all CAN1 related information and i have added the function...

Hello Collin, I'm having some problems using your library. I'm trying to use your TrafficSnooper example but when I open the Can Interface with Can0.begin(CAN_BPS_125K); it doesn't work at all....

Hi, firstly, thanks for this library! Brief TLDR into whats happening here for this odd use case. Essentially, im writing a J2534 driver for the Macchina M2 (Essentially an arduino...

I've got this working really well as a gateway using a DUE board and a home built shield using two MCP2562's. My problem is when I try to modify vertain...

Hi, I'm testing canbus using DUE and transceiver sn65hvd230 shield. I have a canbus network as follows; CANBUS NETWORK: - 2 arduinos NANO with MCP2515 - 1 arduino MEGA 2560...

In the example of CAN_SendingTest I just put some println and It seems that the function **Can0.available()** isn't working (**return 0 all the time**), the sending frames works (returning 1),...