robgunby wrote:Thanks guys, most helpful.
Engineer matey is on about building me a PID from scratch which will save me a chunk of cash - way beyond my expertise so I'll leave that to him!
I think my first prototype will have to be a PID only unit, as my programming knowledge is not up to scratch - I know some very basic python but not enough to consider starting a project like this yet.
It should work. What i'm working on has a bit more to it. Right now it has:
- 4 temperature probes (3 food, 1 for the pit). I could easily add many more, but that's what i'm working with now.
- External temperature/humidty sensor - might use this data in the cook calculation - but interesting nonetheless.
- Relay switch for a fan (forced air)
- Bluetooth connectivity so it sends all the data to an Android Tablet every few seconds. Nothing fancy just yet - just raw data to the screen via bluetooth SPP.
Other ideas I had which are very easily implementable:
- Kick of a solenoid to shake the charcoal basket at intervals, and/or when the pit temperature drops and is not responding to the forced air
- Ir proximity sensor to monitor the lid so I can have the forced air sleep for a few minutes after removing the lid.
- LED countdown timer on the BBQ itself - estimate the ETA of ready food at a glance.
- Possible wifi connectivity - not that much different to bluetooth, but that is for later.