mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
Added Another set of JSON files(61)
Signed-off-by: msgtfrank <frankww1@gmail.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
db89d872b4
commit
287d716401
44
src/sm130/sm130.json
Normal file
44
src/sm130/sm130.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"Library": "sm130",
|
||||
"Description": "SonMicro SM130 RFID Reader Module library",
|
||||
"Sensor Class": {
|
||||
"sm130": {
|
||||
"Name": "API for the SonMicro SM130 RFID Reader Module",
|
||||
"Description": "This is the UPM Module for the SonMicro SM130 RFID Reader Module. This module defines the SM130 interface for the sm130 RFID library This module was developed using an SM130 and a Sparkfun RFID Evaluation shield using a UART for communications. It should be fairly trivial to add support for I2C communication in the future, if you have the correct firmware on the SM130.",
|
||||
"Aliases": ["sm130"],
|
||||
"Categories": ["rfid"],
|
||||
"Connections": ["uart", "gpio"],
|
||||
"Project Type": ["prototyping", "commercial"],
|
||||
"Manufacturers": ["SonMicro", "RFID Module - SM130 MIFARE (13.56 MHz)"],
|
||||
"Image": "sm130.jpg",
|
||||
"Examples": {
|
||||
"Java": ["SM130Example.java"],
|
||||
"Python": ["sm130.py"],
|
||||
"Node.js": ["sm130.js"],
|
||||
"C++": ["sm130.cxx"],
|
||||
"C": ["sm130.c"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 4.85,
|
||||
"max": 5.5
|
||||
},
|
||||
"Supply Current": {
|
||||
"unit": "mA",
|
||||
"min" : 0.030,
|
||||
"max" : 180
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.sparkfun.com/products/10126"],
|
||||
"Datasheets": ["https://www.sparkfun.com/datasheets/Sensors/ID/SM130.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user