2017-03-11 17:08:49 +00:00
2017-03-01 12:26:48 +00:00
2017-01-29 21:10:29 +00:00
2017-02-11 23:19:35 +00:00
2017-02-25 23:49:44 +00:00

piBox

Raspberry Pi Birdbox

A wooden birdbox with some extra gadgets courtesy of the Raspberry Pi.

Gathering the neccesary items

You Need

Setting up the raspberry pi

Get the software here - https://www.raspberrypi.org/downloads/raspbian/ After it is downloaded, read this (https://www.raspberrypi.org/documentation/installation/installing-images/README.md) to learn how to put it onto your PI. Now do type these commands into the PI's terminal window

pi@pibox:~ $ git clone https://github.com/LazyAssassin445/pi-box.git
pi@pibox:~ $ pip3 install smbus2

Cutting the wood

Getting the dimensions

Now you have cloned the repository onto your raspberry pi, do this:

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. Now cut the wood. Look at the OpenScad files to see how it fits together.

Software

Files you might want to look at

Software you might want to download

Description
No description provided
Readme 555 KiB
Languages
Python 65.4%
OpenSCAD 33.3%
Shell 1.3%