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

    WTB: Carboy in Jacksonville, FL

    Oh! I forgot all about this... I'm so sorry! Did you ever get your carboys?
  2. C

    Can A PWM Deliver True 100% Duty Cycle?

    Don't fear code. Here's code for a PWM running at 1hz. This is a complete program for a ATtiny85 based PWM. No resistors, no capacitors, nothing. I've made more complex curves, but this is all you really need for a traditional, linear, 0%-100% PWM. #define potPin 1 #define ssrPin...
  3. C

    Udoo

    !! Hahahahahahahahha!
  4. C

    Udoo

    Discuss: http://www.udoo.org/
  5. C

    Computer controlled single tier

    I expect I'll be drawing my own shield in Eagle and having a batch of boards done by iTead. I've had excellent luck & results so far with both. I haven't done the first bit of Android programming yet, I don't even own the tablet. For now, I'm guessing that putting a bluetooth module on my...
  6. C

    Computer controlled single tier

    Awesome build! I bought my first Arduino about a year ago, I suppose. I think I've done pretty well with it. I've been brewing, with a breadboard & Arduino, a mashtun on a bench and my e-keggle propped up on some ammo cans. I bought a welder last weekend, so the sculpture build is now...
  7. C

    Smaller angle/square for stand material?

    I did finally find a number of good threads regarding choice of tube & angle. One point that I had not contemplated at all: 0.125 steel will be easier for a novice welder (such as myself) to handle without blowing through. Another bit of good news - I found a steel shop here in Jacksonville...
  8. C

    Smaller angle/square for stand material?

    What about the use of 0.065,then? I'm searching, but not finding, threads regarding wall thickness. The cost for 2" square, 0.065 and 0.125 are $219 and $366, respectively. That's with cuts and delivered to the door by Online Metals.
  9. C

    Smaller angle/square for stand material?

    It seems widely accepted that 2" or 1.5" x 0.125 square tubing is excessive for our needs for a single-tier system, despite its common usage. I've seen some builds from bedframes, and other thinner material as well, but they seem to get less attention and discussion than the over engineered...
  10. C

    Show us your sculpture or brew rig

    I should have nearly enough leftover parts to do this. And that will work awesome for sous vide!
  11. C

    Beginner Welder Mistake??

    How do you feel the 140 dealt w/ 1/8 mild? I'm looking at getting a first welder, very soon. I'm drawn to the 140 to make use of the 115 outlet (and save a couple hundred bucks!), but fear I'll regret it and wish I'd gone w/ the 180.
  12. C

    Slanting yeast

    I have. That's all I keep now. My oldest resurrection to date is a sample that was stored something like 2 years and 4 months before I re-streaked it. The yeast woke right up, as if I had stored them just a week ago. I do keep them in a fridge, just because the unused little shelf on the...
  13. C

    Spunding valve + blowoff

    I'm glad I ran it through the strainer on the way into the keg!
  14. C

    ChuckJaxFL's PWM

    Here's another I put together w/ no provision for PID included. It's much simpler, just a 555 based PWM. I put all of the components within a 1.25 circle on the back, w/ the knob & indicator LED's on the front, so anyone could mount it by drilling a 1.25" hole, and 4 small holes.
  15. C

    ChuckJaxFL's PWM

    Let's see if this works.
  16. C

    SWMBO vs. Homebrew

    I guess I'm at the extreme end of the bell curve. Mine won't even consider tasting anything I brew, but supports my habit in every way. She encourages me to brew more frequently, to buy more gear, etc, etc. I can't always let her know that I'm looking at a particular piece of gear because, if...
  17. C

    WTB: Carboy in Jacksonville, FL

    I have a couple that I'm putting "the last batch" through now. How soon do you need it?
  18. C

    The braumiser, my braumeister inspired rig

    I agree! I read your code awhile back. After MUCH trial-and-error, I realized that the key to the PID library is only using PID once you are at/near the setpoint, and to use something else to get you into that band. Then, a long time after THAT, I realized that you had already been down this...
  19. C

    PID settings on arduino based hlt

    You would think so, wouldn't you? However, I did some tests setting "coarse" to 6 and 7. In my system, I need to back off at 8. Any more, and I start to overshoot. Which is exactly what I did first. Then I took a day, basically, just trial-and-error all day long with different settings...
  20. C

    PID settings on arduino based hlt

    And here's how it turned out:
Back
Top