How to set up Wi-Fi on Raspberry Pi without a screen

After burning an image with operation system for Raspberry Pi, to set up WiFi you need to connect Raspberry Pi to any screen. If you cannot connect to any screen, it is possible to set up WiFi without any monitor.

First of all after installing a new operation system do not remove the SD card. Open the boot disc and using a notepad create new file (with no .txt extension) called wpa_supplicant.conf and inside of the file add:

country=EN # Replace US with your 2-digit country code
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
network={
ssid=”ADD_NETWORK_NAME”
psk=”123456 :)”
key_mgmt=WPA-PSK
}

HERE is how to activate a SSH server without connecting any screen.

HERE is how to activate a VNC server without connecting any screen

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA
Change the CAPTCHA codeSpeak the CAPTCHA code
 

This site uses Akismet to reduce spam. Learn how your comment data is processed.