Added docs
BIN
Datasheets/Datasheets info.xlsx
Normal file
BIN
Datasheets/MQ131 - sensorsportal.pdf
Normal file
BIN
Datasheets/MQ135 - Hanwei.pdf
Normal file
BIN
Datasheets/MQ2 - Pololulu.pdf
Normal file
BIN
Datasheets/MQ3 - Sparkfun.pdf
Normal file
BIN
Datasheets/MQ303A - Hanwei.pdf
Normal file
BIN
Datasheets/MQ309A - Hanwei.pdf
Normal file
BIN
Datasheets/MQ4 - Sparkfun.pdf
Normal file
BIN
Datasheets/MQ5 - Parallax.pdf
Normal file
BIN
Datasheets/MQ6 - Sparkfun.pdf
Normal file
BIN
Datasheets/MQ7 - Sparkfun.pdf
Normal file
BIN
Datasheets/MQ8 - Sparkfun.pdf
Normal file
BIN
Datasheets/MQ9 - Hanwei.pdf
Normal file
24
Docs/pruebaSerial1Sensor.txt
Normal file
@ -0,0 +1,24 @@
|
||||
************************************************************************************************************************************************
|
||||
MQ sensor reading library for arduino
|
||||
|
||||
Note: remember that all the parameters below can be modified during the program execution with the methods:
|
||||
setR0, setRL, setA, setB where you will have to send as parameter the new value, example: MQ4.setR0(20); //R0 = 20K
|
||||
|
||||
Authors: Miguel A. Califa U - Yersson R. Carrillo A - Ghiordy F. Contreras C
|
||||
Contributors: Andres A. Martinez - Juan A. Rodríguez - Mario A. Rodríguez O
|
||||
|
||||
Sensor: MQ-4
|
||||
Supply voltage: 5V
|
||||
R0: - Sin determinar -
|
||||
RL: 10KOhm
|
||||
Model: Logarithmic regression with parameters.
|
||||
a = 10000 | b = 50000
|
||||
Development board: Arduino
|
||||
|
||||
|ADC_In | Equation_V_ADC | Voltage_ADC | Equation_R | Resistance_RS | EQ_Ratio | Ratio (RS/R0) | Equation_PPM | PPM |
|
||||
***********************************************************************************************************************************************
|
||||
| 224 | v = ADC*5/1024 | 1.09375 | RS = ((5*RL)/Voltage) - RL| RS = 1.07K | Ratio = RS/R0| Ratio = .123K | a*ratio^b | 100000 PPM |
|
||||
| 224 | v = ADC*5/1024 | 1.09375 | RS = ((5*RL)/Voltage) - RL| RS = 1.07K | Ratio = RS/R0| Ratio = .123K | a*ratio^b | 100000 PPM |
|
||||
| 224 | v = ADC*5/1024 | 1.09375 | RS = ((5*RL)/Voltage) - RL| RS = 1.07K | Ratio = RS/R0| Ratio = .123K | a*ratio^b | 100000 PPM |
|
||||
| 224 | v = ADC*5/1024 | 1.09375 | RS = ((5*RL)/Voltage) - RL| RS = 1.07K | Ratio = RS/R0| Ratio = .123K | a*ratio^b | 100000 PPM |
|
||||
| 224 | v = ADC*5/1024 | 1.09375 | RS = ((5*RL)/Voltage) - RL| RS = 1.07K | Ratio = RS/R0| Ratio = .123K | a*ratio^b | 100000 PPM |
|
24
Docs/pruebaSerialVariosSensores.txt
Normal file
@ -0,0 +1,24 @@
|
||||
************************************************************************************************************************************************
|
||||
MQ sensor reading library for arduino
|
||||
|
||||
Note: remember that all the parameters below can be modified during the program execution with the methods:
|
||||
setR0, setRL, setA, setB where you will have to send as parameter the new value, example: MQ4.setR0(20); //R0 = 20K
|
||||
|
||||
Authors: Miguel A. Califa U - Yersson R. Carrillo A - Ghiordy F. Contreras C
|
||||
Contributors: Andres A. Martinez - Juan A. Rodríguez - Mario A. Rodríguez O
|
||||
|
||||
Sensor: MQ-4 | MQ-5
|
||||
Supply voltage: 5V
|
||||
R0: - Sin determinar -
|
||||
RL: 10KOhm
|
||||
|
||||
Model: Logarithmic regression with parameters.
|
||||
MQ-4: a = 10000 | b = 50000
|
||||
MQ-5: a = 10000 | b = 50000
|
||||
|
||||
Development board: Arduino
|
||||
|
||||
|---------- MQ-4 ----------|---------- MQ-5 ----------|
|
||||
|ADC_In | Voltage_ADC | Resistance_RS | Ratio (RS/R0) | PPM |ADC_In | Voltage_ADC | Resistance_RS | Ratio (RS/R0) | PPM |
|
||||
*****************************************************************************************************************************************
|
||||
| 224 | 1.09375 | RS = 1.07K | Ratio = .123K | 100000 PPM | 224 | 1.09375 | RS = 1.07K | Ratio = .123K | 100000 PPM |
|
BIN
Internal_design_documents/Datasheet Graphs.docx
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"cells": [],
|
||||
"metadata": {},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
}
|
BIN
Internal_design_documents/Experiments/Datasheets info.xlsx
Normal file
4944
Internal_design_documents/Experiments/Experiment 3.ipynb
Normal file
2311
Internal_design_documents/Experiments/MQ131.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ131.png
Normal file
After Width: | Height: | Size: 117 KiB |
1391
Internal_design_documents/Experiments/MQ131.svg
Normal file
After Width: | Height: | Size: 46 KiB |
1705
Internal_design_documents/Experiments/MQ131_Regression.ipynb
Normal file
2760
Internal_design_documents/Experiments/MQ135.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ135.png
Normal file
After Width: | Height: | Size: 152 KiB |
1670
Internal_design_documents/Experiments/MQ135.svg
Normal file
After Width: | Height: | Size: 56 KiB |
2061
Internal_design_documents/Experiments/MQ135_Regression.ipynb
Normal file
2749
Internal_design_documents/Experiments/MQ2.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ2.png
Normal file
After Width: | Height: | Size: 143 KiB |
1659
Internal_design_documents/Experiments/MQ2.svg
Normal file
After Width: | Height: | Size: 56 KiB |
2026
Internal_design_documents/Experiments/MQ2_Regression.ipynb
Normal file
3345
Internal_design_documents/Experiments/MQ3.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ3.png
Normal file
After Width: | Height: | Size: 170 KiB |
1965
Internal_design_documents/Experiments/MQ3.svg
Normal file
After Width: | Height: | Size: 68 KiB |
2475
Internal_design_documents/Experiments/MQ303A.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ303A.png
Normal file
After Width: | Height: | Size: 122 KiB |
1512
Internal_design_documents/Experiments/MQ303A.svg
Normal file
After Width: | Height: | Size: 50 KiB |
1827
Internal_design_documents/Experiments/MQ303_Regression.ipynb
Normal file
2561
Internal_design_documents/Experiments/MQ309A.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ309A.png
Normal file
After Width: | Height: | Size: 126 KiB |
1536
Internal_design_documents/Experiments/MQ309A.svg
Normal file
After Width: | Height: | Size: 51 KiB |
1877
Internal_design_documents/Experiments/MQ309_Regression.ipynb
Normal file
2356
Internal_design_documents/Experiments/MQ3_Regression.ipynb
Normal file
2755
Internal_design_documents/Experiments/MQ4.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ4.png
Normal file
After Width: | Height: | Size: 130 KiB |
1589
Internal_design_documents/Experiments/MQ4.svg
Normal file
After Width: | Height: | Size: 53 KiB |
1935
Internal_design_documents/Experiments/MQ4_Regression.ipynb
Normal file
2418
Internal_design_documents/Experiments/MQ5.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ5.png
Normal file
After Width: | Height: | Size: 114 KiB |
1454
Internal_design_documents/Experiments/MQ5.svg
Normal file
After Width: | Height: | Size: 48 KiB |
1794
Internal_design_documents/Experiments/MQ5_Regression.ipynb
Normal file
2441
Internal_design_documents/Experiments/MQ6.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ6.png
Normal file
After Width: | Height: | Size: 142 KiB |
1537
Internal_design_documents/Experiments/MQ6.svg
Normal file
After Width: | Height: | Size: 52 KiB |
1903
Internal_design_documents/Experiments/MQ6_Regression.ipynb
Normal file
3548
Internal_design_documents/Experiments/MQ7.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ7.png
Normal file
After Width: | Height: | Size: 155 KiB |
2008
Internal_design_documents/Experiments/MQ7.svg
Normal file
After Width: | Height: | Size: 71 KiB |
2374
Internal_design_documents/Experiments/MQ7_Regression.ipynb
Normal file
3999
Internal_design_documents/Experiments/MQ8.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ8.png
Normal file
After Width: | Height: | Size: 171 KiB |
2239
Internal_design_documents/Experiments/MQ8.svg
Normal file
After Width: | Height: | Size: 80 KiB |
2605
Internal_design_documents/Experiments/MQ8_Regression.ipynb
Normal file
2114
Internal_design_documents/Experiments/MQ9.eps
Normal file
BIN
Internal_design_documents/Experiments/MQ9.png
Normal file
After Width: | Height: | Size: 101 KiB |
1318
Internal_design_documents/Experiments/MQ9.svg
Normal file
After Width: | Height: | Size: 43 KiB |
1632
Internal_design_documents/Experiments/MQ9_Regression .ipynb
Normal file
1486
Internal_design_documents/Experiments/demo1.svg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
Internal_design_documents/Resumen_Slope_And_BPoints.xlsx
Normal file
5
WPDigitalizer/MQ131/CL2.csv
Normal file
@ -0,0 +1,5 @@
|
||||
4.957713628975931; 5.970352865838375
|
||||
9.82303087255475; 3.890451449942809
|
||||
19.66936860744601; 2.365919697485761
|
||||
49.50200098710442; 0.9908319448927686
|
||||
99.17887133636847; 0.49659232145033677
|
|
BIN
WPDigitalizer/MQ131/MQ131.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
WPDigitalizer/MQ131/MQ131_Analisis.xlsx
Normal file
5
WPDigitalizer/MQ131/NOx.csv
Normal file
@ -0,0 +1,5 @@
|
||||
5.004690736196025; 8.090958991783829
|
||||
9.81247228520288; 5.571857489319305
|
||||
19.63847609606165; 3.9994474976109777
|
||||
49.85956704514034; 2.8313919957993816
|
||||
98.7613064604988; 2.032357010936224
|
|
5
WPDigitalizer/MQ131/O3.csv
Normal file
@ -0,0 +1,5 @@
|
||||
5.015052099488824; 4.055085354483843
|
||||
9.839297042431014; 2.2387211385683425
|
||||
19.708460197689764; 1.2189895989248674
|
||||
50.120105449151986; 0.49659232145033727
|
||||
99.34721307419954; 0.2818382931264458
|
|
3
WPDigitalizer/MQ135/Acetona.csv
Normal file
@ -0,0 +1,3 @@
|
||||
10.038068731719024; 1.4367778871086752
|
||||
100.76282386271518; 0.7437057711666111
|
||||
199.67791490816478; 0.5858066785834567
|
|
3
WPDigitalizer/MQ135/Alcohol.csv
Normal file
@ -0,0 +1,3 @@
|
||||
10; 1.8980643862295867
|
||||
100.76282386271518; 0.9276207214357883
|
||||
199.67791490816478; 0.7371610501169261
|
|
3
WPDigitalizer/MQ135/CO.csv
Normal file
@ -0,0 +1,3 @@
|
||||
9.92429510870452; 2.850325339883499
|
||||
100.76282386271518; 1.5488850711364055
|
||||
199.67791490816478; 1.3446177759671738
|
|
3
WPDigitalizer/MQ135/CO2.csv
Normal file
@ -0,0 +1,3 @@
|
||||
10; 2.3054935712377356
|
||||
100.76282386271518; 1.049816136090719
|
||||
198.16625542394166; 0.8052859018667691
|
|
BIN
WPDigitalizer/MQ135/MQ135.png
Normal file
After Width: | Height: | Size: 243 KiB |
BIN
WPDigitalizer/MQ135/MQ135_Analisis.xlsx
Normal file
3
WPDigitalizer/MQ135/NH4.csv
Normal file
@ -0,0 +1,3 @@
|
||||
10; 2.563475521052897
|
||||
100.38068731719024; 1
|
||||
199.67791490816478; 0.7670732751979543
|
|
3
WPDigitalizer/MQ135/Tolueno.csv
Normal file
@ -0,0 +1,3 @@
|
||||
10; 1.5420548019516276
|
||||
100.38068731719024; 0.8017347542813508
|
||||
199.67791490816478; 0.6427786162225773
|
|
9
WPDigitalizer/MQ2/Alcohol.csv
Normal file
@ -0,0 +1,9 @@
|
||||
202,97159045689085; 2,870821251841819
|
||||
493,62843297110385; 2,120486081991352
|
||||
789,3018264543583; 1,722949305824931
|
||||
1013,5564768245204; 1,628558370192401
|
||||
1483,4109724050659; 1,4241031945513674
|
||||
2002,568136043121; 1,2616407836292618
|
||||
3045,8553406742876; 1,09372808300933
|
||||
4983,9913111605565; 0,8886628824162796
|
||||
10116,086432495827; 0,6593474448589979
|
|
9
WPDigitalizer/MQ2/CH4.csv
Normal file
@ -0,0 +1,9 @@
|
||||
200,6424043638923; 3,0628594206904824
|
||||
493,62843297110385; 2,262307524341795
|
||||
795,3985507023424; 1,9027463399615197
|
||||
1021,3853885815306; 1,760109364516406
|
||||
1466,3881949840988; 1,512822440016997
|
||||
2010,2873757128875; 1,3635579819828156
|
||||
3022,508881097584; 1,1618613226754184
|
||||
4945,78905312065; 0,9359079659557669
|
||||
10155,080609166793; 0,7034431020028873
|
|
9
WPDigitalizer/MQ2/CO.csv
Normal file
@ -0,0 +1,9 @@
|
||||
202,97159045689085; 5,230578600305607
|
||||
491,73296457790207; 4,06886745979215
|
||||
810,8471866516105; 3,4816976949280916
|
||||
994,2457296427418; 3,220835982615804
|
||||
1483,4109724050659; 2,8043001628397395
|
||||
2025,8152351174235; 2,505895099093425
|
||||
3045,8553406742876; 2,2293985477843727
|
||||
4983,9913111605565; 1,84294785992263
|
||||
10272,967317129345; 1,4525325413623644
|
|
9
WPDigitalizer/MQ2/H2.csv
Normal file
@ -0,0 +1,9 @@
|
||||
199,87196386572526; 2,0769753765580705
|
||||
495,5312077697903; 1,3831422575910868
|
||||
792,3443246647935; 1,1093808898233806
|
||||
998,0782190045875; 1,004327136273875
|
||||
1477,714868970752; 0,8303118686874813
|
||||
2033,6240846866745; 0,7167722606428578
|
||||
2976,351441631319; 0,5951498799327694
|
||||
4907,879615117585; 0,46313409452053067
|
||||
10038,546701761785; 0,33483775607304667
|
|