Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7cc0ff8

Browse files
Merge pull request #1236 from arduino/Hannes7eicher/CAN-Bus-Fix
Fix CAN Bus tutorial
2 parents 8c35c95 + 8d53add commit 7cc0ff8

File tree

2 files changed

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

2 files changed

+11
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The goals of this tutorial are:
2222
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2323
- [Arduino R4 Minima](https://store.arduino.cc/uno-r4-minima)
2424
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
25-
- CAN transceiver module\*
25+
- CAN transceiver module*
2626
- Jumper wires
2727

28-
In this tutorial, we are using a SN65HVD230 breakout module.
28+
*In this tutorial, we are using a SN65HVD230 breakout module.
2929

3030
## Controller Area Network (CAN)
3131

@@ -45,7 +45,7 @@ To connect the CAN transceiver, follow the table and circuit diagram below:
4545
| ------------- | --------------- |
4646
| D5 (CANRX0) | CANRX |
4747
| D4 (CANTX0) | CANTX |
48-
| 5 V | VIN/VCC/5 V |
48+
| 3.3 V | VCC |
4949
| GND | GND |
5050

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ The goals of this tutorial are:
2222
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software))
2323
- [Arduino R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
2424
- [Arduino Renesas Core](https://github.com/arduino/ArduinoCore-renesas)
25-
- CAN transceiver module\*
25+
- CAN transceiver module *
2626
- Jumper wires
2727

28-
\*In this tutorial, we are using a SN65HVD230 breakout module.
28+
*In this tutorial, we are using a SN65HVD230 breakout module.
2929

3030
## Controller Area Network (CAN)
3131

@@ -41,12 +41,12 @@ For this tutorial, we will use a simple example that sends a CAN message between
4141

4242
To connect the CAN transceiver, follow the table and circuit diagram below:
4343

44-
| UNO R4 WiFi | CAN Transceiver |
45-
| ------------- | --------------- |
44+
| UNO R4 WiFi | CAN Transceiver |
45+
| -------------- | --------------- |
4646
| D13 (CANRX0) | CANRX |
4747
| D10 (CANTX0) | CANTX |
48-
| 3.3V | VIN/VCC/5V |
49-
| GND | GND |
48+
| 3.3V | VIN |
49+
| GND | GND |
5050

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

@@ -57,9 +57,9 @@ Then, between the CAN transceivers, connect the following:
5757

5858
## Code Examples
5959

60-
The following code examples needs to be uploaded to each of the UNO R4 WiFi boards, one will send a message, one will receive it. These examples are available in the Renesas core, and using the Arduino IDE, you can access them by navigating to **File > Examples > Arduino_CAN > CANWrite/CANRead**
60+
The following code examples need to be uploaded to each of the UNO R4 WiFi boards, one will send a message, one will receive it. These examples are available in the Renesas core, and using the Arduino IDE, you can access them by navigating to **File > Examples > Arduino_CAN > CANWrite/CANRead**
6161

62-
The library used is built in to the core, so no need to install the library if you have the core installed.
62+
The library used is built into the core, so no need to install the library if you have the core installed.
6363

6464
To initialize the library, use `CAN.begin(CanBitRate::BR_250k)`, where a CAN bit rate is specified. Choose between:
6565
- BR_125k (125000)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /