Giter VIP home page Giter VIP logo

tilt-relay's Introduction

tilt-relay

A ESP32-based [Tilt Hydrometer](Tilt Relay to Brewfather

graph LR
    A[Tilt<br/>Hydrometer] --->|Bluetooth LE<br/>iBeacon<br>gravity / temperature| B
    B[ESP32<br/>microcontroller] --->|WiFi<br/>http POST<br/>json| C[brewfather.app]
Loading

Support

Why ?

The bluetooth signal from the Tilt Hydrometer is not strong enough to get throught stainless fermenters (e.g. kegs) inside a metalic fermentation chamber (e.g. a freezer). This means the default brewfather integration for the Tilts might now work properly without additional hardware.

Several solutions exists but the cheapest one is to use a microcontroller inside the fermentation chamber (e.g. freezer) to listen to the bluetooth signal and then relay it, using more powerful WiFi, to the brewfather app.

How To Build

Hardware

  • A ESP32 microcontroller

I used a M5StickC. It's main advantage is that it comes pre-installed inside it's own case. It also has a small screen (not really needed for this project) and comes with a short USB cable (more useful to develop than for a permanent installation). Sadly it's now EOL and any supplies are likely be limited.

There is a newer M5StickC Plus model with a larger screen. However it's pricier, does not come with a USB cable and provide no additional/useful features for this project.

A cheaper option is the screen-less Atom Lite but, from other projects, I found it's WiFi antenna is less powerful and you might have issues (from inside a freezer) to connect it to your WiFi network. YMMV.

Software

  • Install VSCode
  • From VSCode install the PlatformIO extension
  • Clone this repository
  • Include your own private.h file with your WiFi credentials and your BrewFather Custom Stream URL

Example

#ifndef __PRIVATE_H__
#define __PRIVATE_H__

#define DEFAULT_SSID        "wifi-ssid"
#define DEFAULT_PASSWORD    "wifi-password"
#define BREWFATHER_URL      "/stream?id=XXXXXXXXXX"
#endif
  • Build the project
  • Deploy to your ESP32 microcontroller

See Also

tilt-relay's People

Contributors

spouliot avatar

Watchers

 avatar  avatar  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.