Skip to content

Commit e00b899

Browse files
committed
Renesas datasheet for Qwiic
1 parent 3cba503 commit e00b899

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,12 @@ The DAC can be used for signal generation for e.g. audio applications, like gene
234234

235235
## Qwiic I2C Connector
236236

237-
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. Note that this connector is powered via 3.3 V.
237+
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus (I2C0) on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the board compatible with the Arduino Modulino nodes.
238238

239239
![I2C Qwiic connector.](assets/i2c-connector.png)
240240

241+
**Note:** The Qwiic I2C bus object is `Wire1` and the standard I2C bus object is `Wire`.
242+
241243
The standard I2C is accessible through the following pin connections:
242244

243245
**JANALOG header**
@@ -248,7 +250,9 @@ The standard I2C is accessible through the following pin connections:
248250
- SDA
249251
- SCL
250252

251-
**Note:** as A4/A5 is connected to the main I2C bus, these should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously.
253+
<div style="background-color: #FFFFE0; border-left: 6px solid #FFD700; margin: 20px 0; padding: 15px;">
254+
A4 and A5 are connected to the main I2C bus, these pins should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously.
255+
</div>
252256

253257
## Power Options
254258

content/hardware/03.nano/boards/nano-r4/datasheet/datasheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,13 @@ The Nano R4 features one Operational Amplifier accessible through the board anal
104104

105105
### Qwiic I2C Connector
106106

107-
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the Nano R4 compatible with the Arduino Modulino nodes.
107+
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus (I2C0) on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the Nano R4 compatible with the Arduino Modulino nodes.
108108

109109
The Qwiic connector logic level is fixed to 3.3 V, and it is translated to 5 V to communicate with the RA4M1 microcontroller as illustrated in the figure below:
110110

111111
![Arduino Nano R4 Qwiic Connector](assets/Nano_R4-Qwiic-connector.png)
112+
113+
**Note:** The Qwiic I2C bus object is `Wire1` and the standard I2C bus object is `Wire`.
112114

113115
The standard I2C is accessible through the Nano breakout pins A4 for SDA and A5 for SCL as its predecessors.
114116

0 commit comments

Comments
 (0)