Skip to content

daniel309/BBQBuddy

Repository files navigation

BBQBuddy

an Arduino based, DYI Bluetooth BBQ thermometer with 2 probes (supports up to 4) and a companion Android app.

Overview

Hardware

Battery Usage

Here are the measured amps in various situations:

  • 180 mA: Start, phone not connected via Bluetooth
  • 160 mA: Bluetooth connected, display brightness 100%
  • 130 mA: Bluetooth connected, display brightness 35% (default)
  • 115 mA: Bluetooth connected, display brightness 0%
  • 85 mA: Bluetooth connected, power save mode (for long cooks)

This gives 30h usage for normal operation mode (130mA) or 47h in power-save mode (85mA) on 2x 2000mAh Nimh AA cells.

Android App

Hardware

Schematic

(Note: Fritzing did not have the same modules I have, I am using pin-compatible ones. See the bill of materials below for the exact list of parts.)

Circuit Board

  • TODO: pictures

AVR Code

Bill of Materials

AVR

Multiplexing 7-Segment Display

HC-05 Bluetooth Module

  • Find these on Ebay or AliExpress

DC-DC Step-Up Converter

Maverick ET-72/73 Heat Sensors (Thermistor)

Passive elements

  • 2x 100nF (ceramic)
  • 1x 100uF (electrolyte)
  • 2x 18k Resistor, 1%
  • 1x 10k Resistor, 5%
  • 8x 330 Resistor, 5%
  • 2x 2.5mm mono socket
  • 2x AA NiMH cell
  • 1x On/Off switch (print version)
  • 1x Battery case for 2x AA cells
  • 1x Your favorite stripboard, 2.54mm
  • 8x M3 bolts, DIN 965, 10mm
  • 8x Mainboard/Circuit-board spacer, M3, 15mm

Casing

  • TODO: CAD 2D + 3D screenshot
  • TODO: .dxf
  • To get the case you see in the picture above, sent the .dxf file to your favourite laser-cut service. The exact materials I used, their thickness and color is specified as comments in the .dxf file.

First Use

When you start the thermometer for the first time, look for a Bluetooth device named "HC-05" on your phone, and pair it with pin "1234". When you start the thermometer app, it will automatically connect to the HC-05 device and you are ready to go.

About

Arduino based, DYI bluetooth BBQ thermometer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages