CAN bus with Arduino Due: Difference between revisions
Jump to navigation
Jump to search
(CAN bus with Arduino Due) |
mNo edit summary |
||
Line 5: | Line 5: | ||
* One or two SN65HVD230-based CAN transceivers | * One or two SN65HVD230-based CAN transceivers | ||
* An SPI Micro SD storage module (optional) | * An SPI Micro SD storage module (optional) | ||
Here are the steps: | |||
== Configure your Arduino IDE == | == Configure your Arduino IDE == |
Revision as of 18:42, 9 November 2020
You can analyse CAN bus traffic using an Arduino Due.
You will need the following:
- An Arduino Due board
- One or two SN65HVD230-based CAN transceivers
- An SPI Micro SD storage module (optional)
Here are the steps: