element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum BBQ smoker - automatic temperature control
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 6 replies
  • Answers 3 answers
  • Subscribers 664 subscribers
  • Views 3421 views
  • Users 0 members are here
  • rasberry_pi_3_b_plus
  • raspberry_pi
Related

BBQ smoker - automatic temperature control

executor485
executor485 over 6 years ago

I did search, but I might just really suck at it... So hopefully I won't be the annoying person I used to hate that couldn't search properly.

 

Background:

I want to use my smoker to cook some delicious BBQ. But... The temperature varies HUGELY and it's based on the airflow coming into the unit. Ok, so I know there are other people with this issue, so off to the internet I go. A simple "barbecue automatic temperature controller" search in the search engine returns... HOLY CRAP?!?! A simple fan that spins faster or slower based on the temperature it reads inside the smoker, awesome!!! Oh, wait... You're telling me that something THAT simple costs upwards of $150 (on the cheap side) and going up to $400+. Alright... Y'all must be putting crack in these smokers cause that seems outrageous. There has to be a better way.

 

The question:

I have a raspberry pi zero already, and I even have some 5v and 12v fans with speed controllers! So... There isn't a huge leap to think adding a temperature sensor and maybe even wifi or bluetooth could be added to accomplish my goals. Does anyone have any ideas or experience with this? (not sure if a pi is the best use, maybe arduino? but being as I have a pi zero I figured I'd start here)

 

The ultimate dream would be a unit that has temperature sensors, connected to a pi zero (?), with a fan speed control, and a small screen (LED or simple) with buttons that let you set the expected temperature range, and maybe even allow you to adjust the fan speed based on temperature (since not all BBQ smokers will be the same fan speed to temperature adjustment).

 

Does this type of unit sound TRULY like it should cost $150 or more? Maybe I'm just overly insane on my expectations of cost image

  • Sign in to reply
  • Cancel
  • mconners
    0 mconners over 6 years ago

    Hey Mark, I know of a few folks that have done this on weber smokey mountain cookers.

     

    Here is one example

     

    https://www.instructables.com/id/Smoker-PID-temperature-controller/

     

    He says ~$72. There are many other examples, but I just wanted to find you one to get you started.

     

     

    Mike

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mconners
    0 mconners over 6 years ago in reply to mconners

    Looks like he built his with all off the shelf parts. You could probably build the PID controller and save even more money and put your Pi, arduino, or even an ESP 8266 to good use by building your own. There is a pid library for Arduino already, that ports directly to the ESP 8266, so then you get the benefit of WiFi.

     

    https://playground.arduino.cc/Code/PIDLibrary

     

     

    BTW, it'll be a fun project.

     

    Mike

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • executor485
    0 executor485 over 6 years ago in reply to mconners

    Mike,

     

    Thanks! I really appreciate it. This is exactly what I was looking for. Now the fun can begin, at a fraction of the cost image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mconners
    0 mconners over 6 years ago in reply to executor485

    Good. Glad I could help, I'm sure if you were to google around for more smoky mountain cooker mods you can find other ideas. That community in particular has a good mod following.

     

    Once you get started come back here and do a blog post or two about it, there are plenty of folks that would love to follow your progress.

     

     

    Mike

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • genebren
    0 genebren over 6 years ago

    Mark,

     

    First off, welcome to the element14 community.  There are a lot of helpful and friendly people here, working on a lot of interesting projects.  Speaking of interesting projects, I remembered a project that was entered in the Pi Chef contest a while back that might be helpful to you work on your smoker (The Cooker Connector - Blog #1: Overview (Pi Chef Challenge) ).

     

    Best of luck!

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • sv_jeff
    0 sv_jeff over 5 years ago

    I had almoist the same problem, purchased Weber iGrill2 thermometer from these guys grillguru.org/best-smoker-thermometer/, and then the same problems started, temperature varied differently. I saw somewhere the unit you were talking about ("unit that has temperature sensors, connected to a pi zero (?), with a fan speed control, and a small screen (LED or simple) with buttons that let you set the expected temperature range"), actually. Will try to remember where exactly

    imageimage

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube