Using a Kindle Fire As a Monitor for Your Raspberry Pi

by mrblank5 in Circuits > Raspberry Pi

100033 Views, 111 Favorites, 0 Comments

Using a Kindle Fire As a Monitor for Your Raspberry Pi

kindle fire.jpg
plus.jpeg
raspberry pi.jpg

In this intractable i will show you how to use a kindle fire as a monitor for a raspberry pi. I had an old kindle fire that i got a few years back that i no longer use and i thought, why not use it as a monitor for my raspberry pi? Thus this instructable was born.

Connect Your Raspberry Pi to the Internet

raspberry pi.jpg

This step is pretty self explanatory. Ether use a ethernet cable to connect your raspberry pi or use a wifi antenna.

Install Xrdp on Your Raspberry Pi

Screen Shot 2015-08-17 at 8.19.41 PM.png

Go in lx terminal and type in the command Sudo apt-get install xrdp. This will download and xrdp, which is a Remote Desktop service.

Install Microsoft Remote Desktop on Your Kindle

Screenshot_2015-08-19-11-11-01.png
Screenshot_2015-08-19-12-18-23.png
Screenshot_2015-08-19-12-18-42.png

Unfortunately you can't download the Microsoft Remote Desktop app through the kindle App Store. Instead we will have to download an android apk for the Remote Desktop. To do this you need to Open your browser(I'm using the default silk) and go to

https://www.dropbox.com/s/g7esrp5d11idm48/com.micr...

and then download the apk. Next open your settings and open the download and give it permission to run.

Test

Screen Shot 2015-08-18 at 2.47.14 PM.png
Screenshot_2015-08-19-12-20-06.png
Screen Shot 2015-08-19 at 12.21.18 PM.png
Screenshot_2015-08-19-12-20-19.png
Screen Shot 2015-08-19 at 12.22.17 PM.png

Type hostname -I into lx terminal to find your raspberry pi's IP address. Then in the Remote Desktop fill in your details(Ip address for pi, password for pi,etc) then click connect. It should connect. If not make sure you put in your info right and that the raspberry pi and the kindle are on the same wifi network. You can leave at this but you won't be able to use your kindle+pi anywhere you don't have them on the same network (or offline). If you would like to be able to use it offline continue on with the instructable.

Setting Up a Isc-dhcp-server and Hostapd on Your Raspberry Pi

raspberry_pi_pi_ap.jpg

To learn how to set up a server visit: http://raspberrypihq.com/how-to-turn-a-raspberry-... because I

find it hard to explain how to set up the server. To install hostapd go to lx terminal and type in sudo apt get install hostapd.

Connect Your Kindle to the Raspberry Pi Server

Screenshot_2015-08-19-11-22-30.png

Go into your kindle's settings and go to wifi. You should see what ever you named your raspberry pi's server. I just named mine RaspberryPi. Click on it and type in your password, then wait for it to connect.

Use the Remote Desktop

Screenshot_2015-08-19-12-20-19.png
Screenshot_2015-08-19-12-20-06.png
Screen Shot 2015-08-19 at 12.21.18 PM.png
Screen Shot 2015-08-19 at 12.23.13 PM.png

Go into your Remote Desktop app on your kindle and connect to your raspberry pi. If it doesn't work go into lx terminal on your raspberry pi and type in hostname -I again to see if your ip has changed. If so reinsert the ip address in the Remote Desktop and try again.

Side Note

Right now I'm working on a script to turn off/on the isc dhcp server so I can connect my pi to the internet. I will update this instructable when I have done the script. Also i forgot to mention this earlier in the instructable, but you can use this same concept with any device that you can microsoft remote desktop on. If you liked this instructable please favorite,vote, & subscribe thank you :)