Raspberry Pi: Difference between revisions
Appearance
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) |
||
Line 15: | Line 15: | ||
=== connect === | === connect === | ||
*see assigned IP address during Pi boot | *see assigned IP address during Pi boot | ||
*using | *using Putty | ||
* ssh pi@192.168.2.X | * ssh pi@192.168.2.X | ||
Revision as of 20:13, 2021 October 5
See alsp: Raspberry Pi Pico
setup
to get back into this later: sudo raspi-config
- Get imager from <a href="https://www.raspberrypi.org/downloads/">https://www.raspberrypi.org/downloads/</a>
- 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]
setup
- sudo apt-get install tightvncserver
- tightvncserver
- reboot
start
manually: vncserver :1 -geometry 1024x720 -depth 24
automatically (see [2] and [3]):
- cd /home/pi
- cd .config
- mkdir autostart
- cd autostart
- nano tightvnc.desktop
[Desktop Entry] Type=Application Name=TightVNC Exec=vncserver :1 StartupNotify=false
- close and save (ctrl-X...)
Connecting from PC
- install TightVNC [4]
- connect to 192.168.0.1**:1