Skip to content

Repository for the hack-a-drone workshop @ MilesCamp Oslo Oktober 2019

License

Notifications You must be signed in to change notification settings

miles-no/hack-a-drone-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hack-a-drone WS @ MilesCamp 2019

Welcome to the hack-a-drone WS!

alt text

alt text

Getting Started

Booting the Pi

First we need to insert the SD-card from which the Pi's will load the OS (NOOBS/Raspbian). The card slot is found on the back of the Pi's (opposite of the USB-ports).

The simplest way to power the Pi is through the usb-micro port. Insert the provided USB-cable into your computer, or external power supply*, and the Pi.

(* the Pi needs about 5v and 1ah to power on, more if you have lots of stuff connected to it.)

Connecting to the Pi

In this workshop we are going to communicate with the Pi's using SSH and the ethernet port (eth0). In order to do this we need to enable internet sharing on our local machines (and ssh on the Pi's, but that's already taken care off).

Enable internet sharing

Mac

Follow the first steps in this guide. Stop when you get to the point with the terminal.

Windows

Follow the steps in the answer in the following link

Linux

¯\(ツ)

Testing SSH

In your favorite Terminal type:


ᐅ ssh pi@raspberrypi.local

Hopefully you'll get prompted to accept the Pi as a known host and eventually asked for the password to login in. (default is 'raspberry')

ᐅ ssh pi@raspberrypi.local

pi@raspberrypi.local's password: 

pi@raspberrypi:~ $ 

If your terminal is showing the above output, you're all set! Horray!

Assignment one

We're now ready to go work, head over to step 1 for the next instructions.

      ____
    ,'   Y`.
   /        \
   \ ()  () /
    `. /\ ,'
8====| "" |====8
     `LLLU'

About

Repository for the hack-a-drone workshop @ MilesCamp Oslo Oktober 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published