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

    TeensyNet Project Interest?

    I just created a repo for the TeensyNet sketch. There's a branch called modular-code where I intend to break the code up into smaller, more manageable chunks. I've created a sub-directory for all of the include files. By creating a sym-link to it in the ~/sketchbook/libraries directory, I...
  2. Yuri_Rage

    TeensyNet Project Interest?

    Finally pushed the minor php edits to you on GitHub. STILL waiting on my EEPROM and 1-Wire device orders!
  3. Yuri_Rage

    Just waisting for the soil to heat up

    Umm...do you mean waiting for the wort to boil? :tank:
  4. Yuri_Rage

    Jokes Dirty or otherwise

    This thread is beginning to set the precedent that hate jokes are ok. They are not. Closed.
  5. Yuri_Rage

    TeensyNet Project Interest?

    Indeed, but you've so far been able to answer most of my "what ifs" with very sound reasoning. I appreciate the insight. I'll push some php edits your way sometime soon, making the code a little more portable. I'll also endeavor to make a somewhat detailed writeup of my installation, minus...
  6. Yuri_Rage

    TeensyNet Project Interest?

    Also, I don't mean to question your work. I feel like I've perhaps done a bit too much of that. You've been pretty patient in responding to my questions, and I sincerely appreciate it. I can't wait to start using TeensyNet as a functional controller instead of a side project sitting on my desk!
  7. Yuri_Rage

    TeensyNet Project Interest?

    Fair enough. I'll buy the expensive probes for food use and use the cheap exposed junction variety for ambient temp inside the smoker. I should have a few EEPROM chips and 1-wire switches this week. No more reverse engineering...progress instead!
  8. Yuri_Rage

    Brewpi AVR program for Mac

    Getting the build process to succeed is trivial. Depending on your goal, hand editing code from a somewhat bloated series of project files could be a daunting task. I recommend getting familiar with "grep -R" in a hurry.
  9. Yuri_Rage

    Brewpi AVR program for Mac

    I haven't actually uploaded the resulting binary to an Arduino board, but it only took me a few minutes to get the project to compile on Linux, which means that it should be just as easy using the OS X command line. You'll need to double check that you're using the recommended Arduino...
  10. Yuri_Rage

    "I love bocks, I drink shiner all the time" is starting to piss me off.

    5 centuries of tradition preceded the BJCP: http://www.germanbeerinstitute.com/bockbier.html However, the name isn't going to change. It shouldn't. It's the brewery's flagship beer, and people know it well. Damaging sales to appease a handful of angry beer nerds would be silly. Again, RDWHAHB.
  11. Yuri_Rage

    TeensyNet Project Interest?

    What prevents the use of a grounded thermocouple? I looked for documentation to support that on the MAX31850 datasheet as well as the Adafruit pages, but I didn't see anything regarding thermocouple junctions. Noise? Accuracy? I'd like to use TeensyNet as a smoker controller, and most of the...
  12. Yuri_Rage

    I can't think of an original name...

    http://www.strangebrew.ca/beername.php
  13. Yuri_Rage

    "I love bocks, I drink shiner all the time" is starting to piss me off.

    If you find yourself getting pissed off about beer styles, stop talking about beer. I don't like Shiner Bock either, but not because it's a big fat liar. I simply dislike the flavor. I know it's not style correct. That doesn't mean someone else can't like it. And it doesn't mean those who...
  14. Yuri_Rage

    TeensyNet Project Interest?

    I am testing and debugging using the following architecture: Web Server : Raspberry Pi (Wheezy, lighttpd, php5, mysql) over wifi hostname: tusker.local TeensyNet site at /var/www/TeensyNet/ Web Browser : Linux (Zorin distro) laptop over wifi Google...
  15. Yuri_Rage

    TeensyNet Project Interest?

    I'm making a bunch of progress - I've got a kludged together TeensyNet using SD card storage and a TFT LCD. I don't think I'll push the code to you since it's really just a bunch of workarounds to use the hardware at hand (way too many nested conditionals), but you're welcome to see the mess...
  16. Yuri_Rage

    TeensyNet Project Interest?

    Nice! Thoughts on integration? Touch interface? I wasn't planning on using the ST7735 on a permanent basis, since it communicates via SPI, and the WIZ820io seems to lock up the SPI data line once the Bonjour service is started, which could also make SD card use problematic. I used software...
  17. Yuri_Rage

    ultra potent beer!

    Enough.
  18. Yuri_Rage

    New Homebrewing Calculators at yeastcalc.co

    geobotsar, please stop spamming the site with links to your project in multiple threads. Additionally, multiple user accounts are against the terms of use.
  19. Yuri_Rage

    TeensyNet Project Interest?

    I got an SPI color TFT LCD breakout board along with my last order of components, and I wanted to test it. Thought you might get a kick out of my (frivolous and impractical) hack. :mug: ST7735 TFT LCD + micro SD breakout board Also pictured: DS18B20 Probes
  20. Yuri_Rage

    TeensyNet Project Interest?

    I saw that sketch and was intrigued by it. I may have to try that out! I don't think PWM output through a DS2406 will be very effective. Doh! My mistake.
Back
Top