diff --git a/docs/v4.md b/docs/v4.md index 088696f..6cb85bd 100644 --- a/docs/v4.md +++ b/docs/v4.md @@ -254,22 +254,8 @@ To do that: 2. **Configure hardware**: - - Install and set up the Wi-Fi antenna: - - ??? note "Quick WiFi antenna how-to" - - The PiKVM V4 has a robust metal case that protects your device from physical damage and electromagnetic interference. This also means that an external antenna must be used for Wi-Fi. We recommend the official Antenna Kit for Raspberry Pi. - - To install the antenna, fix it in the round hole in the back side of the PiKVM, and connect the wire to the connector on the Compute Module 4, as described in the instructions. - - Next, to activate the antenna, add line `dtparam=ant2` to the `/boot/config.txt` file on PiKVM. - - Here is a video: - - ![type:video](https://www.youtube.com/embed/WyHBWEbtxB4) - - Follow [this guide](wifi.md) to configure Wi-Fi in PiKVM OS. - + - Install and set up the [Wi-Fi antenna](wifi.md#antenna-on-pikvm-v4). + - Install and set up [LTE/5G modem](modem.md) (**only for PiKVM V4 Plus**). - Set up internal USB port for USB 3.0 (**only for PiKVM V4 Plus**): diff --git a/docs/wifi.md b/docs/wifi.md index 409cdac..81b9b17 100644 --- a/docs/wifi.md +++ b/docs/wifi.md @@ -91,6 +91,21 @@ while a single `>` will overwrite the entire configuration. 4. Make the filesystem read-only again using `ro` command + +----- +## Antenna on PiKVM V4 + +PiKVM V4 has a robust metal case that protects your device from physical damage and electromagnetic interference. +This also means that an external antenna must be used for Wi-Fi. We recommend the official Antenna Kit for Raspberry Pi. + +To install the antenna, fix it in the round hole in the back side of the PiKVM, and plug the wire to the connector +on the Compute Module 4. + +Next, to activate the antenna, add line `dtparam=ant2` to the `/boot/config.txt` file on PiKVM, and perform `reboot`. + +![type:video](https://www.youtube.com/embed/WyHBWEbtxB4) + + ----- ## Useful console commands