Difference between revisions of "RS485 CAN HAT"
From Diustou Wiki
m (Text replacement - "Infobox item" to "Product") |
m (Text replacement - "\{\{Amazon \|More.*More\]\}\}" to "") |
||
Line 11: | Line 11: | ||
== Introduction == | == Introduction == | ||
The RS485 CAN HAT will enables your Pi to communicate with other devices stably in long-distance via RS485/CAN functions. | The RS485 CAN HAT will enables your Pi to communicate with other devices stably in long-distance via RS485/CAN functions. | ||
− | + | ||
− | |||
Note: | Note: | ||
There are two versions. The only difference betweem these version are the crystal. The old one use 8M and the line added to config.txt file should be: | There are two versions. The only difference betweem these version are the crystal. The old one use 8M and the line added to config.txt file should be: |
Revision as of 09:41, 22 March 2021
| |||||||||||||||||||
| |||||||||||||||||||
|
Contents
Introduction
The RS485 CAN HAT will enables your Pi to communicate with other devices stably in long-distance via RS485/CAN functions.
Note: There are two versions. The only difference betweem these version are the crystal. The old one use 8M and the line added to config.txt file should be: dtoverlay=mcp2515-can0,oscillator=8000000,interrupt=25,spimaxfrequency=1000000 The new one use 12M crystal and the line should be dtoverlay=mcp2515-can0,oscillator=12000000,interrupt=25,spimaxfrequency=2000000
Resources
Documents
Demo code
Datasheet
3D Drawing
Support
|