Skip to content

Commit a0e9409

Browse files
authored
Update README.md
1 parent 89aef91 commit a0e9409

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/en/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CanHacker (lawicel) CAN adapter on Arduino + MCP2515
1+
# CanHacker (lawicel) CAN adapter on Arduino + MCP2515 (8MHz)
22

33
Use that [Library](https://github.com/autowp/arduino-mcp2515) to communicate with MCP2515
44

@@ -12,10 +12,23 @@ Implement communication with CAN bus via MCP2515 by CanHacker (lawicel) protocol
1212
- supports filter by ID (mask + code)
1313
- interface using [Stream](https://www.arduino.cc/en/Reference/Stream): ability to work with Serial, SoftwareSerial, Ethernet and other
1414
- supported can baudrates from 10Kbps up to 1Mbps
15-
- supported modules with different oscillators (8, 16, 20 MHZ), 16 MHZ is default, use setClock if your oscillator is not 16MHZ
15+
- supported modules with different oscillators (8, 16, 20 MHZ), 8 MHZ is default, use setClock if your oscillator is not 8MHZ
1616
- support [CanHacker](http://www.mictronics.de/projects/usb-can-bus/) (application for Windows)
1717
- support [CANreader](https://github.com/autowp/CANreader) (application for Android)
1818

19+
## Pins Connection
20+
21+
|MCP2515 Pin|Arduino Pin|
22+
|-----------|-----------|
23+
| VCC | 5V |
24+
| GND | GND |
25+
| CS | D10 |
26+
| SO | D12 |
27+
| SI | D11 |
28+
| SCK | D13 |
29+
| INT | D2 |
30+
31+
1932
## Library Installation
2033

2134
1. Install [MCP2515 Library](https://github.com/autowp/arduino-mcp2515)

0 commit comments

Comments
 (0)