Difference between revisions of "Raspberry Pi"

From Chalmers Robotförening
Line 3: Line 3:
=Workshops=
=Workshops=
*Slides from [https://goo.gl/iUJ3gn Workshop Raspberry Pi - Part 1. Setup (2016-04-09)]
*Slides from [https://goo.gl/iUJ3gn Workshop Raspberry Pi - Part 1. Setup (2016-04-09)]
*Slides from [https://docs.google.com/presentation/d/1nUndneLQNR-4EWHD08oHcxGWMijS6PwHKXyttddE9No/edit?usp=sharing Raspberry Pi - Electronic (2016-11-13)]
*Slides from [https://docs.google.com/presentation/d/1nUndneLQNR-4EWHD08oHcxGWMijS6PwHKXyttddE9No/edit?usp=sharing Workshop Raspberry Pi - Part 1. Electronic (2016-11-13)]


=Find your Raspberry Pi=
=Find your Raspberry Pi=

Revision as of 05:27, 13 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