• 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. P

    Kegland Rapt Pill floating hydrometer temperature monitor

    If your are You made your point. Like what you were doing, I am doing something that I want to do.
  2. P

    Kegland Rapt Pill floating hydrometer temperature monitor

    I just want to get best result of it, just like that I also want best beer that I can brew.
  3. P

    Kegland Rapt Pill floating hydrometer temperature monitor

    Finishing another fermentation, I have time to test the Pill again. The result surprised me. The Pill is put in a cup without water, and the angle decreased when the temperature increased. The experiment was done twice. I stuffed some paper to secure the Pill in the second time. They all show...
  4. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    Ignore it. That is for pre-built file system that we don't have.
  5. P

    Fermentis BR-8 dry Brettanomyces Experiences

    I was stuck here before I learned that BR-8 can convert 4VP, 4VG, as well as the precursors into 4EP and 4EG, which both contribute funkiness. For POF- yeast, adding acid rest might enhance the funkiness, I guess.
  6. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    You might try detaching the temperature sensors. Long ago, my old controller rebooted frequently (not like your frequency though), and I fixed it by re-wiring the temperature sensors. Last week, my controller stop working, but it recovered after I opened the box. I checked the connections and...
  7. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    That might because the controller couldn't connect to the network after reboot. The page you seen was cached copy. By the wa, I've run this version for 4 months.
  8. P

    BrewPi@ESP8266, no need of RPI and Arduino.

    Reboot. a lot of reboots.
  9. P

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I compared the source with temperatureControl. The only difference I saw is that in Capping and PTC, the actuator is compared to 'defaultActuator' before 'setActive()', which seems unnecessary and was not done in temperatureControl. However, I don't see that would matter.
  10. P

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I don't have any 1-wire relay. Neither do I have idea about what goes wrong. The way PTC and capping control use actuators is the same as calling and heating, which uses a virtual "Actuator" class that might be "DigitalPinActuator" or "OneWireActuator".
  11. P

    Bad efficiency brew day

    Water is lazy. It will find the shortest path, either during mash or sparge. String is a simple yet effective way to avoid channelling.
  12. P

    BrewPiLessGx: BrewPiLess with Touched TFT display

    They are defined in Config.h, but you can change it in "System" page.
  13. P

    Kegland Rapt Pill floating hydrometer temperature monitor

    The problem here has nothing to do with stratification. The behavior is the same in water, which has TDS reading under 50. I'll do another test to put the pill in a fixed angle instead of water. BTW, it seems that Pill uses Gyro instead of acceleration sensor according to the information I...
  14. P

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I found this when struggling flashing the device: https://github.com/janick/WT32-SqLn I think my first flashing was successful, but either it was in download mode or the program crashed just after boot-up. (The bug was fixed later) Seeing no response, I tried another flashing. It failed at 38%...
  15. P

    Kegland Rapt Pill floating hydrometer temperature monitor

    I've tested it in water to conclude that the tilting angle is smaller when the temperature drops.
  16. P

    Kegland Rapt Pill floating hydrometer temperature monitor

    X axis is temperature in Celsius. At around 20°C, the tilt angle is around 25.4°, while it is 25.1° at 8°C. For my Pill, that difference is translated to almost 1 point(0.001). It is even worse if "temperature correction for hydrometer" is applied. The temperature is getting hotter, and my...
  17. P

    Kegland Rapt Pill floating hydrometer temperature monitor

    Changing the report period to 5 minutes, the battery seems to last longer than I have expected. Well, I don't know how long it will be, but it is 71% now after two months. At least 4 to 6 months can be expected. One issue I have when brewing lager is tilt angle drift caused by (maybe) the...
  18. P

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Please read the "Readme.md" in the project, Custom Hardware section. I would recommend against resistive touch panel. According to my experience, calibration is necessary. My experience might be outdated, though.
  19. P

    BrewPiLessGx: BrewPiLess with Touched TFT display

    It took me a while to bring WT-SC01+ on, for 1. I had to find a way to make it in download mode. Finally I found that shorting GPIO0 and GND works 30~50% of the time for me. 2. The device won't boot-up normally but remain in download mode after downloaded, which makes me think it's dead. 3. I...
  20. P

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Yeah. It took me a while to adapt to LGFX. Although the driver matches the chip, there are parameters that seems to differ from drivers to drivers, like rotation, color, and even position shift. I would suggest to use GPIO10 for ADC, because ADC2, GPIO 11~20, is also used by WiFi. That is the...
Back
Top