This shows you the differences between two versions of the page.
iothings:proiecte:2022sric:tempandhummonitor [2023/06/02 00:40] amalia.palaghiu |
iothings:proiecte:2022sric:tempandhummonitor [2023/06/02 00:43] (current) amalia.palaghiu |
||
---|---|---|---|
Line 13: | Line 13: | ||
This project is meant to monitor the temperature and humidity for a certain room: the room where the sensor will be placed. | This project is meant to monitor the temperature and humidity for a certain room: the room where the sensor will be placed. | ||
- | Users can download the mobile app, create an account and set limits for these two values. When the temperature is lower than the limit, the heating system will start. To simulate this behavior, an RGB LED was used and the red light was turned on. On the other hand, if the temperature is higher than the limit, the air conditioning will start. This behavior was simulated by turning on the blue light. Lastly, if the temperature is between limits, the green light will be turned on. | + | Users can download the mobile app, create an account and set limits for temperature and humidity. When the temperature is lower than the limit, the heating system will start. To simulate this behavior, an RGB LED was used and the red light was turned on. On the other hand, if the temperature is higher than the limit, the air conditioning will start. This behavior was simulated by turning on the blue light. Lastly, if the temperature is between limits, the green light will be turned on. |
Also, when air conditioning or heating system is started, a notification will be sent to inform the user regarding the taken action. | Also, when air conditioning or heating system is started, a notification will be sent to inform the user regarding the taken action. | ||
Line 165: | Line 165: | ||
https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/ | https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/ | ||
+ | |||
+ | https://developer.android.com/codelabs/build-your-first-android-app#0 | ||
+ | |||
+ | https://developer.android.com/develop/ui/views/notifications/build-notification |