I have a request, can you make firmware to make the stc a timer? just like a basic kitchen countdown timer. I know that is a way under use of the stc but seriously panel mounted timers are crazy expensive, the cheapest I can find is 50$.
I bought this 4 event timer with built in white board from amazon for $14. Just about perfect, unless you have more than 4 boil additions.
I'm very happy with it, except it runs the battery dead too quickly as you can't turn it off. I put a plastic tab under 1 terminal when not using it, and pull it out when I need it.
Lerway is a supplier AND a seller it seems. Multiple sellers selling their brand, and I did not pull up every item, but almost. Now it makes sense to me.
Still not liking the 'crap shoot' idea at all..... I'm the epitome of getting a 50/50 chance and 80/20 results not in my favor.
My 80/20 rule reins. Got the STC from Leeway on Amazon and its not the right one and different from 4 of my other 5. The board number is 20140528 FR-4. White on black note, left terminals close together. I did see what look like marked holes, at least 4. I'll post more details later.
I wonder if with the knowledge of how to tell the correct controller by external identifiers would help reduce that down to 90/10 if the sellers were asked to check prior.
Here's what the one I got from Amazon/Lerway last week looks like. Terminals are the 'good' style, but the board is vastly different - lots more parts on main board at other end of display board, and the printing on the orange transformer is on the side, not the top.
Holy fermentation controller batman!
Ok, I haven't really done much code wise or so this weekend, but I think it has been a pretty good one for the STC-1000+ project anyway. I think that using $5 equipment for a programmer is pretty cool, when the intended programmer (PIC kit 2) costs probably 10-15 times more.
And today I made another discovery. I noticed that just next to the screw terminal for the thermistor, there is an unused solder pad.
It just 'happens' to be routed to ISCPCLK, the only pin not used in normal conditions (i.e. when not flashing). In the picture you can see that there even are pads for an SMD resistor and SMD capacitor (R3 and C3), same as for the NTC input (R2 and C2, to the right in the pic, but kind of unreadable...). And yes, RA1 (the generic pin that ICSPCLK is on) also functions as A/D.
It is "almost" as someone designed this board to be able to handle TWO thermistor inputs. :rockin:
Why is this awesome? Well, it seems that with a little bit of soldering, and some cheap SMD components off ebay and some of blood, sweat and code (at least on my part), we could have an extra temperature input. This could be used for things like measuring fridge temperature, making sure it does not shoot off too far before beer temp catches up (limit over/under-shoot). Or when I get around to finishing my mash firmware, you could measure mash temp AND output temp from RIMS.
Heck, if you are able to code yourself, you could use it for anything. Not only an input. SSR output? Float switch?
I am gonna try to enable a secondary temp reading. Personally I think it would be cool (pun intended) to be able to set limits on fridge temp (like the hysteresis).
As best I know now, what you would need is a new 3 pole screw terminal (5mm pitch) to replace the 2 pole. And an SMD resistor and capacitor (probably 0603 form factor) and an extra NTC thermistor (B3435). The resistor is 10K with as good accuracy as possible (1%?, this is part of the voltage divider with the NTC). The capacitor should not be as critical, from what I could find with google 10-100uF is prolly in the right range.
Cheers!