Background:
For our project, we decided to create a little weather experiment. We used a DHT11 Temperature & Humidity sensor along with a Water Level sensor to get generalized info on the weather in our areas. These devices are sending data back and forth from Pittsburgh, PA to Charlotte, NC. These devices can be used in any location as long as the Particle Argon is able to connect to a WiFi signal. To successfully complete this project we had to connect two boards, named Ford_IOT(Charlotte) and JoshIOT (Pittsburgh) and have them communicate with each other.
The devices used are those listed above in the "Thing" section. The devices are used to monitor to measure the ever changing weather conditions in different locations. The Water Level sensor reads if it is raining or if it is nice and sunny. If it raining in one location, a signal will be sent to the other Argon board turning on the red LED light. This is to let the owner of the argon know that the weather in the other location is undesirable. The DHT sensor also reads out the Temperature and Humidity of each location. This data does not get sent to each device, but does get sent to https://thingspeak.com/channels/1248317. This website has graphs of all of the data that the two devices record. It must be noted that the data when you click on the website may not show both operational due to one of the devices not being on to record data.
YoutubeVideo describing the project from Pittsburgh!
ConstructingTheCircuit:
There were two breadboards used for this project, one in each location. Using these breadboards a Particle Argon IOT device is used to connect and transmit the data. More detailed information on wiring locations can be found in the schematics section below. The first device that we connected for use was the DHT 11 Temp and Humidity sensor. This device used the digital output D2 to transmit the data from the breadboard to ThingSpeak.
As you can see above, the LED light was on for the Ford_IOT device. This signifies that it was raining or snowing in Pittsburgh at the time they were both connected on Friday night (12/4/2020).
Below is what the Charlotte breadboard looked like when all of the devices were connected. Images of the Pittsburgh device are shown in the YouTube video below.
The second sensor that we used was the water level sensor from the ELEGOO V2.0 37 sensor kit. This device used an analog output (A3) to send out the data saying that it was either raining or dry outside.
The final part of the project was the LED light to display if it was raining in the other location. This light is also a digital output (D3) that would blink if it was raining in the other location. A 220 ohm resistor had to be used for this device for the light to function properly. For all of the devices above to function properly, a usb connected on the right of the argon in the picture below had to be plugged into a power source.
Comments