Configuring your Raspberry Pi to track your device using GPS
Before using the GPS module on your Raspberry Pi, you have to follow the following steps:
- Install the Raspberry Pi OS Lite (64-bit) on your device; you can check out Chapter 2, K3s Installation and Configuration, for more details.
- Log in to your device and set an initial user name and password.
- Run
raspi-config
with the following command:$ sudo raspi-config
You will see a screen like the following:
Figure 13.2 – The raspi-config main menu
- To configure the wireless network, go to the System Options | Wireless LAN menu.
- You will see a Choose the country where your Raspberry will be used message, and then click Ok.
- After that, the Wireless LAN country message will appear. Select your country and then click Ok.
- The Please Enter SSID message will appear. Click Ok and press Enter.
- Now, the Please Enter passphrase message will appear. Click Ok and...