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

    I’m going to get a breakout board like yours and go from there. My other option might be to tie the wires together and see if that would work. Thanks for the tips, it gives me some avenues to test :)
  2. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I have relay GND wired to the GND on the DS2413 board. The 3.3V and GND from the ESP32 going to the black 3screw terminal block connecting to the probe wires. Thats what I couldn’t figure out, how to connect the VCC from the relay to 5V. I tried tying it into the terminal block with the OneWire...
  3. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Is the DS2413 capable of sharing GND and 5/3.3V or vice versa with OneWire?
  4. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    So for my setup, would I need to get a relay board? The ESP32-8048S070C only has two pins available. Which is fine for my rig since I’m not using pressure. And I can leave my pin_def.h file as: #define oneWirePin 17 #define actuatorPin1 18 #define PressureAdcPin 10 <— dummy pin
  5. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    @OpenFermenter, how were you able to get your DS2413 recognized in devices? i'm lost on how to wire it. The GND and 3.3V pins are going to my oneWire block and that's working perfect for my three temp probes. But can't figure out how to wire the 2 channel relay to the DS2413. I need a 5V pin to...
  6. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    No pressure monitoring for now. I just delved into that world recently and will circle back to it once I have a few more brews under my belt. I don't plan on glycol chilling at all because I'm happy with my freezer set up. I'm reworking a new control box to make it more roomy, tho still a birds...
  7. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I was able to get a successful build and upload to the 7.0" screen: ESP32-8048S070C. The next step will be to get the pins situated and functional if that's even possible. From the schematic, it looks like only 17 and 18 are available options. But with the DS2413, I might get lucky!
  8. 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...
  9. 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...
  10. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    I'm excited to see if you can get it working!
  11. 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...
  12. 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...
  13. 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...
  14. A

    BrewPiLessGx: BrewPiLess with Touched TFT display

    Thanks so much @pocketmon
  15. 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...
Back
Top