I got a message back. Seemed to be a miss pick. A refund has been offered so false alarm sorry![]()
I got a message back. Seemed to be a miss pick. A refund has been offered so false alarm sorry![]()
Hi,
I have built an electrical BIAB /RIMS system with a 70 Liter kettle and a brewcontroller with your STC1000+ firmware.
We have been brewing 200 Liters now and i'm trully amazed how great the OVBS firmware is working. I't really amazing and i want to thank you for the great work on this!!
I was wondering if it is possible to use more than 4 Hop Alarms, since we only use 2 or 3 maish steps but 5 or 6 hops. Is it possible to have some less maisch steps and more hop alarms? Thanks
Keep up the great work!
Jan
@A50SNAKE : Sure, that should work just fine
Well, that is probably a genuine UNO. If you check eBay, you can find very cheap clones, but you'll have to wait for the slow boat.
Hi,
I have built an electrical BIAB /RIMS system with a 70 Liter kettle and a brewcontroller with your STC1000+ firmware.
We have been brewing 200 Liters now and i'm trully amazed how great the OVBS firmware is working. I't really amazing and i want to thank you for the great work on this!!
I was wondering if it is possible to use more than 4 Hop Alarms, since we only use 2 or 3 maish steps but 5 or 6 hops. Is it possible to have some less maisch steps and more hop alarms? Thanks
Keep up the great work!
Jan
Well, that is probably a genuine UNO. If you check eBay, you can find very cheap clones, but you'll have to wait for the slow boat.
Is there a flash like this for the itc-1000?
lockrob2000 said:or what is the chance that this flash would work on that model?
Hi @CNevay !
I saw your github issue, and that you already solved this (by downgrading your Arduino IDE). I don't know if it is an issue with the code with newer arduino IDE's or what. If that is the case, then I guess more ppl will eventually stumble on the same issue and I'll have to get it fixed
Anyway, glad you got it working and a holly, jolly, ho, ho, ho to you!
@hidara: That looks like a sweet board, I haven't heard of it before (but tbh it is a bit pricey).
You are treading into the unknown, so I think you are on your own here. These are ARM boards I take it, so there is no guarantee that it will work, but being Arduino compatible does increase the the odds.
Just looking at the page you linked to, it clearly states that these are 3.3v devices. You should not connect 5v on the I/O pins! From your pics it seems you have. Unfortunately this could mean you may have damaged your board. Specifically, you may have damaged some of the I/O pins.
You could try and feed the STC with 3.3v instead of 5v. I have done so and it works fine. This could allow you to use this board. You might need to use other pins if they have been damaged. You may also want to add a resistor of a couple hundred ohms between the stc and dev board on the ICSPDAT line (and possibly ICSPCLK) to protect the dev board.
Good luck!