Install file

This commit is contained in:
mmcwilliams 2018-10-07 15:10:38 -04:00
parent 5686a6b1bb
commit d2571aa36f
1 changed files with 18 additions and 0 deletions

18
howto/Readme.md Normal file
View File

@ -0,0 +1,18 @@
## Assembly
The essential components of the intval3 intervalometer are the following parts:
The electronics that interface with the Raspberry Pi can be created in a few different ways. A board can be purchased (soon), put together by hand on a prototyping bonnet, or etched from copper-clad board using the circuit board design files.
## Installation
With a fresh [Raspian installation on the Raspberry Pi Zero W](RaspberryPiZeroW.md), you can install the intval3 software with two commands:
```
wget https://raw.githubusercontent.com/sixteenmillimeter/intval3/master/scripts/intval3-install.sh
sh ./intval3-install.sh
```