This shows you the differences between two versions of the page.
iothings:proiecte:2025sric:airquality [2025/05/28 22:03] ion_andrei.toader [Code Snippet] |
iothings:proiecte:2025sric:airquality [2025/05/28 22:29] (current) ion_andrei.toader [Web Application] |
||
---|---|---|---|
Line 150: | Line 150: | ||
====== Software Description ====== | ====== Software Description ====== | ||
- | The Air Sense Visualizer is a web application created to monitor and display air quality data in real time. It retrieves sensor readings—such as PPM values from an air quality sensor—and presents them through a clean, user-friendly interface. The application is designed for development and educational use, offering a simple way to test, view, and analyze environmental data either locally or through connection with cloud-based platforms. Its structure is modular and flexible, making it easy to adapt to different use cases and hardware setups. | + | The Air Quality is a web application created to monitor and display air quality data in real time. It retrieves sensor readings such as PPM values from an air quality sensor—and presents them through a clean, user-friendly interface. The application is designed for development and educational use, offering a simple way to test, view, and analyze environmental data either locally or through connection with cloud-based platforms. Its structure is modular and flexible, making it easy to adapt to different use cases and hardware setups. |
===== Code Snippet ===== | ===== Code Snippet ===== | ||
Line 249: | Line 249: | ||
</code> | </code> | ||
+ | } | ||
+ | ===== Web Application ===== | ||
+ | |||
+ | {{ :iothings:proiecte:2025sric:web_app_2.png?direct&300 |}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== References ===== | ||
+ | * [[https://www.instructables.com/Air-Quality-ESP32-Build-a-Portable-IoT-Sensor/]] | ||
+ | * [[https://www.hackster.io/dudelabweb/air-quality-monitoring-made-easy-an-iot-project-with-esp32-ee2777]] | ||
+ | * [[https://randomnerdtutorials.com/esp32-firebase-web-app/#install-vs-code]] | ||
+ | * [[https://randomnerdtutorials.com/getting-started-with-esp32/]] | ||
+ | * https://www.elprocus.com/mq135-air-quality-sensor/ |