Recent content by BrauBug

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

    YABC-Yet a Brew Controller: BrewManiacEx

    It works!!! Compiled without errors. Now just missing the latest PID_v2 library and line 1908 in BrewManiac.cpp is missing definition of P_ON_M, which I guess is in said PID_v2. Again thank you so much for your great work! Amazing! I will be testing the ESP32 PCB with this...
  2. B

    YABC-Yet a Brew Controller: BrewManiacEx

    Thanks for the hint! I was unsuccessful compiling your example with PlatformIO's framework which is for example missing "esp32-hal-i2c-slave". Although using the wire.cpp and wire.h from the platformio/platform-espressif32 repo did compile the WireScan example. I suspect there's a discrepancy...
  3. B

    YABC-Yet a Brew Controller: BrewManiacEx

    I'm using Linux Mint 20.3, Visual Studio Code 1.36.1 (also tried the latest 1.64.1), Platformio 1.10.0 (tried latest 2.4.1). Not compiling with Windows 10 latest version Code 1.64.2, PlatformIO 2.4.1. Meanwhile I'm using the compiled ESP32 bin, but would be great to change the pin assignment...
  4. B

    YABC-Yet a Brew Controller: BrewManiacEx

    Thank you! I have tried your suggestion, unfortunately I still get the same errors. Which version of Visual Studio Code, PlattformIO are you using?
  5. B

    YABC-Yet a Brew Controller: BrewManiacEx

    Hi DIY friends, also I have my hardware ready. I have assembled the BrewPiLess ESP32 PCB which is awesome so far. Now facing software issue when compiling. With esp8266_framework no problem, env_default = development, building smoothly without error. But building env_default = esp32 using...
Back
Top