Skip to content

Update I2C/SPI in tech specs for nano boards [MKC-370] #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Sensors:
Barometric pressure: LPS22HB
Temperature, humidity: HTS221
Communication:
UART: Yes
I2C: Yes
SPI: Yes
UART: RX/TX
I2C: A4 (SDA), A5 (SCL)
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
Power:
I/O Voltage: 3.3V
Input voltage (nominal): 5-18V
Expand Down
6 changes: 3 additions & 3 deletions content/hardware/03.nano/boards/nano-33-ble/tech-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Connectivity:
Sensors:
IMU: LSM9DS1
Communication:
UART: Yes
I2C: Yes
SPI: Yes
UART: RX/TX
I2C: A4 (SDA), A5 (SCL)
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
Power:
I/O Voltage: 3.3V
Input voltage (nominal): 5-18V
Expand Down
6 changes: 3 additions & 3 deletions content/hardware/03.nano/boards/nano-33-iot/tech-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Connectivity:
Sensors:
IMU: LSM6DS3
Communication:
UART: Yes
I2C: Yes
SPI: Yes
UART: RX/TX
I2C: A4 (SDA), A5 (SCL)
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
Power:
I/O Voltage: 3.3V
Input voltage (nominal): 5-18V
Expand Down
6 changes: 3 additions & 3 deletions content/hardware/03.nano/boards/nano-every/tech-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Pins:
Analog input pins: 8
PWM pins: 5
Communication:
UART: Yes
I2C: Yes
SPI: Yes
UART: RX/TX
I2C: A4 (SDA), A5 (SCL)
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
Power:
I/O Voltage: 5V
Input voltage (nominal): 7-18V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Sensors:
IMU: LSM6DSOXTR (6-axis)
Microphone: MP34DT05
Communication:
UART: Yes
I2C: Yes
SPI: Yes
UART: RX/TX
I2C: A4 (SDA), A5 (SCL)
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
Power:
I/O Voltage: 3.3V
Input voltage (nominal): 5-18V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The pins used for SPI (Serial Peripheral Interface) on the Nano RP2040 Connect a
- (CIPO) - D12
- (COPI) - D11
- (SCK) - D13
- (CS/SS) - Any GPIO (except for A6/A7)
- (CS) - Any GPIO (except for A6/A7)

***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).***

Expand Down
6 changes: 3 additions & 3 deletions content/hardware/03.nano/boards/nano/tech-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Pins:
Analog input pins: 8
PWM pins: 6
Communication:
UART: Yes
I2C: Yes
SPI: Yes
UART: RX/TX
I2C: A4 (SDA), A5 (SCL)
SPI: D11 (COPI), D12 (CIPO), D13 (SCK). Use any GPIO for Chip Select (CS).
Power:
I/O Voltage: 5V
Input voltage (nominal): 7-12V
Expand Down