mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00

Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
39 lines
1.6 KiB
JSON
Executable File
39 lines
1.6 KiB
JSON
Executable File
{
|
|
"Library": "gp2y0a",
|
|
"Description": "API for the GP2Y0A family of IR Proximity Sensors",
|
|
"Sensor Class":
|
|
{
|
|
"gp2y0a":
|
|
{
|
|
"Name": "Analog Infrared (IR) Based Distance Sensor",
|
|
"Description": "Sensors of this family return an analog voltage corresponding to the distance of an object from the sensor. The voltage is lower when objects are far away; the voltage increases as objects get closer to the sensor.",
|
|
"Aliases": ["gp2y0a"],
|
|
"Categories": ["proximity", "light"],
|
|
"Connections": ["analog"],
|
|
"Project Type": ["prototyping", "robotics"],
|
|
"Manufacturers": ["seeed"],
|
|
"Kits": [],
|
|
"Image": "gp2y0a.jpg",
|
|
"Examples":
|
|
{
|
|
"Java": ["Gp2y0aExample.java"],
|
|
"Python": ["gp2y0a.py"],
|
|
"Node.js": ["gp2y0a.js"],
|
|
"C++": ["gp2y0a.cxx"],
|
|
"C": ["gp2y0a.c"]
|
|
},
|
|
"Specifications":
|
|
{
|
|
"Operating Voltage": {"unit": "V", "low": 2.5, "typ": 5, "high": 7},
|
|
"Operating Current": {"unit": "mA", "typ": 33, "max": 50},
|
|
"Measurement Range": {"unit": "cm", "low": 10, "high": 80}
|
|
},
|
|
"Urls" :
|
|
{
|
|
"Product Pages": ["https://www.seeedstudio.com/Grove-80cm-Infrared-Proximity-Sensor-p-788.html"],
|
|
"Datasheets": ["http://wiki.seeed.cc/Grove-80cm_Infrared_Proximity_Sensor/"],
|
|
"Schematics": []
|
|
}
|
|
}
|
|
}
|
|
} |