• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Search results

Homebrew Talk

Help Support Homebrew Talk:

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

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    Yes - I had to comment out the LCD code to get it to work properly (I don't use an external LCD anyway). Something isn't right with the uploaded code vs. the binaries ;)
  2. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    I'm getting closer. The output from DisplayLcd.cpp is reaching the Print_P function in IicLcd.h no problem but when Pilink calls for the display.getline(), the returned contents are garbled.
  3. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    Yep am checking the display side out. Deffo not character encoding or anything as I'm getting this via serial for the T command: T:{"BeerTemp":null,"BeerSet": 20.00,"BeerAnn":null,"FridgeTemp":null,"FridgeSet": 20.00,"FridgeAnn":null,"State":0} it is like the wrong display is being set or...
  4. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    No LCD screen is connected in my set up, Lee. Does that impact things here do you think in that the control.h etc needs to change if no screen is connected? Agreed that i'm having to delve deeper where I can. it is either a rogue #define or something fundamental with vscode+platformio when...
  5. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    This is the area that outputs the text: case 'l': // Display content requested openListResponse('L'); char stringBuffer[21]; for(uint8_t i=0;i<4;i++){ display.getLine(i, stringBuffer); print_P(PSTR("\"%s\"")...
  6. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    yeah that's a bad one isn't it? I'm trying allsorts to debug too. I get exactly the same compiling on 2 diff computers too. Thanks anyway.
  7. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    Yep I get the same with just using John's source. My compiled Thorrak .10 source (ie no changes made): L:["M O ","B �C","F �C","Ii 0 "] N:{"v":"0.2.4","n":0,"c":"00000000","s":0,"y":0,"b":"e","l":"3"} Thorrak compiled Bin file from...
  8. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    I was running this in a custom set up with links into my home auto system etc . everything should be UTF-8 I believe but I haven't change anything default-wise in Platformio so I assume pretty much out of the box char set wise
  9. M

    Fermentrack: Fermentation monitoring & BrewPi-www Replacement for Raspberry Pi

    This is hopefully not much of a deviation but having found this thread again I'm hoping maybe someone can shed some light into this. I used to compile John's firmware using vscode & Platformio but my env got trashed and I had to recently rebuild. However now upon rebuilding, I can compile...
  10. M

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    Yep I can also confirm that the customer support from the Tilt guys is great.
  11. M

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    Are these supposed to 'broadcast' the Ibeacon msg once per minute or every time the gravity or temp changes?
  12. M

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    great that you've resolved your issue. Can you post your code? I'd like to have a go too. :mug:
  13. M

    Brewometer kickstarter thoughts - digital bluetooth hydrometer

    Hi Jim - after looking at the pastebin link, I think hrafnkell is using the same code base as your github code is he not? Are you both not looking at the Ibeacon stuff? Thanks for your code Jim anyway - very useful.
Back
Top