-
-
Notifications
You must be signed in to change notification settings - Fork 87
UNO R4: Add support for CAN Standard Frame Format (in addition to EFF) #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Your feature request(s) has been noted. I'll try to get some time scheduled for extending software-support for 11-Bit IDs. |
Thank you very much! Out of curiosity: Maybe not possible, but I'm wondering if the CAN TXD/RXD pins can be remapped or are they "hard-wired"? Background: I was thinking about using a Minima and the Ethernet Shield Rev2 to create a gateway CAN<->ETH. But without remapping, I would expect issues with the SD-card reader on that shield. |
They can also be remapped to (some) other pins, the key is to search pinmux.inc for |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Heads up everyone, mixed mode (supporting both 11-Bit standard CAN IDs and 29-Bit extended CAN IDs) is now being supported for Arduino Uno R4 |
Please add in the UNO R4 CAN library the support for transmit/receive of CAN frames also in SFF.
Preferred would be an own parameter in the message creation which allows to define either SFF (maybe the default) or EFF.
Adding a hint towards the current CAN tutorials would be helpful, because it's not directly obvious to be forced/limited to EFF.
CAN 2.0A defines SFF.
CAN 2.0B defines EFF.
Most of the available MCP2515 libs are supporting SFF and EFF.
CAN on Arduino Due by "due_can" lib supports SFF and EFF.
In the automotive area SFF for communication is very common.
The text was updated successfully, but these errors were encountered: