Recent content by akgal12

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

    BrewPiLessGx: BrewPiLess with Touched TFT display

    My first few flashes were successful as well, but now it doesn't want to enter boot mode/flash. I've seen these build flags on some of the projects: -DARDUINO_USB_CDC_ON_BOOT ;-DARDUINO_USB_MSC_ON_BOOT ;-DARDUINO_USB_DFU_ON_BOOT ;-DUSE_USB_CDC_CONSOLE ;-DARDUINO_USB_MODE I...
  2. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I appreciate the work you put into it! I wish these modules were a bit more plug and play, instead of all over the place. EDIT: I've found that I can't flash even with EN grounded. Maybe I'm not doing it at the right time? So frustrating to be staring at the finish line and not be able to get...
  3. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I'm excited to see if you can get it working!
  4. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I was able to flash this example, https://github.com/SubCoderHUN/WT32-SC01-PLUS, using a USB-c. I had to go through a few cords to find one that worked. The port came up with the name "/dev/cu.usbmodem14201" As an aside, I don't think the ESP32-8048S070C has enough pins available or the correct...
  5. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    As far as my experience goes, it's not that simple. You have to make sure the drivers are the same for that display, in addition you'll need to adjust several file to fit you device, the least of which is the pindef.h file to define the pins available for actuators, pressure monitoring, and...
  6. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I ran test build with the flag "-DSupportPressureTransducer=false" with a fresh clone into VScode. For some reason this is what throws the build into failing. I don't know if anyone else has ran into this issue. Of course, my build with the SC01 + has other issues besides this, but I thought I'd...
  7. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Thanks so much @pocketmon
  8. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Just found this: the way I interpret it, I can assign ADC to any pin 4-14 (and a few others). GPIO pins ESP32-S3 has 45 GPIO pins, where a subset can be used as ADC channel and as low-power digital input/output in deep-sleep mode, the so-called RTC GPIOs. Some of them are used by special SoC...
  9. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I've been playing with the WT32-SC01 Plus to get it running on this project but cannot seem to get past a Pressure Monitor error when trying to build. I added the build flag mentioned in the ReadMe file but to no avail. src/bpl/PressureMonitor.cpp: In member function 'int...
  10. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Ahh I had a feeling I was forgetting a step. Thanks so much!!
  11. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I am unable to access the Skin Editor page. I had it open a few days ago, but can't get it now.
  12. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    @pocketmon: have you looked into the Waveshare 4.3in esp32-s3 display? I went ahead and got one to play with and it seems to have the connections needed for a full set-up if you get an RS-485 module to connect into for the heating and cooling switches. Its pricier than most but at 4.3in and its...
  13. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    WT-32 SC01 is a nice little development board. I'm curious to see how it turns out! If I could write code, I'd for sure be putting my hands on a bunch of different screens to play with.
  14. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Ahh that all makes sense. I ordered the same display (hopefully) is listed on GitHub and will play around with it. I finally finished my BrewPiLess set-up, but like you mention the 20x4 display is from the last century and would like to have something fun to look at.
  15. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I'm a glutton for punishment and am going to try this project again, I'm confused about the four-pin temp sensor tho. Do I need to get a four-wire probe? Please forgive my ignorance, I tried to find some documentation on how to wire this thing but came up with nothing. @pocketmon, are you able...
Back
Top