Jump to content

Raspberry Pi: Difference between revisions

From Squirrel's Lair
Ttenbergen (talk | contribs)
Ttenbergen (talk | contribs)
Line 25: Line 25:
On PC
On PC
*install TightVNC [http://www.heise.de/download/tightvnc-815b969d2dfb534ec47145e981a5dd5c-1388329698-268443.html]
*install TightVNC [http://www.heise.de/download/tightvnc-815b969d2dfb534ec47145e981a5dd5c-1388329698-268443.html]
* connect to 192.168.0.1**:1


=== other links ===
=== other links ===
* onscreen keyboard - http://ananddrs.com/2013/09/25/rpi-onscreen-keyboard/
* onscreen keyboard - http://ananddrs.com/2013/09/25/rpi-onscreen-keyboard/
* Adafruit's Raspberry Pi lessons - https://www.google.ca/search?q=adafruit%27s+raspberry+pi+lesson&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&gfe_rd=cr&ei=R0LAUv-FLKqC8QfO9YDgDA
* Adafruit's Raspberry Pi lessons - https://www.google.ca/search?q=adafruit%27s+raspberry+pi+lesson&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&gfe_rd=cr&ei=R0LAUv-FLKqC8QfO9YDgDA

Revision as of 12:13, 2013 December 29

setup

image card

initial settings

  • expand ...

setup wireless networking

  • sudo nano \etc\network\interfaces

connect

  • see assigned IP address during Pi boot
  • using Putty
  • ssh pi@192.168.2.X

run updates

  • sudo apt-get update

setup VNC[1]

  • sudo apt-get install tightvncserver
  • tightvncserver
  • reboot
  • vncserver :1 -geometry 1024x720 -depth 24

On PC

  • install TightVNC [2]
  • connect to 192.168.0.1**:1

other links