WiFi USB
In this section, we connect an external WiFi receiver to enable a wireless connection.
For this step we need internet connection. Make sure that the raspberry is connected with an ethernet cable.
Check with ifconfig
available connectons
We observe that there is no IP associated to wlan0
interface. Let' change that. Run the following command and copy it to the clipboard.
where SSID
and SSID_PASSWORD
are the network name and password, respectively. Then open the file wpa_supplicant.conf
and paste the content at the end. Also, add four additonal fields. At the end you should have somethng like below:
Finally, reboot the raspberry and it should connect to the network by default.
How to Set Up a USB Wi-Fi Adapter With the Raspberry Pi, lifewire.com, August 25th 2021
Additionally
You can set a static IP this wirelessconnectin, just as you dit with the wire d connection in section Set static IP.
Last updated