8000 Update can.md · jakelawrence/docs-content@7eb8715 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7eb8715

Browse files
committed
Update can.md
1 parent 3368de9 commit 7eb8715

File tree

1 file changed

+5
-5
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/can

1 file changed

+5
-5
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/can/can.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The goals of this tutorial are:
3030
## Controller Area Network (CAN)
3131

3232
The CAN bus uses two wires: **CAN high** and **CAN low**. On the UNO R4 WiFi, these pins are: A6F1
33-
- D5/CANRX0 (receive)
34-
- D4/CANTX0 (transmit)
33+
- D13/CANRX0 (receive)
34+
- D10/CANTX0 (transmit)
3535

3636
To communicate with other CAN devices however, you need a transceiver module. In this tutorial, we will be using a SN65HVD230 breakout. To connect this, you can follow the circuit diagram available in the section below.
3737

@@ -43,9 +43,9 @@ To connect the CAN transceiver, follow the table and circuit diagram below:
4343

4444
| UNO R4 WiFi | CAN Transceiver |
4545
| ------------- | --------------- |
46-
| D5 (CANRX0) | CANRX |
47-
| D4 (CANTX0) | CANTX |
48-
| 5V | VIN/VCC/5V |
46+
| D13 (CANRX0) | CANRX |
47+
| D10 (CANTX0) | CANTX |
48+
| 3.3V | VIN/VCC/5V |
4949
| GND | GND |
5050

5151
Then, between the CAN transceivers, connect the following:

0 commit comments

Comments
 (0)
0