diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md index 3ab065cde9..4dd163750c 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md @@ -234,10 +234,12 @@ The DAC can be used for signal generation for e.g. audio applications, like gene ## Qwiic I2C Connector -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. +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. ![I2C Qwiic connector.](assets/i2c-connector.png) +**Note:** The Qwiic I2C bus object is `Wire1` and the standard I2C bus object is `Wire`. + The standard I2C is accessible through the following pin connections: **JANALOG header** @@ -248,7 +250,9 @@ The standard I2C is accessible through the following pin connections: - SDA - SCL -**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. +
+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. +
## Power Options diff --git a/content/hardware/03.nano/boards/nano-r4/datasheet/datasheet.md b/content/hardware/03.nano/boards/nano-r4/datasheet/datasheet.md index 87ab06d880..296b14c44e 100644 --- a/content/hardware/03.nano/boards/nano-r4/datasheet/datasheet.md +++ b/content/hardware/03.nano/boards/nano-r4/datasheet/datasheet.md @@ -104,11 +104,13 @@ The Nano R4 features one Operational Amplifier accessible through the board anal ### Qwiic I2C Connector -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. +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. 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: ![Arduino Nano R4 Qwiic Connector](assets/Nano_R4-Qwiic-connector.png) + +**Note:** The Qwiic I2C bus object is `Wire1` and the standard I2C bus object is `Wire`. The standard I2C is accessible through the Nano breakout pins A4 for SDA and A5 for SCL as its predecessors.