Difference between revisions of "Raspberry Pi"

From Chalmers Robotförening
Line 28: Line 28:
=Links=
=Links=
==SSH==
==SSH==
*
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/ http://www.chiark.greenend.org.uk/~sgtatham/putty/]
*[https://filezilla-project.org/] SFTP
*[https://filezilla-project.org/ https://filezilla-project.org/] SFTP
*[https://wiki.archlinux.org/index.php/SSHFS] SSHFS
*[https://wiki.archlinux.org/index.php/SSHFS https://wiki.archlinux.org/index.php/SSHFS] SSHFS


==Images==
==Images==
*[http://www.raspberrypi.org/downloads]
*[http://www.raspberrypi.org/downloads http://www.raspberrypi.org/downloads]
*[https://www.raspberrypi.org/documentation/installation/installing-images/]
*[https://www.raspberrypi.org/documentation/installation/installing-images/ https://www.raspberrypi.org/documentation/installation/installing-images/]


==Servo==
==Servo==
*[https://github.com/richardghirst/PiBits/tree/master/ServoBlaster]
*[https://github.com/richardghirst/PiBits/tree/master/ServoBlaster]
*[https://github.com/jabelone/pythonSB/blob/master/example.py]
*[https://github.com/jabelone/pythonSB/blob/master/example.py]
==Linux and the terminal==
*[http://linuxcommand.org/learning_the_shell.php http://linuxcommand.org/learning_the_shell.php]
==Electronic==

Revision as of 03:21, 12 November 2016

Raspberry Pi is a small computer that can come in handy in a lot of projects.

Workshops

Find your Raspberry Pi

  • Port scan network for open SSH port 22

<syntaxhighlight lang="bash"> nmap -p22 172.16.42.0/24 </syntaxhighlight>

  • Ping scan

<syntaxhighlight lang="bash"> nmap -sn 172.16.42.0/24 </syntaxhighlight>

  • Check the arp-table for vendor Raspberry Pi Foundation

<syntaxhighlight lang="bash"> arp | grep -i b8:27:eb </syntaxhighlight>

  • Shows IP-address on the RPi via HID

<syntaxhighlight lang="bash"> ifconfig </syntaxhighlight>

Links

SSH

Images

Servo

Linux and the terminal

Electronic