Skip to content

Commit 6c5f1ab

Browse files
authored
Merge pull request #91 from arduino/karlsoderby/spi-i2c-nano-update
Update I2C/SPI in tech specs for nano boards [MKC-370]
2 parents 15e2ccb + 478c659 commit 6c5f1ab

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/tech-specs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Sensors:
1818
Barometric pressure: LPS22HB
1919
Temperature, humidity: HTS221
2020
Communication:
21-
UART: Yes
22-
I2C: Yes
23-
SPI: Yes
21+
UART: RX/TX
22+
I2C: A4 (SDA), A5 (SCL)
23+
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
2424
Power:
2525
I/O Voltage: 3.3V
2626
Input voltage (nominal): 5-18V

content/hardware/03.nano/boards/nano-33-ble/tech-specs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Connectivity:
1414
Sensors:
1515
IMU: LSM9DS1
1616
Communication:
17-
UART: Yes
18-
I2C: Yes
19-
SPI: Yes
17+
UART: RX/TX
18+
I2C: A4 (SDA), A5 (SCL)
19+
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
2020
Power:
2121
I/O Voltage: 3.3V
2222
Input voltage (nominal): 5-18V

content/hardware/03.nano/boards/nano-33-iot/tech-specs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Connectivity:
1515
Sensors:
1616
IMU: LSM6DS3
1717
Communication:
18-
UART: Yes
19-
I2C: Yes
20-
SPI: Yes
18+
UART: RX/TX
19+
I2C: A4 (SDA), A5 (SCL)
20+
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
2121
Power:
2222
I/O Voltage: 3.3V
2323
Input voltage (nominal): 5-18V

content/hardware/03.nano/boards/nano-every/tech-specs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Pins:
99
Analog input pins: 8
1010
PWM pins: 5
1111
Communication:
12-
UART: Yes
13-
I2C: Yes
14-
SPI: Yes
12+
UART: RX/TX
13+
I2C: A4 (SDA), A5 (SCL)
14+
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
1515
Power:
1616
I/O Voltage: 5V
1717
Input voltage (nominal): 7-18V

content/hardware/03.nano/boards/nano-rp2040-connect/tech-specs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Sensors:
1717
IMU: LSM6DSOXTR (6-axis)
1818
Microphone: MP34DT05
1919
Communication:
20-
UART: Yes
21-
I2C: Yes
22-
SPI: Yes
20+
UART: RX/TX
21+
I2C: A4 (SDA), A5 (SCL)
22+
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
2323
Power:
2424
I/O Voltage: 3.3V
2525
Input voltage (nominal): 5-18V

content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-01-technical-reference/rp2040-01-technical-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ The pins used for SPI (Serial Peripheral Interface) on the Nano RP2040 Connect a
325325
- (CIPO) - D12
326326
- (COPI) - D11
327327
- (SCK) - D13
328-
- (CS/SS) - Any GPIO (except for A6/A7)
328+
- (CS) - Any GPIO (except for A6/A7)
329329

330330
***The signal names MOSI, MISO and SS has been replaced by COPI (Controller Out, Peripheral In), CIPO (Controller In, Peripheral Out) and CS (Chip Select).***
331331

content/hardware/03.nano/boards/nano/tech-specs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Pins:
99
Analog input pins: 8
1010
PWM pins: 6
1111
Communication:
12-
UART: Yes
13-
I2C: Yes
14-
SPI: Yes
12+
UART: RX/TX
13+
I2C: A4 (SDA), A5 (SCL)
14+
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
1515
Power:
1616
I/O Voltage: 5V
1717
Input voltage (nominal): 7-12V

0 commit comments

Comments
 (0)