As winter is approaching, and temperatures drop, many will turn to their fireplace to warm themselves from the cold. However, if you want to get a better idea of just how warm your fireplace is, unfortunately, many fireplaces don't have an easy way to tell how hot the immediate area around the fireplace is. The goal of our project is to allow people to actively monitor their fireplace temperature and let the user know when their fireplace has gone above a specified threshold.
With the use of multiple devices, this project allows you to monitor the fireplace temperature, and be alerted by the argon's D7-port led so that you will always know when the area around the fireplace is warm.
The Project
For this project, the IoT Argons are programmed with 2-way communication to transmit live updating temperature data from a fireplace. Our project involves three Particle Argons, an MCP9700 Temperature Sensor (pictured below), and high-temperature resistant wire. The high-temperature resistant wire connected to the sensor is required to conduct nearby, accurate readings. However, stripped wire can work as well, it is just a bit messier.
"Particle Argon 1" contains the sensor to record that temperature. "Particle Argon 2" and "Particle Argon 3" receive the temperature data. Our setup for the main particle next to the fireplace and the secondary particles in remote locations are shown below. The sensor can be placed anywhere desired around the fireplace, just be careful to not put it directly in the flame, as the sensor still does have a 250C temperature rating!
If data received is over 80 degrees, the secondary particles will light up solid blue on their D7 ports to let anyone nearby know that the surrounding area is very hot! Additionally, to confirm that data is received by Argons 2 and Argon 3, the D7 light on Argon 1 blinks. So if the devices are not properly connected for whatever reason, the user will know by the first device not periodically blinking. The D7 light on Argon 2 and Argon 3 will also blink as a confirmation signal that the devices are listening to events published by Argon 1. A sample picture of the second and third particle are shown below, however, these ones can be practically anywhere desired. All these devices require is an internet connection and power.
This is the data obtained when we put our sensor in the fireplace. As you can see, the sensor read temperatures above 200 Celcius. The real-time graph can be found at https://thingspeak.com/channels/1235797. Below, we made a video showing all of our perspectives as we ran our code to get the data above, showing how this might look if replicated.
Comments
Please log in or sign up to comment.