1 / 6

Raspberry Pi – VNC Server Connection

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:

Anita
Télécharger la présentation

Raspberry Pi – VNC Server Connection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Raspberry Pi – VNC Server Connection Pete Januarius Sept 2018

  2. 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’

  3. 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.

  4. 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

  5. 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!

More Related