WiFi BBQ Temperature Monitor Project
- Removed pitTemp probe plug-in checks - no longer displays LCD error or transmits pitTemp values to ThingSpeak if pit temperature probe is unplugged; necessary to allow pitTemp probe to be unplugged after meat is taken off grill so that resting meat temps can continue to be monitored (common to rest briskett in faux cambo for ~1 hour after removing meat from grill).
The cloudSmoker Barbecue Monitor project is a WiFi-enable temperature monitor. cloudSmoker is designed to read two temperatures (pit and internal meat temperatures) within my Weber BBQ smoker and upload these to an IOT dashboard, allowing remote cloud monitoring of the cook progress showing temperature vs time graphs, gauges, etc, user-definable cooking notification setpoints and exception push notifications to my smartphone, say if the pit temperatures go outside of acceptable ranges and when the meat is done and ready to be removed.
The overall process flow is conceptualised as follows:
Hardware is based around the NodeMCU (V1.0) ESP8266-12E microcontroller module (for both for WiFi access and microcontroller), two Maverick ET-732/733 thermistor probes, an external ADS1015 "12-bit" ADC, plus a 1602 LCD and rotary encoder for user set-up configuration and display. Minor thermistor and power filtering was also employed for stability.
Coding was done using VS Code / PlatformIO IDE platform with data uploaded to ThingSpeak for display and further processing. Push exception notifications are done through Twitter using Thingspeak's React / ThingTweet functionality. (:warning: Todo: export cook logs to Google Sheets).
An extensive project overview and design process description can be found in the project Wiki covering design goals, hardware, software, etc.
The Hardware folder contains KiCad schematic, PCB board layouts (:warning: TODO) and selected datasheets (including the datasheet for the Semitec 105GT-2 Thermistor, that Maverick customer support kindly provided me. :clap: :thumbsup:
Note that I have not found this datasheet available anywhere on the web and many other projects incorrectly characterised the Maverick ET-732/733 probes as being based on a 10k ohm thermistor (when it's actually 1M ohm!). This incorrect assumption frequebtly led to poor bias resistor selection, resulting in poor measurement acuracy. As a result, these Maverick thermistors were often not highly regrded. For example, one project concluded they were acceptable, but not recommended thermistor choice.
This folder contains the full cloudSmoker software (sketch and libraries); developed under VSCode / Platformio IDE rather than Arduino IDE so folder structure reflect Platformio structure. Note that the project code base is over 1600 lines total and makes extensive use of user and public libraries.
Self-explanatory
A public ThingSpeak cloudSmoker dashboard is available
MIT Licence
--- END ---