tessel-text-temp

Uses Tessel + Twilio to send a text notification when the temperature reaches a certain temperature.

Usage no npm install needed!

<script type="module">
  import tesselTextTemp from 'https://cdn.skypack.dev/tessel-text-temp';
</script>

README

Tessel text temperature

Uses Tessel + Twilio to send a text notification of the temperature.

Materials

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 options. (Twilio account info, phone number, send messages time frame)
  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.

Release History

  • 1.4.0: Update script.
  • 1.3.0: Update documentation.
  • 1.2.0: Add materials needed.
  • 1.1.0: Update documentation.
  • 1.0.0: Initial release.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT © Ryan Burgess