Have you ever stepped outside ready to go and its snowing but you're still wearing flip flops? That won't be an issue ever again with our project. We are using a DHT11 Temperature and Humidity sensor to tell what to wear for the day. A photo resistor light sensor will indicate if its daytime or not and will then allow the circuits to indicate the weather. Blue means its less than 46 degrees. (You might want to dress a little warm.) Red means its over 74. (Time for summer clothes.) Green means its just right and between 46 and 74 degrees. (Wear what you desire.) There are also white and yellow lights indicating the humidity. If the humidity level is over a certain threshold, the yellow light will turn on. If its not, the white light will stay on. This will generally mean its either raining or snowing.
Flow Chart
This flow chart shows how each of the argons interact with each other and the computer. The computer sends a power signal to each of the argons to power them on. The first argon takes that power to transmit temperature and humidity data to both the computer and the second argon. It also receives photo resistor data from the second argon and the computer telling it to turn on or off the different LEDs. These LEDs indicate whether it is daytime or nighttime.The second argon transmits photo resistor data to the computer and the first argon. It also receives temperature and humidity data from the first argon and the computer.
Image of DHT11 Particle Argon Circuit
Image of Photo Resistor and LED Circuit
Temperature vs Time Data
This graph shows the temperature data being recorded by the DHT11 temperature sensor over the course of 1 minute. Between 45 and 60 seconds, the temperature increased to over 74 degrees, so the second argon was notified and turned off the green LED and turned on the red one.
Humidity vs Time Data
This graph shows the humidity data being recorded by the DHT11 humidity sensor over the course of 1 minute. Between 45 and 60 seconds, the humidity level increased from about 39% to about 67% humidity. During this time, the second argon was notified and the white LED was turned off and the Yellow LED was turned on.
Photo Resistor Data
This graph shows the photo resistor data. When the photo resistor senses light, the value is about 400 on the graph. When the photo resistor is covered to where no light is showing, the value drops down to about 200. When this happens, the circuit goes from closed to open, and the LEDs all turn off. At this time, the data is sent to the other argon and an indicator light lets us know if the circuit is open or closed. Green means the circuit is closed and red means the circuit is open.
Youtube Video
Comments