Trinh @ Bath

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
growpi_setupremote [2020/12/26 20:59]
trinh
growpi_setupremote [2021/01/01 14:01]
trinh [Video guide]
Line 20: Line 20:
  
 <Code:bsh> <Code:bsh>
-Tesst 
 hostname hostname
 </Code> </Code>
  
-<Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//+If everything works as intended, it should state:  
-<html> +<Code:bsh
-  <head> +tdtpi
-  <title>PHP Test</title> +
- </head> +
- <body> +
- <?php echo '<p>Hello World</p>'; ?>  +
- </body> +
-</html>+
 </Code> </Code>
  
 +This is your hostname. You can connect to your Raspberry Pi with the full "address" of ''%%tdtpi.local%%''. Your Raspberry Pi also has a network IP address. Try the command: 
 +
 +<Code:bsh>
 +ping tdtpi.local
 +</Code>
 +
 +This should return your IP (often similar to ''%%192.168.1.X%%'').
 +
 +==== Connect using iPad ====
 +
 +Now using your iPad, download the iOS application VNC Viewer by RealVNC available on the App store.
 +
 +{{ ::grow:realvnc.jpg?nolink&400 |}} 
 +
 +Now login to your Raspberry Pi. You should use the address: 
 +
 +<Code:bsh>
 +tdtpi.local
 +</Code>
 +
 +Your username and password are the same as before:
 +
 +<Code:bsh>
 +username: pi
 +password: m******71
 +</Code>
 +
 +{{ ::grow:vnc_login01.jpg?nolink&500 |}}
 +
 +{{ ::grow:vnc_login02.jpg?nolink&500 |}} 
 +
 +{{ ::grow:vnc_login03.jpg?nolink&500 |}} 
 +
 +{{ ::grow:vnc_login04.jpg?nolink&500 |}} 
 +
 +{{ ::grow:vnc_login05.jpg?nolink&500 |}} 
  
 [[https://projects.raspberrypi.org/en/projects/raspberry-pi-using/8|More information on using the terminal]] [[https://projects.raspberrypi.org/en/projects/raspberry-pi-using/8|More information on using the terminal]]
 +
 +==== Connect using PC ====
 +
 +I prefer to use the PC for communicating with the Raspberry Pi. You want to go through the same steps above but using VNC Viewer for Windows: [[https://www.realvnc.com/en/connect/download/viewer/raspberrypi/|https://www.realvnc.com/en/connect/download/viewer/raspberrypi/]]
 +
 +==== Video guide ====
 +
 +<html>
 +<p style="text-align:center">
 +<iframe width="560" height="315" src="https://www.youtube.com/embed/wVrrvac3cFQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 +</p>
 +</html>