new dimensions program for all thicknesses and add to README
This commit is contained in:
35
README.md
35
README.md
@@ -1,18 +1,35 @@
|
||||

|
||||
|
||||
# Raspberry Pi Birdbox
|
||||
A wooden birdbox with some extra gadgets courtesy of the Raspberry Pi. (Camera, IR, Weight)
|
||||
A wooden birdbox with some extra gadgets courtesy of the Raspberry Pi.
|
||||
|
||||
## Download the Pi-Box Repository on to your raspberry pi
|
||||
## Gathering the neccesary items
|
||||
### You Need
|
||||
* A Raspberry Pi (we're using the Pi 1 Model B, but it will work on any Pi)
|
||||
* A weight sensitive resistor (specifically https://goo.gl/8EGmAL)
|
||||
* 6 Infared LEDS (we are using 850nm specifically ..., but use whatever ones you would like)
|
||||
* 2 NPN transistors
|
||||
* A Raspberry Pi Camera (...)
|
||||
* A lot of strip board (maybe bought here --> http://bright-components.co.uk/epages/950004269.sf/en_GB/?ObjectPath=/Shops/950004269/Categories/Prototyping/Strip_Board)
|
||||
* A lot of wire
|
||||
|
||||
## Setting up the raspberry pi
|
||||
Follow this link to set it up ...
|
||||
After you have done this type this command on it
|
||||
|
||||
```console
|
||||
pi@pibox:~ $ git clone https://github.com/LazyAssassin445/pi-box.git
|
||||
```
|
||||
|
||||
## Gathering the neccesary items
|
||||
### You Need
|
||||
* A Raspberry Pi 3
|
||||
* A Pi Camera
|
||||
* Infa red light
|
||||
* A weight sensitive resistor (specifically https://goo.gl/8EGmAL)
|
||||
* 4 infa red sensors
|
||||
|
||||
## Cutting the wood
|
||||
### Getting the dimensions
|
||||
Now you have cloned the repository onto your raspberry pi, do this:
|
||||
|
||||
```console
|
||||
pi@pibox:~ $ cd pibox
|
||||
pi@pibox:~/pibox $ python3 dimensions.py
|
||||
```
|
||||
|
||||
You have to input the thickness of the wood and the amount of overhang you would like, After that the program will print out the dimensions of the wood you need to cut and a diagram of how to cut the side panels.
|
||||
### You might have to scroll up to see all of the dimensions/.
|
||||
|
||||
Reference in New Issue
Block a user