Search results

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. I

    Native ESP8266 BrewPi Firmware - WiFi BrewPi, no Arduino needed!

    That probably will be silly question. Is iSpindel calibration necessary? I set up fake brew for testing fermentrack, and SG shown on chart is unreal. But I didn't make iSpindel calibration. I just took polynomial equation from iSpindel setup page and pasted values into iSpindel's...
  2. I

    Native ESP8266 BrewPi Firmware - WiFi BrewPi, no Arduino needed!

    Thank you so much! I added content of Version.h file as you provided and the same at the end of Config.h (otherwise there was declaration error) namespace Version { constexpr auto release = "0.2.4"; constexpr auto git_tag = "831a25f"; constexpr auto git_rev = "831a25f"; }...
  3. I

    Native ESP8266 BrewPi Firmware - WiFi BrewPi, no Arduino needed!

    This definitely changed the situation. Now at least compilation proceed but strangely I got error about missing Version.h file (which is not there of course). Compiling .pio\build\esp32_wifi_tft\src\TiltTempSensor.cpp.o Compiling .pio\build\esp32_wifi_tft\src\brewpi-esp8266.cpp.o...
  4. I

    Native ESP8266 BrewPi Firmware - WiFi BrewPi, no Arduino needed!

    WOW! You respond to every post in just few minutes? Impressive! Very impressive! :) Well, I'm pretty sure that is just mine LCD not your code. For me to have degree sign I need to make my custom character or use in the code: lcd.print(temp_A + (char)210 + "C"); to have something similar to...
  5. I

    Native ESP8266 BrewPi Firmware - WiFi BrewPi, no Arduino needed!

    Good day everyone! I'm totally new to brewing and I'm looking around for some system to help me monitor fermentation. Fermentrack looks pretty cool. (kudos to @Thorrak for this amazing piece of software/hardware) I did install it on old raspberry pi 3 (there were some issues but I overcome...
Back
Top