Raspberry PI Headless Setup in 6 Simple Steps || SSH || PuTTy Software||...


 




First Download all these Software's.

1. Debian Buster with Raspberry Pi Desktop.( https://www.raspberrypi.org/software/raspberry-pi-desktop/ ).

2. BalenaEtcher.( https://www.balena.io/etcher/ ).

3.SD Card Formatter.( https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/ ).

4. Advance IP Scanner.( https://www.advanced-ip-scanner.com/ ).

5. Putty.( https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html ).

6. VNC Viewer.( https://www.realvnc.com/en/connect/download/viewer/windows/ ).



components link to buy: * Raspberry PI 3 model B+:-https://www.amazon.in/Raspberry-Pi-3B-plus-Motherboard/dp/B07BDR5PDW/ref=sr_1_3?dchild=1&keywords=raspberry+pi&qid=1626964613&sr=8-3 * Raspberry PI 4:-https://www.amazon.in/Raspberry-Pi-Model-Controller-Electronic/dp/B07XT1QJ4S/ref=sr_1_4?dchild=1&keywords=raspberry+pi&qid=1626964613&sr=8-4 * MicroSD Card :- https://www.amazon.in/SanDisk-Ultra-microSD-UHS-I-128GB/dp/B08L5DBMMS/ref=sr_1_2_sspa?crid=N9DPAGYZ30HO&dchild=1&keywords=micro+sd+card+32gb&qid=1626964739&sprefix=micro+sd+ca%2Caps%2C302&sr=8-2-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUExUFNOMldVNDBNRzBXJmVuY3J5cHRlZElkPUEwNDYxMTU0Mkg5RllCVURBSUVXSiZlbmNyeXB0ZWRBZElkPUEwNDI3NjI1M05RN0RVWU9OOEJKTiZ3aWRnZXROYW1lPXNwX2F0ZiZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU= * SD Card Reader :-https://www.amazon.in/Quantum-QHM5084-Memory-Card-Reader/dp/B082B82W8N/ref=sr_1_50?crid=1KOE8FEZLUALP&dchild=1&keywords=sd+card+reader&qid=1626964820&sprefix=sd+%2Caps%2C299&sr=8-50 * Micro USB Cable:-https://www.amazon.in/Ambrane-Unbreakable-Charging-Braided-Android/dp/B082LZGK39/ref=sr_1_1_sspa?crid=1EKQ5VMJ7LTDV&dchild=1&keywords=micro+usb+cables&qid=1626964895&sprefix=micro+usb+%2Caps%2C316&sr=8-1-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUExRUJVUzJBNVE1VzhMJmVuY3J5cHRlZElkPUEwMzM1NjU4MVhWTFlEVk9aMDRXJmVuY3J5cHRlZEFkSWQ9QTA4MDUzMjAxVUNFQTRIWDlYM0wzJndpZGdldE5hbWU9c3BfYXRmJmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==


Step 1:-

first install SD Card formatter and the select Micro SD Card drive location and format it.



click on "format" button

and then click on "ok" button.


Step 2:-

open BalenaEtcher software and select "flash file" from file folder.


and then select "target"  SD Card drive location

and then click on "flash" it will start flashing micro sd card with os.

wait for 10 to 15 minutes for completion.

and close the BalenaEtcher software.


Step 3:-

Create 2 files:- 1. wpa_supplicant.conf 2. ssh or SSH.

save this file with the name wpa_supplicant.conf

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
        scan_ssid=1
        ssid="<Name of your wireless LAN>"
        psk="<Password for your wireless LAN>"
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
        auth_alg=OPEN
}

Post a Comment

0 Comments