amc2022:grouph:start
Differences
This shows you the differences between two versions of the page.
amc2022:grouph:start [2022/09/10 21:23] – [7. Conclusion] gustavo001 | amc2022:grouph:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 60: | Line 60: | ||
Determining the quality of the air we breath is directly related to knowing how many and what type of those particles are present in the air. Therefore, we have used the MQ2 sensor which not only detects certain types of particle matter but also its concentration. | Determining the quality of the air we breath is directly related to knowing how many and what type of those particles are present in the air. Therefore, we have used the MQ2 sensor which not only detects certain types of particle matter but also its concentration. | ||
+ | Listed below are limit threshold amounts for different particulate matter in the air at which the health risks are moderate. There are many sources and depending on where you obtain your source the number may vary. | ||
^Particle ^ Concentration on ppm ^ | ^Particle ^ Concentration on ppm ^ | ||
Line 67: | Line 68: | ||
|CH4((https:// | |CH4((https:// | ||
|Propane((https:// | |Propane((https:// | ||
+ | |||
+ | |||
+ | |||
+ | <wrap em> | ||
+ | For an explanation of how the sensor works and how we implemented it in our Air quality device please follow this link [[amc2022: | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
==== 3.3 MQTT Database and WiFi Connection ==== | ==== 3.3 MQTT Database and WiFi Connection ==== | ||
Line 318: | Line 329: | ||
# | # | ||
# | # | ||
- | # | + | # |
- | # | + | # |
//are to be done using non linear curve equations | //are to be done using non linear curve equations | ||
Line 548: | Line 559: | ||
/ | / | ||
- | /****** The mqtt client calls a callback method on seperate | + | /****** The mqtt client calls a callback method on separate |
void callback(char *topic, byte *payload, unsigned int length) { | void callback(char *topic, byte *payload, unsigned int length) { | ||
Line 618: | Line 629: | ||
| | ||
| | ||
- | | + | |
- | The Rs changes as the sensor is in the different | + | The Rs changes as the sensor is in the different |
gas. The sample times and the time interval between samples could be configured | gas. The sample times and the time interval between samples could be configured | ||
by changing the definition of the macros. | by changing the definition of the macros. | ||
Line 722: | Line 733: | ||
- | Using a low cost Arduino Kit and integrating the ESP32 micro controller, we were able to accomplish three tasks. The first was to measure different Air Quality parameters such as temperature, | + | Using a low cost Arduino Kit and integrating the ESP32 micro controller, we were able to accomplish three tasks. The first was to measure different Air Quality parameters such as temperature, |
Secondly we were able to transmit data using a publish-subscribe broker. By using MQTT we were able to create topics that contained the data received by the Arduino sensors, later with the help of the Node Red software, we created a flow chart in which the data input from the topic and utilizing the JSON format, was sent to Grafana where the data was ultimately transformed visually for easy interpretation. We decided to keep one topic containing all the data, because the idea is to have multiple Air Quality devices running simultaneously but each having its own independent topic. That would help us identify easier any issues with any of the devices. | Secondly we were able to transmit data using a publish-subscribe broker. By using MQTT we were able to create topics that contained the data received by the Arduino sensors, later with the help of the Node Red software, we created a flow chart in which the data input from the topic and utilizing the JSON format, was sent to Grafana where the data was ultimately transformed visually for easy interpretation. We decided to keep one topic containing all the data, because the idea is to have multiple Air Quality devices running simultaneously but each having its own independent topic. That would help us identify easier any issues with any of the devices. | ||
Lastly we successfully operated the device using a 9V battery and integrated the following components and features for improved performance: | Lastly we successfully operated the device using a 9V battery and integrated the following components and features for improved performance: | ||
Line 731: | Line 742: | ||
We thus demonstrate that devices with the purpose of monitoring air quality can be built easily and cheaply. In addition, we explained the steps taken by us in this project and expanded on how the components work. We hope that his work can help inspire new students and hobbyists in their pursue of producing devices that have the following characteristics: | We thus demonstrate that devices with the purpose of monitoring air quality can be built easily and cheaply. In addition, we explained the steps taken by us in this project and expanded on how the components work. We hope that his work can help inspire new students and hobbyists in their pursue of producing devices that have the following characteristics: | ||
- | Collection of data// | + | * Collection of data |
- | Programming software// | + | |
- | Transmission of data and usage of brokers// | + | |
- | Electronics// | + | |
- | Reporting through wikis// | + | |
- | FUN! | + | |
+ | |||
=====8. Discussion===== | =====8. Discussion===== | ||
amc2022/grouph/start.1662837800.txt.gz · Last modified: 2023/01/05 14:38 (external edit)