mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
added JSONs form Blain
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:
40
src/groveultrasonic/groveultrasonic.json
Executable file
40
src/groveultrasonic/groveultrasonic.json
Executable file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"Library": "groveultrasonic",
|
||||
"Description": "Grove Ultrasonic Sensor Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"groveultrasonic":
|
||||
{
|
||||
"Brief": "Ultrasonic Proximity Sensor",
|
||||
"Description": "This Grove Ultrasonic sensor is a non-contact distance measurement module which is compatible with the Grove system. It is designed for easy modular project usage with industrial performance. Detection ranges from 3 cm (1.2") to 4 m (13'1.5") and works best when the object is within a 30 degree angle relative to the sensor.",
|
||||
"Part Numbers": ["groveultrasonic"],
|
||||
"Categories": ["proximity", "deprecated"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["robotics", "prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "groveultrasonic.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": [],
|
||||
"Node.js": ["groveultrasonic.js"],
|
||||
"C++": ["groveultrasonic.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.2, "high": 5.2},
|
||||
"Operating Current": {"unit": "mA", "typ": 8},
|
||||
"Measurement Range": {"unit": "cm", "low": 2, "high": 350}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-Ultrasonic-Ranger-p-960.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-Ultrasonic_Ranger/"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user