-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (24 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Below are instructions for setting up your very own Karl (Dudfield) cam.
Things you will need:
* Karl Dudfield (1)
* Raspberry Pi (1)
* Raspberry Pi Camera (1)
* SD Card
* WiFi Shield
* Power source for Raspberry Pi
1) Set up your Pi with Raspbian.
You can follow these instructions: https://learn.adafruit.com/adafruit-raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi/overview
In general:
+ Get Raspbian: http://www.raspberrypi.org/downloads/
+ Use this to load it onto the SD card: https://github.com/RayViljoen/Raspberry-PI-SD-Installer-OS-X
+ Don't fuck up and wipe your machine instead of the SD
MAKE SURE YOU DON'T HAVE THE PHYSICAL WRITE-LOCK ON THE CARD SET.
YOU WILL HATE YOURSELF. AND THE WORLD. AND ALL EXISTENCE FOR THE 30 MINUTES IT TRIPS YOU UP.
2) Follow the instructions here starting at Connect via SSH:
http://www.codeproject.com/Articles/665518/Raspberry-Pi-as-low-cost-HD-surveillance-camera
In general:
+ Get nmap
+ Figure out the IP of the R-PI using nmap: sudo nmap -sP 192.168.0.2-254
+ ssh <ip> -l pi
+ use password: raspberry
...and then: