kopia lustrzana https://github.com/jbruce12000/kiln-controller
fixing typos and cleaning up README
rodzic
a45488110c
commit
2823371305
|
@ -5,7 +5,6 @@ Turns a Raspberry Pi into a cheap, web-enabled kiln controller.
|
|||
|
||||
## Features
|
||||
|
||||
* easy to install and run on most Raspberry Pi versions
|
||||
* easy to create new kiln schedules and edit / modify existing schedules
|
||||
* no limit to runtime - fire for days if you want
|
||||
* view status from multiple devices at once - computer, tablet etc
|
||||
|
@ -30,14 +29,14 @@ Turns a Raspberry Pi into a cheap, web-enabled kiln controller.
|
|||
| ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/k-type-thermocouple.png) | [K-Type Thermocouple](https://www.auberins.com/index.php?main_page=product_info&cPath=20_3&products_id=39) | Invest in a heavy duty, ceramic, k-type thermocouple designed for kilns |
|
||||
| ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/breadboard.png) | Breadboard | breadboard, ribbon cable, connector for pi's gpio pins & connecting wires |
|
||||
| ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/ssr.png) | Solid State Relay | zero crossing, make sure it can handle the max current of your kiln. You only need one SSR, even if the kiln is 240V. |
|
||||
| ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/ks-1018.png) | electric kiln | There are many old electric kilns on the market that don't have digital controls. You can pick one up on the used market cheaply. This controller will work with 120V or 240V (pick a proper SSR). My kiln is a Skutt KS-1018 |
|
||||
| ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/ks-1018.png) | Electric Kiln | There are many old electric kilns on the market that don't have digital controls. You can pick one up on the used market cheaply. This controller will work with 120V or 240V (pick a proper SSR). My kiln is a Skutt KS-1018 |
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
### Raspbian
|
||||
|
||||
Download [NOOBs](https://www.raspberrypi.org/downloads/noobs/). Copy files to an SD card. Install raspian on RPi using NOOBs.
|
||||
Download [NOOBs](https://www.raspberrypi.org/downloads/noobs/). Copy files to an SD card. Install raspbian on RPi using NOOBs.
|
||||
|
||||
$ sudo apt-get install python-pip python-dev libevent-dev python-virtualenv
|
||||
$ git clone https://github.com/jbruce12000/kiln-controller.git
|
||||
|
|
Ładowanie…
Reference in New Issue