Difference between revisions of "RS485 CAN HAT"
From Diustou Wiki
m (Text replacement - "{{SERVERNAME}}/w/upload" to "{{SERVERNAME}}/en/w/upload") |
|||
Line 31: | Line 31: | ||
===3D Drawing=== | ===3D Drawing=== | ||
− | *[https://{{SERVERNAME}}/w/upload/5/52/RS485_CAN_HAT_3D_Drawing.zip 3D Drawing] | + | *[https://{{SERVERNAME}}/en/w/upload/5/52/RS485_CAN_HAT_3D_Drawing.zip 3D Drawing] |
==Support== | ==Support== | ||
{{Service}} | {{Service}} |
Latest revision as of 09:25, 23 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
|