How to access the Raspberry Pi 3 B+ Model from Laptop?
First of all, you need the following things in order to access the Raspberry Pi 3 B+ Model from your laptop.- Raspbian Stretch OS
- Access Point( Wifi or Mobile Hotspot)
- Raspberry Pi 3 B+ Model
- Power Adapter
- Memory Card(minimum of 8GB)
- Putty
- VNC Viewer
First, download the Raspbian Stretch OS from its official website and then burn and make it bootable using any choice of bootable software in the memory card. Then make an empty file named ssh without any extension in the boot directory. In the window make sure that you don't have any hidden extension to the file ssh. After that create another file called wpa_supplicant.conf in the same location. Inside this file, write this setting.
network={
ssid=" wifi id "
psk="Your wifi password"
}
network={
ssid=" wifi id "
psk="Your wifi password"
}
After that use any ip scanner to find out the ip address of your raspberry pi. For example, Advance IP Scanner for Windows and Angry IP Scanner for Linux. Make sure both the laptop and raspberry pi is connected to the same wifi network. The default username and password are
Username: pi
Password: raspberry
WINDOW:
Install Putty to access Raspberry Pi for CLI(Command Line Interface) access and install VNC Viewer/Client to access the Raspberry Pi for GUI(Graphical User Interface) access.
LINUX:
Use the terminal to access Raspberry Pi for CLI access and install VNC Viewer to access GUI.
Note: IN order to access GUI of the raspberry pi using VNC Viewer first you need to access the ssh, in a window using putty and in Linux using the terminal and then you have to enable the VNC in raspberry pi. Then only you can access the raspberry pi using VNC Viewer.