Pocket Raspberry Pi on Smartphone | Remotely Access Anywhere
by Tatsu Technologies in Circuits > Raspberry Pi
7 Views, 0 Favorites, 0 Comments
Pocket Raspberry Pi on Smartphone | Remotely Access Anywhere
- Hardware Requirement
- Raspberry Pi 3 Board
- Power Bank
- Micro USB Cable
- Wireless Keyboard Mouse (Optional)
- Smartphone
- Software Requirement
- VNC Viewer in PC
- VNC Viewer Android/ios Application
Setup Your Raspberry Pi With Require Libraries
You have to setup your raspberry pi for VNC connection
so you need few required libraries install in Raspberry pi
Enabling VNC Server
On your Raspberry Pi, run the following commands to make sure you have the latest version of VNC Connect:
- sudo apt-get update
- sudo apt-get install realvnc-vnc-server realvnc-vnc-viewer
ENABLING VNC SERVER GRAPHICALLY
On your Raspberry Pi, boot into the graphical desktop.
Select Menu > Preferences > Raspberry Pi Configuration > Interfaces.
Ensure VNC is Enabled.
ENABLING VNC SERVER AT THE COMMAND LINE
You can enable VNC Server at the command line using raspi-config:
- sudo raspi-config
Now, enable VNC Server by doing the following:
- Navigate to Interfacing Options.
- Scroll down and select VNC > Yes.
Check your WLAN/ETH IP address via following command:
- ifconfig
Power Up Your Raspberry Pi
Power up your Raspberry Pi and connect your raspberry pi IP with your smartphone through VNC Viewer Application and configure ip address, Username and Password
Default Username and password for all Raspberry pi is as below:
- Username: pi
- Password: raspberry
Controlling Options
You can also control with USB/Wireless Keyboard Mouse on Smartphone screen.