From bf722a7f68bfdf9ab6cb32789ffecaaa9982e377 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Thu, 4 Sep 2025 11:38:40 +0200 Subject: [PATCH] Fix incorrect VCC voltage for nano connector carrier Updated VCC voltage specification in the connection table. --- .../getting-started-nano-connector-carrier/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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..81237a2ec9 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) | @@ -649,4 +649,4 @@ For additional project inspiration, check out the Arduino Project Hub or join th ## Conclusion -The Nano Connector Carrier transforms your Nano family board into a versatile platform capable of interfacing with different sensors, displays and storage options. By eliminating complex wiring and providing standardized pinouts, the Nano Connector Carrier allows you to focus on developing your application rather than dealing with connection issues. \ No newline at end of file +The Nano Connector Carrier transforms your Nano family board into a versatile platform capable of interfacing with different sensors, displays and storage options. By eliminating complex wiring and providing standardized pinouts, the Nano Connector Carrier allows you to focus on developing your application rather than dealing with connection issues.