Skip to content

Commit fb4a1a5

Browse files
authored
Update README.md
1 parent d810575 commit fb4a1a5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

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

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

@@ -12,26 +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
16-
- support [CanHacker](http://www.mictronics.de/projects/usb-can-bus/) (application for Windows)
15+
- supported modules with different oscillators (8, 16, 20 MHz), 8 MHz is default, use setClock if your oscillator is not 8MHz
16+
- support [CanHacker](https://www.mictronics.de/img/2009/12/CANHackerV2.00.01.zip) (application for Windows)
1717
- support [CANreader](https://github.com/autowp/CANreader) (application for Android)
1818

1919
## Documentation
2020

2121
[English](docs/en/)
2222

23-
[Русский](docs/ru/)
24-
2523
## Library Installation
2624

2725
1. Install [MCP2515 Library](https://github.com/autowp/arduino-mcp2515)
28-
2. Download the ZIP file from https://github.com/autowp/arduino-canhacker/archive/master.zip
26+
2. Download the ZIP file from https://github.com/souravbaghz/arduino-canhacker/archive/master.zip
2927
3. From the Arduino IDE: Sketch -> Include Library... -> Add .ZIP Library...
3028
4. Restart the Arduino IDE to see the new "canhacker" library with examples
3129

32-
Testes with Arduino Nano.
33-
On Arduino Uno have problem with too long boot period and losing first command
34-
35-
## Contributing
30+
Testes with Arduino Nano Only.
3631

37-
Feel free to open issues, create pull requests and other contributions
32+
## Repository History
33+
- Original from [autowp](https://github.com/autowp/arduino-canhacker.git) Kudos to him :)
34+
- Forked & Modified by [souravbaghz](https://github.com/souravbaghz/arduino-canhacker)

0 commit comments

Comments
 (0)