We ideated and created an IOT project that will allow us to know the temperature and humidity of the location where the Argon is located. Additionally, we will be able to track the changes in temperature and humidity over time and be alerted when the temperature drops below a certain level.
Project OverviewTo accomplish this a DHT11 sensor and two particle argons were used. As a group we created an IOT project that measures and records the temperature and humidity of its surroundings. The Argon with the temperature sensor communicates the data obtained to a second argon. The second Argon then takes the data received and will turn its light on if the temperature is below the designated temperature which is currently set as 65 degrees Fahrenheit. If the second Argon finds the temperature to be below 65 degrees it will communicate to the temperature Argon to turn its light on.
First ArgonThe first Argon has the temperature and humidity sensor (DH11) attached. The DH11 sensor sends the data obtained to the Argon. The Argon then publishes the data to the Particle website and sends the data to second Argon.
The second Argon receives the data from the first Argon and analyzes the temperatures received. The second Argon compares the temperatures it receives with the preset temperature. If the temperature it below this value the argons light will stay on until the temperature rises above this value. Additionally, when the temperature is below this value the second Argon communicates to the first Argon to turn its light on. The code can easily be changed so the light will come on if the temperature rises above a certain temperature or if the temperature is within a certain range.
Video
Below is a video that explains the argon setup for the IOT project and gives a visual representation of the project in action.
ThingSpeak Live Temperature Example
Through ThingSpeak a live graph was created to show the data obtained from the DHT11 sensor. The graph below was obtained during the filming of the video above. The video started outside were the temperature was ~60 degrees before increasing dramatically near the open oven, and lastly leveling off at room temperature.
ThingSpeak Live Temperature Example
Comments
Please log in or sign up to comment.