Wifi Thermocouple Monitor

2016-12-23 13.31.42.jpg

Here are some quick instructions on how to get set up with the Remote Thermocouple Monitor. This product is still in beta, so it will take some effort on the part of the user to get things working. This guide should make it relatively painless.

The basic steps:

  1. Create a free particle.io account.
  2. Claim the Photon.
  3. Create a free SparkFun Data account.
  4. Flash the example code.
  5. View the data.

Step 1 - Create a free particle.io account

Go to https://login.particle.io/signup and follow the online instructions.

Step 2 - Claim the Photon

Follow this guide on Particle's website. There are step by step instructions and a video explaining the process.

Some notes to add. First, you can use a USB phone charger to power the Photon and thermocouple reader. Second, remember the name of this Photon, as you need to select it when you flash the firmware.

Step 3 - Create a free SparkFun Data account

Screen Shot 2016-12-29 at 6.06.09 PM.png

Go to data.sparkfun.com and create a data stream. Make sure to add these five fields exactly: tempref_c, temp0_c, temp1_c, temp2_c, temp3_c.

 

Step 4 - Flash the Example Code

  1. Click the Libraries icon in the Particle IDE.
  2. Search for ReclaimerLabs_ADS1118 under Community Libraries.
  3. Select the example and click the "Use Example" button.
  4. Copy in your public and private keys from SparkFun Data.
  5. Click the Devices icon and make sure the start is gold next to the name from Step 2.
  6. Click the Flash icon to flash this code onto the Photon.

Step 5 - View the Data

Follow the link from SparkFun Data to your stream. It should be a URL something like this: https://data.sparkfun.com/streams/AJN6lY94W1T3mNb0On8Y/. Here's what the data looks like.

The example app updates every 5 minutes or so. This rate was chosen to not overwhelm the free services used in this example. Rates of over once per second are possible with different back-end services.

Enjoy!