Search results

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

    Stc-1000+

    I have 5 SCTs on 4 fermenters and 1 for my Keezer, will get another few next order. Each has an Arduino. The code I'm using is modified com.ino setup to output a coma separated string every 5 seconds. it will accept all the regular commands between those 5 second outputs. I have everything...
  2. L

    Stc-1000+

    I got 6 from here and will be ordering a few more. http://www.boostbysmith.com/stc1000.html
  3. L

    Stc-1000+

    My code is no where near a final product, this is still proof of concept stage, but will get me by for a little while. Eventually I would like to see: Moving the code from the void loop() and calling it as a sub routine like it should be. L option added to the list of commands, this would...
  4. L

    Stc-1000+

    Finished adding the extra parameters to the Log string. Can't seem to create a pull request from Git. Maybe I need to get authorized or something? unsigned long startTime = 0; void setup() { Serial.begin(115200); delay(2); Serial.println("STC-1000+ communication sketch.")...
  5. L

    Stc-1000+

    The following replaced void setup() and void loop() I was going to skip fixing the temperature decimal place and just deal with it on the other end in Python, but then I figured it still had to look nice. Debating about padding the front few characters with an identifier of some kind, since I...
  6. L

    Stc-1000+

    So I think I figured out how to get my 1 wire log working, this is an older screen shot and I'm not sure why there are some errors, but this was the worst case I have seen. It's been running steady for days to the Arduino IDE serial monitor on my RPi 2. Every 5 seconds it outputs a comma...
  7. L

    Stc-1000+

    So my thinking was this, please correct me if I'm miss understanding your com.ino It is always waiting for a request and simply carries out orders when it gets a new command, then goes back to waiting for the next command. My concept is after waiting for 5 seconds, Arduino would query to STC...
  8. L

    Stc-1000+

    Well here is some testing results from the new com.ino I tested both reads and writes. Looks like the only things I can find wrong are a few of the variables need to be divided by 10, hy, tc & SA (not a very big deal at all!) rn parameter had me confused based on the comments next to them...
  9. L

    Stc-1000+

    Sounds good, I will test it out tonight. I'm away for work till the 2nd but I have one unit with to do some testing. So do you think it will be possible for me to modify your com.ino to print a simple CSV formatted string with Temp, SP, Cooling and heating status, while retaining all the...
  10. L

    Stc-1000+

    First I need to thank smithabusa since it was his website that helped me find this great thread. I purchased a STC1000 from a local brew supply store when I was getting ready to control my first batch of beer to be fermented from my new Pico Brew Zymatic. Later I learned I was lucky enough for...
Back
Top