wickedsmoke
Smoker temperature monitoring for maximum BBQ and smoked meat.
About
Make monitoring your BBQ super easy by using multiple cheap food grade thermistors to measure temperature of meat(s) as well as smoker box. Connect said probes to a simple computer to process signals and then relay data to the cloud, local server or phone.
Current BOM (Bill of Materials) here
Parts
I originally looked at using an Arduino w/ESP8266 wifi chip for the analog pins. However it seems that doing dev on a Pi is way easier especially for mDNS, etc. Plus I had previous experience and felt comfortable a Pi would provide a ton of flexibility.
- ~$5 Meat probe options
- Meat Probe with NTC Thermistor Sensor - B-Value: B0/100 4036K, Resistance: R100 6.282K Ohms (via szsst.net)
- Preferred based on price, but need to order on Alibaba...
- length: 6' (1.8m)
- sensor spec: 100K Ohm
- order Size: 50 pieces/bundle
- Preferred based on price, but need to order on Alibaba...
- R100 6.282K Ohms - R100 6.282K Ohms - B-value: B0/100 4036K
- 100K Ohms Pointed Smoker Stainless Steel NTC Thermistor Probe with Braided Wire - R25c: 2
100k ohm, B-Value: 25c/50c 28004400k
- Meat Probe with NTC Thermistor Sensor - B-Value: B0/100 4036K, Resistance: R100 6.282K Ohms (via szsst.net)
- $10 Raspberry Pi Zero W
- $1 Break-away 0.1" 2x20-pin Strip Dual Male Header
- $12 RasPiO Analog Zero
Housing
TBD - probably a tupperware type box to start.
Software
Dependencies managed via https://github.com/kardianos/govendor.
Related Projects / Ideas / Reading / Tools
- https://create.arduino.cc/projecthub/dbarbee/temperature-controled-charcoal-smoker-58db49
- https://learn.adafruit.com/thermistor/using-a-thermistor
- Thermistor Calculator
- NTC Thermistor Resistance Calculator
- IoT Temperature Sensor with Raspberry Pi 2 and Thermistor
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.