Step 1 - Getting Raspberry Pi IP Address
To begin with the project, one needs to know the IP address of the Raspberry Pi. In order to do so, connect your Raspberry Pi with the LCD and type ifconfig or hostname-I in the terminal window.
Note - Only for this particular section, any external display can be used like LCD, otherwise, for the whole of the project, a smartphone (Android Phone) will be used.
Step 2 - Connecting Pi with Phone (Setting up SSH client)
SSH (Secure Socket Shell) is a protocol to access Raspberry Pi with any device. For this project, Serverauditor is used that can be downloaded from the Android Play Store for free. It’s also available for iOS devices.
Steps to install Serverauditor on Phone.
Step 3 - Install & set up a VNC server on Raspberry Pi
As now you have SSH, you can do this on Raspberry Pi console i.e. on your tablet/smartphone. For sure, you can do this by connecting your Raspberry Pi with a PC monitor and opening a console line.
Enter the following commands in order.
Step 4 - Install & set up VNC Viewer on your tablet/smartphone
Download and install Real VNC from the Android Store for free.
Setting up Real VNC
Enter the Raspberry Pi IP address followed by “:1” which means display number 1.
Also, you need to enter the VNC Server password that you created in Step 3.2.
Final Result