Skip to content

Add keyboard models to the setup guide #4117

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

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from 2 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
20 changes: 9 additions & 11 deletions documentation/asciidoc/computers/getting-started/setting-up.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ You can use any high-quality power supply that provides the correct power mode.
|Recommended power supply (voltage/current)
|Raspberry Pi power supply

|Raspberry Pi 5
|Raspberry Pi 5 & Raspberry Pi 500
|5V/5A, 5V/3A limits peripherals to 600mA
|https://www.raspberrypi.com/products/27w-power-supply/[27W USB-C power supply]

|Raspberry Pi 4 Model B
|Raspberry Pi 4 Model B & Raspberry Pi 400
|5V/3A
|https://www.raspberrypi.com/products/type-c-power-supply/[15W USB-C power supply]

|Raspberry Pi 3 (all models)
|5V/2.5A
|https://www.raspberrypi.com/products/micro-usb-power-supply/[12.5W Micro USB power supply]

|Raspberry Pi 2 (all models)
|Raspberry Pi 2 Model B
|5V/2.5A
|https://www.raspberrypi.com/products/micro-usb-power-supply/[12.5W Micro USB power supply]

Expand Down Expand Up @@ -101,22 +101,19 @@ Raspberry Pi models have the following display connectivity:
|Model
|Display outputs

|Raspberry Pi 5
|Raspberry Pi 5, Raspberry Pi 400 & Raspberry Pi 500
|2× micro HDMI

|Raspberry Pi 4 (all models)
|Raspberry Pi 4 Model B
|2× micro HDMI, audio and composite out via 3.5mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack

|Raspberry Pi 3 (all models)
|HDMI, audio and composite out via 3.5mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack

|Raspberry Pi 2 (all models)
|Raspberry Pi 2 Model B
|HDMI, audio and composite out via 3.5mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack

|Raspberry Pi 1 Model B+
|HDMI, audio and composite out via 3.5mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack

|Raspberry Pi 1 Model A+
|Raspberry Pi 1 (all models)
|HDMI, audio and composite out via 3.5mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack

|Raspberry Pi Zero (all models)
Expand All @@ -142,10 +139,11 @@ All variants of the Raspberry Pi 1, 2, 3, and 4 include a 3.5mm auxiliary http:/
The following Raspberry Pi models come with Wi-Fi and Bluetooth connectivity:

* Flagship models since Raspberry Pi 3 Model B
* All Keyboard models
* All Zero W models
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need Zero 2 in here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps "All Zero W series models."

But adding a second line for Zero 2 is minimal effort and a lot clearer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at it again, the full list says:

The following Raspberry Pi models come with Wi-Fi and Bluetooth connectivity:

  • Flagship models since Raspberry Pi 3 Model B
  • All Keyboard models
  • All Zero W models
  • All Pico W models
  • Compute Modules configured with wireless (available since CM4)

So if we were to add a separate entry for Zero 2 W (rather than assuming that "All Zero W models" covers it), that sort of implies that we'd also need to create a separate entry for Pico 2 W? And IMHO that's beyond the scope of this PR, so that should probably be discussed in a separate PR / issue.

* All Pico W models
* Compute Modules configured with wireless (available since CM4)

The "Model B" suffix indicates variants with an Ethernet port; "Model A" indicates no Ethernet port. If your Raspberry Pi doesn't have an Ethernet port, you can still connect to a wired internet connection using a USB-to-Ethernet adapter.
The "Model B" suffix indicates variants with an Ethernet port; "Model A" indicates no Ethernet port. The Keyboard models also include an Ethernet port. If your Raspberry Pi doesn't have an Ethernet port, you can still connect to a wired internet connection using a USB-to-Ethernet adapter.

image::images/peripherals/cable-net.png[alt="Plugging an Ethernet cable into a Raspberry Pi.",width="80%"]