mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
fixed JSON keys
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
c5cdfc702c
commit
3ca7889755
@ -5,9 +5,9 @@
|
||||
{
|
||||
"mq2":
|
||||
{
|
||||
"Brief": "MQ2 Methane, Butane, Liquefied Petroleum Gas (LPG), and Smoke Sensor",
|
||||
"Name": "MQ2 Methane, Butane, Liquefied Petroleum Gas (LPG), and Smoke Sensor",
|
||||
"Description": "The MQ2 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect LPG, i-butane, methane, alcohol, hydrogen, smoke, and other combustible gases. It's a medium-sensitivity sensor with a detection range of 300-10,000 ppm.",
|
||||
"Part Numbers": ["mq2"],
|
||||
"Aliases": ["mq2"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
@ -39,9 +39,9 @@
|
||||
|
||||
"mq3":
|
||||
{
|
||||
"Brief": "MQ3 Alcohol, Ethanol, Smoke Sensor",
|
||||
"Name": "MQ3 Alcohol, Ethanol, Smoke Sensor",
|
||||
"Description": "The MQ3 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect alcohol vapors and benzine. It's highly sensitive but has a long warm-up time of about 1 minute. It's detection range is 0.04-4 mg/L Alcohol.",
|
||||
"Part Numbers": ["mq3"],
|
||||
"Aliases": ["mq3"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
@ -74,9 +74,9 @@
|
||||
|
||||
"mq4":
|
||||
{
|
||||
"Brief": "MQ4 Methane and Connecticut Natural Gas (CNG) Sensor",
|
||||
"Name": "MQ4 Methane and Connecticut Natural Gas (CNG) Sensor",
|
||||
"Description": "The MQ4 Gas Sensor module is useful for detecting CH4 (Methane), and natural gas concentrations in the air. It has a detection range of 100-10000 ppm. For optimum use, it requires calibration after a pre-heat time of at least 24 hours. See the datasheet for details.",
|
||||
"Part Numbers": ["mq4"],
|
||||
"Aliases": ["mq4"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
@ -96,7 +96,7 @@
|
||||
"Operating Voltage": {"unit": "V", "typ": 5},
|
||||
"Operating Current": {"unit": "mA", "low": 0.1, "high": 150},
|
||||
"Heater Resistance": {"unit": "Ohms", "typ": 33},
|
||||
"Sensor Resistance": {"unit": "KOhms", "low": 10, "high": 60},
|
||||
"Sensor Resistance": {"unit": "KOhms", "low": 10, "high": 60}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
@ -108,9 +108,9 @@
|
||||
|
||||
"mq5":
|
||||
{
|
||||
"Brief": "MQ5 Natural Gas and Liquefied Petroleum Gas (LPG) Sensor",
|
||||
"Name": "MQ5 Natural Gas and Liquefied Petroleum Gas (LPG) Sensor",
|
||||
"Description": "The MQ5 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect LPG, natural gas, town gas, and so on. It is highly sensitive and has a detection range of 300-10,000 ppm.",
|
||||
"Part Numbers": ["mq5"],
|
||||
"Aliases": ["mq5"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
@ -143,9 +143,9 @@
|
||||
|
||||
"mq6":
|
||||
{
|
||||
"Brief": "MQ6 Liquefied Petroleum Gas (LPG) and Butane Sensor",
|
||||
"Name": "MQ6 Liquefied Petroleum Gas (LPG) and Butane Sensor",
|
||||
"Description": "The MQ6 Gas Sensor module is useful for detecting LPG, iso-butane, propane, and LNG concentrations in the air. It has a detection range of 200-10000 ppm. For optimum use, it requires calibration after a pre-heat time of at least 24 hours. See the datasheet for details.",
|
||||
"Part Numbers": ["mq6"],
|
||||
"Aliases": ["mq6"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
@ -178,9 +178,9 @@
|
||||
|
||||
"mq7":
|
||||
{
|
||||
"Brief": "MQ7 Carbon Monoxide Sensor",
|
||||
"Name": "MQ7 Carbon Monoxide Sensor",
|
||||
"Description": "The Grove MQ7 Gas Sensor module is useful for detecting Carbon Monoxide (CO) concentrations in the air. It has a detection range of 20-2000 ppm. For optimum use, it requires calibration after a pre-heat time of 48 hours. See the datasheet for details.",
|
||||
"Part Numbers": ["mq7"],
|
||||
"Aliases": ["mq7"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
@ -212,9 +212,9 @@
|
||||
|
||||
"mq8":
|
||||
{
|
||||
"Brief": "MQ8 Flammable (Hydrogen) Gas Sensor",
|
||||
"Name": "MQ8 Flammable (Hydrogen) Gas Sensor",
|
||||
"Description": "The MQ8 Gas Sensor module is useful for detecting Hydrogen gas concentrations in the air. It has a detection range of 100-10000 ppm. For optimum use, it requires calibration after a pre-heat time of at least 24 hours. See the datasheet for details.",
|
||||
"Part Numbers": ["mq8"],
|
||||
"Aliases": ["mq8"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
@ -247,9 +247,9 @@
|
||||
|
||||
"mq9":
|
||||
{
|
||||
"Brief": "MQ9 Carbon Monoxide (CO) and Flammable Gas Sensor",
|
||||
"Name": "MQ9 Carbon Monoxide (CO) and Flammable Gas Sensor",
|
||||
"Description": "The Grove MQ9 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect carbon monoxide, coal gas, and liquefied gas. Its sensitivity is 10-1,000 ppm CO, and 100-10,000 ppm Gas.",
|
||||
"Part Numbers": ["mq9"],
|
||||
"Aliases": ["mq9"],
|
||||
"Categories": ["gas"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "safety", "industrial"],
|
||||
|
Reference in New Issue
Block a user