RFC (request for comments): CAN bus plugin #196
dresco
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Ok for me, the only thing I can see is missing is definition of a group name for A minor thing is that MCP2510 (and MCP2515 that I have worked with before) is not recommended for new designs, Microchip writes that MCP2518FP should be used instead. I have not checked to see if these chips have the same SPI interface protocol. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've started working on a CAN bus plugin, and wanted to share initial progress to get some feedback. (My use case for this is wanting to update my Control Panel plugin to use CAN bus as an option instead of MODBUS).
Here are the links to the code I have so far;
If in agreement that this approach is okay, I next plan to add lower level drivers for more platforms. Probably F7, H7, iMXRT1062, and the Microchip MCP2510 SPI CAN controller (for platforms without a CAN peripheral).
Beta Was this translation helpful? Give feedback.
All reactions