Skip to content

Commit 983bcbe

Browse files
committed
Minor package updates, logo and app updates
1 parent 902a134 commit 983bcbe

23 files changed

+4328
-23996
lines changed

README.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,37 @@
22

33
http://monitor.brewbench.co
44

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" />
66

77
![codeship](https://codeship.com/projects/8b6f3bc0-b4fd-0134-65d1-5ed8b845772e/status?branch=master)
88
[![Join the chat at https://gitter.im/BrewBench/Lobby](https://badges.gitter.im/BrewBench/Lobby.svg)](https://gitter.im/BrewBench/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
99

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.
1111

1212
#### RIMS
1313
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.
1414

1515
#### 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) |
1735

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
4236

4337
## Setup the Arduino
4438

@@ -98,7 +92,7 @@ npm run build
9892

9993
## About
10094

101-
[BrewBench](https://brewbench.co) is a brew monitor and controller Developed by [Andrew Van Tassel](https://www.andrewvantassel.com) &copy;2018.
95+
[BrewBench](https://brewbench.co) is a brew monitor and controller Developed by [Andrew Van Tassel](https://www.andrewvantassel.com) &copy;2020.
10296

10397
## Help
10498

150 KB
Loading

build/assets/img/icon.png

-8.66 KB
Loading

build/js/main.js

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/js/manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)