Files
upm/src/si1132/si1132.json

48 lines
1.6 KiB
JSON
Raw Normal View History

{
"Library": "si1132",
"Description": "UV and visible light sensor library",
"Sensor Class":
{
"SI1132":
{
"Name": "UV and visible light sensor",
"Description": "The SI1132 sensor determines real-time UV sun exposure and cumulative UV sun exposure and enables accurate light level monitoring under mixed lightings",
"Aliases": ["si1132"],
"Categories": ["light"],
"Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["silabs"],
"Kits": [],
"Image": "",
"Examples":
{
"Java": [""],
"Python": [""],
"Node.js": [""],
"C++": ["si1132.cxx"],
"C": [""]
},
"Specifications":
{
"Vdd": {"unit": "v", "low" : 1.7, "high": 3.6},
"Iavg": {"unit": "<22>A", "high": 1.2},
"Temperature Range": {"unit": "C", "low" : -40, "high": 85}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["might need pull up resistors"],
}
},
"Urls" :
{
"Product Pages": ["http://www.silabs.com/products/sensors/optical/si1132"],
"Datasheets": ["https://www.silabs.com/documents/public/data-sheets/Si1132.pdf"]
}
},
}
}
}