You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/build-hat/links-to-other.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
You can download documentation on the,
4
4
5
-
* https://datasheets.raspberrypi.com/build-hat/build-hat-serial-protocol.pdf[Raspberry Pi Build HAT Serial Protocol]
6
-
* https://datasheets.raspberrypi.com/build-hat/build-hat-python-library.pdf[Raspberry Pi Build HAT Python Library]
5
+
* https://pip.raspberrypi.com/documents/RP-008140-DS[Raspberry Pi Build HAT Serial Protocol]
6
+
* https://pip.raspberrypi.com/documents/RP-008139-DS[Raspberry Pi Build HAT Python Library]
7
7
8
8
and full details of the Python Library documentation can also be found https://buildhat.readthedocs.io/[on ReadTheDocs]. You can find more information on the .NET library in the https://github.com/dotnet/iot/tree/main/src/devices/BuildHat[.NET IoT] Github repository.
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/build-hat/net-brick.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
=== Use the Build HAT from .NET
2
2
3
-
The Raspberry Pi Built HAT is referred to "Brick" in LEGO® parlance and you can talk directly to it from .NET using the https://datasheets.raspberrypi.com/build-hat/build-hat-serial-protocol.pdf[Build HAT Serial Protocol].
3
+
The Raspberry Pi Built HAT is referred to "Brick" in LEGO® parlance and you can talk directly to it from .NET using the https://pip.raspberrypi.com/documents/RP-008140-DS[Build HAT Serial Protocol].
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/sense-hat/hardware.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ The LED matrix is an RGB565 https://www.kernel.org/doc/Documentation/fb/framebuf
18
18
19
19
=== Joystick
20
20
21
-
The joystick comes up as an input event device named `Raspberry Pi Sense HAT Joystick`, mapped to the arrow keys and **Enter**. It should be supported by any library which is capable of handling inputs, or directly through the https://www.kernel.org/doc/Documentation/input/input.txt[evdev interface]. Suitable libraries include SDL, http://www.pygame.org/docs/[pygame] and https://python-evdev.readthedocs.org/en/latest/[python-evdev]. The included `snake` example shows how to access the joystick directly.
21
+
The joystick comes up as an input event device named `Raspberry Pi Sense HAT Joystick`, mapped to the arrow keys and **Enter**. It should be supported by any library which is capable of handling inputs, or directly through the https://www.kernel.org/doc/Documentation/input/input.txt[evdev interface]. Suitable libraries include https://www.libsdl.org/[SDL], https://www.pygame.org/docs/[pygame], and https://python-evdev.readthedocs.org/en/latest/[python-evdev]. The included `snake` example shows how to access the joystick directly.
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/configuration/securing-the-raspberry-pi.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ $ sudo systemctl restart ssh
71
71
72
72
=== Use a firewall
73
73
74
-
There are many firewall solutions available for Linux. Most use the underlying http://www.netfilter.org/projects/iptables/index.html[iptables] project to provide packet filtering. This project sits over the Linux netfiltering system. By default, `iptables` is installed on Raspberry Pi OS, but is not set up. Setting it up can be a complicated task, and one project that offers a simpler interface than `iptables` is https://www.linux.com/learn/introduction-uncomplicated-firewall-ufw[Uncomplicated Firewall (UFW)]. This is the default firewall tool in Ubuntu, and can be installed on your Raspberry Pi:
74
+
There are many firewall solutions available for Linux. Most use the underlying https://www.netfilter.org/projects/iptables/index.html[iptables] project to provide packet filtering. This project sits over the Linux netfiltering system. By default, `iptables` is installed on Raspberry Pi OS, but is not set up. Setting it up can be a complicated task, and one project that offers a simpler interface than `iptables` is https://www.linux.com/learn/introduction-uncomplicated-firewall-ufw[Uncomplicated Firewall (UFW)]. This is the default firewall tool in Ubuntu, and can be installed on your Raspberry Pi:
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/configuration/uart.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
== Configure UARTs
2
2
3
-
There are two types of UART available on the Raspberry Pi - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0183g/index.html[PL011] and mini UART. The PL011 is a capable, broadly 16550-compatible UART, while the mini UART has a reduced feature set.
3
+
There are two types of UART available on the Raspberry Pi - https://developer.arm.com/documentation/ddi0183/g/[PL011] and mini UART. The PL011 is a capable, broadly 16550-compatible UART, while the mini UART has a reduced feature set.
4
4
5
5
All UARTs on the Raspberry Pi are 3.3V only - damage will occur if they are connected to 5V systems. An adapter can be used to connect to 5V systems. Alternatively, low-cost USB to 3.3V serial adapters are available from various third parties.
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/getting-started/setting-up.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,19 +109,19 @@ Raspberry Pi models have the following display connectivity:
109
109
|2× micro HDMI
110
110
111
111
|Raspberry Pi 4 Model B
112
-
|2× micro HDMI, audio and composite out via 3.5 mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
112
+
|2× micro HDMI, audio and composite out via 3.5 mm https://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
113
113
114
114
|Raspberry Pi 3 (all models)
115
-
|HDMI, audio and composite out via 3.5 mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
115
+
|HDMI, audio and composite out via 3.5 mm https://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
116
116
117
117
|Raspberry Pi 2 Model B
118
-
|HDMI, audio and composite out via 3.5 mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
118
+
|HDMI, audio and composite out via 3.5 mm https://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
119
119
120
120
|Raspberry Pi 1 Model A+ and Model B+
121
-
|HDMI, audio and composite out via 3.5 mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
121
+
|HDMI, audio and composite out via 3.5 mm https://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack
122
122
123
123
|Raspberry Pi 1 Model A and Model B
124
-
|HDMI, audio out via 3.5 mm http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack, composite out via https://en.wikipedia.org/wiki/RCA_connector[phono] jack
124
+
|HDMI, audio out via 3.5 mm https://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack, composite out via https://en.wikipedia.org/wiki/RCA_connector[phono] jack
125
125
126
126
|Raspberry Pi Zero (all models)
127
127
|mini HDMI, composite out via solder-pads
@@ -139,7 +139,7 @@ image::images/peripherals/cable-hdmi.png[alt="Plugging a micro HDMI cable into a
139
139
140
140
All Raspberry Pi models with HDMI, micro HDMI, or mini HDMI support audio output over HDMI.
141
141
All Raspberry Pi models support audio over USB. All Raspberry Pi models equipped with Bluetooth support Bluetooth audio.
142
-
All variants of the Raspberry Pi 1, 2, 3, and 4 include a 3.5 mm auxiliary http://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack, which may require amplification for sufficient output volume.
142
+
All variants of the Raspberry Pi 1, 2, 3, and 4 include a 3.5 mm auxiliary https://en.wikipedia.org/wiki/Phone_connector_(audio)#TRRS_standards[TRRS] jack, which may require amplification for sufficient output volume.
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/remote-access/find-your-ip-address.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ TIP: If you connect your Raspberry Pi to your network with a wire, try filtering
131
131
The Network Mapper command (`nmap`) is a free and open source tool for network discovery. It is available for Linux, macOS, and Windows.
132
132
133
133
* To install on *Linux*, install the `nmap` package e.g. `apt install nmap`.
134
-
* To install on *macOS* or *Windows*, see the http://nmap.org/download.html[nmap.org download page].
134
+
* To install on *macOS* or *Windows*, see the https://nmap.org/download.html[nmap.org download page].
135
135
136
136
To use `nmap` to scan the devices on your network, you need to know the subnet you are connected to. First, find the local IP address of the computer you're using:
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/remote-access/ssh.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ If you see files named `id_ed25519.pub`, `id_rsa.pub`, or `id_dsa.pub`, you alre
123
123
124
124
==== Generate new SSH keypair
125
125
126
-
TIP: This guide provides instructions to generate a new RSA key. For additional security, you can instead generate a http://ed25519.cr.yp.to/[Ed25519] key. Pass `-t ed25519` to `ssh-keygen` and replace `rsa` with `ed25519` when referencing your public and private key file names to use an Ed25519 key.
126
+
TIP: This guide provides instructions to generate a new RSA key. For additional security, you can instead generate a https://ed25519.cr.yp.to/[Ed25519] key. Pass `-t ed25519` to `ssh-keygen` and replace `rsa` with `ed25519` when referencing your public and private key file names to use an Ed25519 key.
127
127
128
128
To generate a new SSH keypair, enter the following command:
0 commit comments