mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
Added another batch of JSONs(39)
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
0f3f0e02ae
commit
b0a842229a
61
src/mcp2515/mcp2515.json
Normal file
61
src/mcp2515/mcp2515.json
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"Library": "mcp2515",
|
||||
"Description": "API for the Microchip MCP2515 CAN bus controller",
|
||||
"Sensor Class": {
|
||||
"MCP2515": {
|
||||
"Name": "Microchip MCP2515 CAN bus controller",
|
||||
"Description": "This is the UPM Module for the Microchip MCP2515 CAN bus controller. This Arduino/Genuino compatable shield offers the ability to communicate over CAN-BUS. This offers a good medium speed, long distance and high reliablity communication solution for Arduino/Genuino projects.",
|
||||
"Aliases": ["mcp2515", "CAN-BUS Shield V1.2"],
|
||||
"Categories": ["communication"],
|
||||
"Connections": ["spi", "gpio"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["Seeed", "Microchip"],
|
||||
"Image": "mcp2515.jpg",
|
||||
"Examples": {
|
||||
"Java": ["MCP2515_Example.java", "MCP2515_TXRX_Example.java"],
|
||||
"Python": ["mcp2515-txrx.py", "mcp2515.py"],
|
||||
"Node.js": ["mcp2515-txrx.js", "mcp2515.js"],
|
||||
"C++": ["mcp2515-txrx.cxx", "mcp2515.cxx"],
|
||||
"C": ["mcp2515-txrx.c", "mcp2515.c"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 2.7,
|
||||
"max": 5.5
|
||||
},
|
||||
"Supply Current": {
|
||||
"Normal Mode" : {
|
||||
"unit": "mA",
|
||||
"Typ" : "10"
|
||||
},
|
||||
"Sleep Mode" : {
|
||||
"unit": "uA",
|
||||
"min" : "5",
|
||||
"max" : "8"
|
||||
}
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Data Frame Buffer": {
|
||||
"unit": "bit",
|
||||
"min" : "11",
|
||||
"max" : "29"
|
||||
}
|
||||
},
|
||||
"Platforms": {
|
||||
"Intel Edison": {
|
||||
},
|
||||
"Arduino 101": {
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.seeedstudio.com/CANBUS-Shield-p-2256.html"],
|
||||
"Datasheets": ["http://ww1.microchip.com/downloads/en/DeviceDoc/21801e.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user