90 likes | 1.53k Views
Raspberry Pi – VNC Server Connection. Pete Januarius Sept 2018. It is all explained here:. https://www.raspberrypi.org/documentation/remote-access/vnc/. However the steps are:. Download a VNC Viewer application for your laptop/PC/Mac such as:
E N D
Raspberry Pi – VNC Server Connection Pete Januarius Sept 2018
It is all explained here: https://www.raspberrypi.org/documentation/remote-access/vnc/ However the steps are: • Download a VNC Viewer application for your laptop/PC/Mac such as: • https://www.realvnc.com/en/connect/download/viewer/ • 2. Enable VNC server on your raspberry pi • sudo apt-get update • sudo apt-get install realvnc-vnc-server realvnc-vnc-viewer • 3. sudo raspi-config. • Navigate to Interface Options, select VNC and click ‘yes’
Connecting to your Raspberry Pi with VNC Server • Get the IP address of your RPi with ifconfig on the terminal • Launch VNC Viewer on your laptop/PC • Enter the Rpi’s IP address into VNC Viewer • Click enter – it should connect.
Change the resolution of the VNC Desktop If you desktop appears to be a bit small and chunky, checkout this video: https://youtu.be/LlXx9yVfQ0k
The benefit of VNC Control You now have a remote connection !! You should be able to run your Python or NodeJS tank movement code and control it from your laptop!