|
2 | 2 |
|
3 | 3 | http://monitor.brewbench.co |
4 | 4 |
|
5 | | -<img src="src/assets/img/brewbench-logo-265.png?raw=true" alt="BrewBench logo" title="BrewBench" align="right" /> |
| 5 | +<img src="src/assets/img/brewbench-logo20.png?raw=true" width="200" alt="BrewBench logo" title="BrewBench" align="right" /> |
6 | 6 |
|
7 | 7 |  |
8 | 8 | [](https://gitter.im/BrewBench/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
9 | 9 |
|
10 | | -BrewBench is an Arduino brew monitor, controller and alert system for the home brewer enthusiast. It uses the Arduino REST API to interface with temp sensors. |
| 10 | +BrewBench is an Arduino brew monitor, controller and alert system for the homebrewers and pro brewers. It uses the Arduino REST API to interface with temp sensors. |
11 | 11 |
|
12 | 12 | #### RIMS |
13 | 13 | You can also connect a relay to the digital ports and add a heater / pump to create a RIMS system. The software will start/stop the heater/pump based on the target temperature you set. |
14 | 14 |
|
15 | 15 | #### Fermenters |
16 | | -BrewBench Monitor can easily be used with fermenters with a thermowell. |
| 16 | +BrewBench Monitor can easily be used on fermenters with a thermowell. |
| 17 | + |
| 18 | +#### BrewBench works with many popular sensors, controllers, and Arduino boards. |
| 19 | + |
| 20 | +| | | | |
| 21 | +| ------ | ------ | ------ | |
| 22 | +| Sensor | [Thermistors](https://smile.amazon.com/gp/product/B01MZ6Y336/) | Temperature | |
| 23 | +| Sensor | [DS18B20](https://smile.amazon.com/gp/product/B00KUNKR3M/) | Temperature | |
| 24 | +| Sensor | [PT100](https://smile.amazon.com/gp/product/B00M3SXI0Q/) | Temperature | |
| 25 | +| Sensor | [DHT11](https://smile.amazon.com/gp/product/B01DKC2GQ0/) | Temperature / Humidity | |
| 26 | +| Sensor | [DHT12](https://smile.amazon.com/gp/product/B089W74DT1/) | Temperature / Humidity | |
| 27 | +| Sensor | [DHT22](https://smile.amazon.com/gp/product/B0795F19W6/) | Temperature / Humidity | |
| 28 | +| Sensor | [BMP280](https://www.adafruit.com/product/2651) | Temperature / Pressure | |
| 29 | +| Sensor | [SEN-13322](https://www.sparkfun.com/products/13322) | Moisture | |
| 30 | +| Controller | [Ranco](https://smile.amazon.com/RANCO-ETC-111000-Digital-Temperature-Control/dp/B0015NV5BE/) | Temperature | |
| 31 | +| Controller| [InkBird ITC-1000](https://smile.amazon.com/Inkbird-All-Purpose-Temperature-Controller-ITC-1000/dp/B00OXPE8U6/) | Temperature | |
| 32 | +| Board | [ESP32](https://smile.amazon.com/HiLetgo-ESP-WROOM-32-Development-Microcontroller-Integrated/dp/B0718T232Z/) | [Monitor](http://monitor.brewbench.co) or [App](https://www.sensoroverlord.com) | |
| 33 | +| Board | [ESP8266](https://smile.amazon.com/HiLetgo-Internet-Development-Wireless-Micropython/dp/B010O1G1ES/) | [Monitor](http://monitor.brewbench.co) | |
| 34 | +| Board | [Yun Rev 2](https://store.arduino.cc/usa/arduino-yun-rev-2) | [Monitor](http://monitor.brewbench.co) | |
17 | 35 |
|
18 | | -#### Works with |
19 | | - |
20 | | -**Sensors** |
21 | | -- Thermistors |
22 | | -- DS18B20 |
23 | | -- PT100 |
24 | | -- DHT11 |
25 | | -- DHT21 |
26 | | -- DHT22 |
27 | | -- DHT33 |
28 | | -- DHT44 |
29 | | -- BMP180 |
30 | | -- SoilMoisture |
31 | | - |
32 | | -**Temp Controllers** |
33 | | -- Ranco |
34 | | -- InkBird ITC-1000 |
35 | | - |
36 | | -**Relays** |
37 | | -- Any Sainsmart relays |
38 | | -- Any SSR |
39 | | - |
40 | | -**Smart Devices** |
41 | | -- TP-Link |
42 | 36 |
|
43 | 37 | ## Setup the Arduino |
44 | 38 |
|
@@ -98,7 +92,7 @@ npm run build |
98 | 92 |
|
99 | 93 | ## About |
100 | 94 |
|
101 | | -[BrewBench](https://brewbench.co) is a brew monitor and controller Developed by [Andrew Van Tassel](https://www.andrewvantassel.com) ©2018. |
| 95 | +[BrewBench](https://brewbench.co) is a brew monitor and controller Developed by [Andrew Van Tassel](https://www.andrewvantassel.com) ©2020. |
102 | 96 |
|
103 | 97 | ## Help |
104 | 98 |
|
|
0 commit comments