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:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

39
src/ecs1030/ecs1030.json Executable file
View File

@ -0,0 +1,39 @@
{
"Library": "ecs1030",
"Description": "ECS1030 Electricity Sensor Library",
"Sensor Class":
{
"ecs1030":
{
"Brief": "Non-Invasive Current Sensor",
"Description": "This non-invasive current sensor can be clamped around the supply line of an electrical load to tell you how much current is passing through it. It does this by acting as an inductor and responding to the magnetic field around a current-carrying conductor. This particular current sensor measures a load up to 30 A, which makes it great for building your own energy monitors.",
"Part Numbers": ["ecs1030"],
"Categories": ["meter", "electric"],
"Connections": ["analog"],
"Project Type": ["industrial"],
"Manufacturers": ["sparkfun"],
"Kits": [],
"Image": "ecs1030.jpg",
"Examples":
{
"Java": [],
"Python": [],
"Node.js": [],
"C++": ["ecs1030.cxx"],
"C": []
},
"Specifications":
{
"Measurable Current": {"unit": "V", "low": 1, "nominal": 30, "maximum": 60},
"Operating Temperature": {"unit": "degC", "low": -40, "high": 65}
},
"Urls" :
{
"Product Pages": ["https://www.sparkfun.com/products/11005"],
"Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/Current/ECS1030-L72-SPEC.pdf"],
"Schematics": []
}
}
}
}