Git Product home page Git Product logo

ibbq-gateway's Introduction

iBBQ-Gateway

This small projects is tool to extend the range and functionality of simple Bluetooth based BBQ thermometers. It is based around the ESP32 and uses the Bluetooth connectivity of the ESP32 to connect to iBBQ like BBQ thermometers and read their values. At the same time it either connects to a configured WiFi or creates an access point you can connect to to access a web UI displaying the values of the connected thermometer.

Acknowledgments

This project is heavily inspired by the WLANThermo project. The web UI of the WLANThermo nano is even shamelessly copied (in line with the license :) ) and modified for this project.

Requirements

Getting started

  • Clone this repository somewhere
  • Connect the ESP32 board to your computer
  • Setup the ESP-IDF
  • Set the correct USB port via make menuconfig (see ESP-IDF documentation)
  • Compile or install mkspiffs
  • Change into the directory where you cloned this repository
  • Execute make flash_spiffs, wait for it to finish
  • Execute make flash, wait for it to finish

Usage

After flashing the device you should find a new WiFi with the name ibbq-ap. Connecting to this WiFi with the password ibbq-wifi. In your browser enter http://ibbq.gateway and access the web UI. You can now click in the menu on WiFi and should see nearby WiFi networks. This allows you to select one, enter the password and save it as the network to connect to. After the ESP32 has restart you can access the web UI again (check you WiFi AP for the IP) and if an iBBQ thermometer is nearby it should connect automatically

Features

  • Automatically connects to iBBQ Bluetooth BBQ thermometers (tested with IBT-2X)
  • Adapts amount of displayed channels on web UI to amount of actual channels of connected thermometer
  • Announces ibbq-server mDNS HTTP service
  • Should work with most ESP32 boards available
  • Should work with iBBQ based Bluetooth BBQ thermometers with up to 8 channels
  • Channel configuration. Give each channel a name, color and min/max temperatur
  • Set custom hostname
  • Set custom access point name
  • If configured WiFi is not reachable, fallback to access point mode after 5 retries. This disables BLE functionality

Limitations

  • BLE and soft AP mode don't work together. It does not seem to be possible to use this without an existing WiFi network
  • Currently only one thermometer can be connected

ToDos

  • Generate WiFi password and use OLED to display it there (increases security)
  • Implement notifications with the help of Progressive Web App technology
  • Improve BLE connection reliability
  • Implement 'local' notifications
  • Add MQTT connectivity
  • Add Pitmaster functionality

ibbq-gateway's People

Contributors

dereulenspiegel avatar nico205 avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.