Giter Site home page Giter Site logo

hot-enough-text's Introduction

hot-enough-text

Uses Tessel + Twilio to send a text notification when something is hot enough.

I regularly put water on the stove to boil, get distracted, and completely forget to check on it. This project closes the water-boiling loop by sending me a text message when the water is boiling.

This is also easily adaptable to other situations as well– just change the threshold temperature and use it to know when you can put meat on the grill, salmon in the smokehouse.

I use a thermocouple (not Tessel's climate module) because a thermocouple is versatile, can take high temperatures, and is fine to immerse in water. Tim wrote a Node library for it, so it's not difficult to use one.

Materials

Hardware setup

  1. Assemble the thermocouple and thermocouple amplifier according to Adafruit's instructions
  2. Connect the thermocouple amplifier to Tessel. It talks over SPI, so we need to connect chip select, clock, and data, as well as power and ground. From the thermocouple amplifier to Tessel's GPIO bank:
  • Vin > 3.3V (power)
  • 3Vo > nothing, we don't need this one
  • GND > GND (ground)
  • DO > MISO (this is data from the thermocouple coming in to Tessel)
  • CS > TX/G1 (chip select– we're using a digital GPIO pin to tell the amplifier when we're talking to it)
  • CLK > SCK (different names for the clock pin)
  1. Put the end of the thermocouple in the thing you're heating up.

Software setup

  1. Set up your Twilio account (it's free!)
  2. Install your Tessel

Run instructions

  1. Clone this repo
  2. Set up your config.json file based on the example-config.json file
  3. Run npm install to install Node dependencies
  4. In index.js, set your temperature threshold
  5. Connect Tessel to the internet
  6. Run the code on Tessel: tessel run index.js
  7. If you want to run the code disconnected from your computer, run tessel push index.js to push the code into Tessel's memory, then use an alternate power source. Just remember to make sure Tessel's connected to the internet, or it won't be able to send the text.

hot-enough-text's People

Contributors

frijol avatar

Stargazers

Anne Thorpe avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

chenye16

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.