Skip to content

neilff/smoker-js

Repository files navigation

Smoker.js

Smoker.js is a Johhny Five BBQ thermometer powered by a Particle Photon

Alt text

Description

Hooks up with a Particle Photon to create a BBQ thermometer. The readings emitted from the BBQ thermometer can be read via websocket.

Installation

$ npm install

Development

The server provides a mock device which will generate random numbers for use in development

$ npm install
$ npm run dev

Production

$ npm install
$ npm run start

This assumes you have provided PARTICLE_TOKEN and PARTICLE_DEVICE_ID environment variables. This will allow you to connect to your Particle device via the cloud.

How to Build the Circuit

Follow Derick Bailey's guide on how to assemble a simple BBQ thermometer circuit.

The circuit will roughly look like this:

Image of circuit

The only modification I have made from this is to drop the LED.

About

Smoker.js - Johnny Five powered BBQ Thermometer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages