Hey everyone! This is my first tutorial on Hackster.io You can find my tutorials on ArduinoFanBoy.com , I always tinker with electronics & develop software.
In my first tutorial I'll be showing you the best way to connect your Computer's Screen with Raspberry Pi. I honestly did a lot of google to find the way, when I bought my first Raspberry Pi. I found no detailed tutorials on this and thus decided to right one. Many tutorials shows how to use your Computer's screen with Raspberry Pi using your local network, but if we talk about portability, its obvious that you can't carry your Local Network with you, or might be a superman is reading this. This tutorial is for those who are like me and doesn't have any superpower. I'll explain you the procedure which only requires one LAN cable to connect Computer and Raspberry Pi via Ethernet ports.
This method uses Xrdp and Windows Remote Desktop Connection (which is the simplest way I found :)
So lets start the work ;)
If you are looking for how to install Jessie then please have look here. There many tutorials already available on this topic ;) check them out they are far better then the one I can write up for you.
I assume that you are already having a TV which supports HDMI. If you have one then congo, move to the next part. But, if you don't have one, don't be sad we'll soon have updates on this tutorial for this ASAP ^_^
Getting some updates for your RasPi
Now lets start by downloading some software on your Raspberry Pi, but before we need some updates, open up the terminal and write in the following codes-
sudo apt-get update
This will get updates latest updates available for your system
sudo apt-get upgrade
This will upgrade your system
Note: sudo gives you admin privileges so that you can make changes in the system
Now lets start installing Xrdp on your Raspberry Pi
sudo apt-get install xrdp
This will simply install the xrdp software on your raspberry pi. To know more about what does this software actually does visit its official website. You can also download the terminal commands from attachments.
Setting Up a Static IP address for your RPiI may have written a step for this too but my work will go wasted as there are many tutorials on this already. But as of now I'm recommending this one for you.
The Final DestinationNow if your computer is running Windows OS then you don't need anything to download. Simply type 'Remote Desktop Connection' and enter the static IP you have set for your raspberry pi.
Enter the static IP of you RPi when the Remote Desktop Connection starts and then hit connect. Make sure your RasPi is on and connected to your laptop through an Ethernet Cable.
You'll see a prompted screen saying you to enter Username and Password, enter then and start playing :)
Thanks for reading!
Comments