diff --git a/README.md b/README.md index 01bd01f..56ce0f2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ Turns a Raspberry Pi into a cheap, web-enabled kiln controller. ## Hardware +| Image | Hardware | Description | +| ------| -------- | ----------- | +| ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/rpi.png) | Raspberry Pi | Virtually any Raspberry Pi will work | +| ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/max31855.png) | MAX 31855 | Thermocouple circuit board | + + + * Raspberry Pi * MAX 31855/6675 Cold-Junction K-Type Thermocouple * GPIO driven Solid-State-Relay diff --git a/public/assets/images/breadboard.png b/public/assets/images/breadboard.png new file mode 100644 index 0000000..21371ba Binary files /dev/null and b/public/assets/images/breadboard.png differ diff --git a/public/assets/images/k-type-thermocouple.png b/public/assets/images/k-type-thermocouple.png new file mode 100644 index 0000000..4341cf8 Binary files /dev/null and b/public/assets/images/k-type-thermocouple.png differ diff --git a/public/assets/images/ks-1018.png b/public/assets/images/ks-1018.png new file mode 100644 index 0000000..3a1c370 Binary files /dev/null and b/public/assets/images/ks-1018.png differ diff --git a/public/assets/images/max31855.png b/public/assets/images/max31855.png new file mode 100644 index 0000000..4e03251 Binary files /dev/null and b/public/assets/images/max31855.png differ diff --git a/public/assets/images/rpi.png b/public/assets/images/rpi.png new file mode 100644 index 0000000..b9bc4f0 Binary files /dev/null and b/public/assets/images/rpi.png differ diff --git a/public/assets/images/ssr.png b/public/assets/images/ssr.png new file mode 100644 index 0000000..6ba1a7e Binary files /dev/null and b/public/assets/images/ssr.png differ