This method helps a lot when you don't have GUI access of Raspberry-Pi. This methods adds the network details to Raspberry-Pi.
Step 1 - Open command line terminal of Raspberry-Pi.
Step 2 - Open the configuration file wpa-supplicant in nano.
Step 3 - Go to bottom of line or edit network block as below:
network={
ssid="Your WiFi name"
psk="your WiFi Password"
}
As I have connected Raspberry-Pi to my mobile hotspot WiFi so I have given key_mgmt = WPA-PSK that you don't require to give while connecting to other WiFi
0 comments:
Post a Comment