Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vitotai committed Dec 21, 2016
2 parents fa21cfd + fa17a8b commit c645299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
25 changes: 1 addition & 24 deletions BrewManiacEx/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
# BrewManiac
an Open ArdBir alternative.

BrewManiac is an ARDUINO sketch that minics Open ArdBir.
BrewManiac is crated from scratch but its interface and behavior is almost the same as Open ArdBir.
I wanted to add wireless capability to Open ArdBir but ended up learning that writing a new sketch might be simpler.
The main difference between Open ArdBir and BrewManiac is the program structure.
BrewManiac is event-driven while Open Ardbir is mor like a series of functoins.

Current implementation supports HM10, a BLE transceiver.

Usage:
1.download necessary library, including
EEPROM
OneWire
PID_v1
SoftwareSerial
LiquidCrystal
Wire (for I2C LCD)
LiquidCrystal_I2C (for I2C LCD)

2.downlad the code and open the main sketch file to modify the hardware setting.

(to Be Continue...)
# BrewManiacEX
4 changes: 2 additions & 2 deletions libs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Libraries
## Libraries
Since the libraries might change over time, my code might not work with the newest version. The library archive is provided for your convenience.

* ArduinoJson
Expand All @@ -20,4 +20,4 @@ Since the libraries might change over time, my code might not work with the newe
* PID_AutoTune_v0
https://github.com/br3ttb/Arduino-PID-AutoTune-Library
* esp8266-oled-ssd1306
https://github.com/squix78/esp8266-oled-ssd1306
https://github.com/squix78/esp8266-oled-ssd1306

0 comments on commit c645299

Please sign in to comment.