From 8b027d74cf4a71162685b8e4a42b722dc596e79d Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:03:42 +0200 Subject: [PATCH 1/2] corrections applied --- .../getting-started-nano-connector-carrier/content.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md b/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md index b30444f240..af312d729e 100644 --- a/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md +++ b/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md @@ -46,7 +46,7 @@ The Qwiic connector uses a 4-pin JST SH connector (P/N: SM04B-SRSS-TB(LF)(SN)) w | Pin | Connection | |-----|------------------------------------------| | GND | Ground | -| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | +| VCC | +3.3 VDC | | SDA | I²C Data (connected to the A4 pin of the Nano board) | | SCL | I²C Clock (connected to the A5 pin of the Nano board) | @@ -65,7 +65,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |-----|--------------------------------------| | GND | Ground | -| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | +| VCC | VCC | | A3 | Analog pin A3 on the Nano board| | A2 | Analog pin A2 on the Nano board| @@ -74,7 +74,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |-----|--------------------------------------| | GND | Ground | -| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | +| VCC | VCC | | A1 | Analog pin A1 on the Nano board| | A0 | Analog pin A0 on the Nano board| @@ -83,7 +83,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |------|--------------------------------------| | GND | Ground | -| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | +| VCC | VCC | | MOSI | SPI MOSI (D11 pin on the Nano board)| | MISO | SPI MISO (D12 pin on the Nano board)| @@ -92,7 +92,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |-----|--------------------------------------| | GND | Ground | -| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | +| VCC | +3.3 VDC | | SDA | I²C Data (A4 pin on the Nano board, shared with the Qwiic connector) | | SCL | I²C Clock (A5 pin on the Nano board, shared with the Qwiic connector)| From ce1c833127af29df47bd06967aa56b057398f224 Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:08:34 +0200 Subject: [PATCH 2/2] Fixes to fixes --- .../getting-started-nano-connector-carrier/content.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md b/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md index af312d729e..44b9f28ada 100644 --- a/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md +++ b/content/hardware/03.nano/carriers/nano-connector-carrier/tutorials/getting-started-nano-connector-carrier/content.md @@ -65,7 +65,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |-----|--------------------------------------| | GND | Ground | -| VCC | VCC | +| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | | A3 | Analog pin A3 on the Nano board| | A2 | Analog pin A2 on the Nano board| @@ -74,7 +74,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |-----|--------------------------------------| | GND | Ground | -| VCC | VCC | +| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | | A1 | Analog pin A1 on the Nano board| | A0 | Analog pin A0 on the Nano board| @@ -83,7 +83,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |------|--------------------------------------| | GND | Ground | -| VCC | VCC | +| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | | MOSI | SPI MOSI (D11 pin on the Nano board)| | MISO | SPI MISO (D12 pin on the Nano board)| @@ -92,7 +92,7 @@ The Grove connector uses a 4-pin DIP-2.0 mm connector (P/N: 114020164) with four | Pin | Connection | |-----|--------------------------------------| | GND | Ground | -| VCC | +3.3 VDC | +| VCC | +3.3 VDC/ +5 VDC (selected by the input selector switch) | | SDA | I²C Data (A4 pin on the Nano board, shared with the Qwiic connector) | | SCL | I²C Clock (A5 pin on the Nano board, shared with the Qwiic connector)|