This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
476 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N;1", | ||
"displayName": { | ||
"en": "CK-RX65N" | ||
}, | ||
"description": { | ||
"en": "CK-RX65N Rev.1.0" | ||
}, | ||
"@context": [ | ||
"dtmi:dtdl:context;2" | ||
], | ||
"@type": "Interface", | ||
"contents": [ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:Manufacturer;1", | ||
"@type": "Property", | ||
"name": "manufacturer", | ||
"writable": false, | ||
"comment": "Manufacturer Name 'Renesas'", | ||
"displayName": { | ||
"en": "Manufacturer Name" | ||
}, | ||
"description": { | ||
"en": "The name of manufacturer of the board. 'Renesas Electronics Corporation'" | ||
}, | ||
"schema": "string" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:Model;1", | ||
"@type": "Property", | ||
"name": "model", | ||
"writable": false, | ||
"comment": "Model Name 'RTK5CK65N0C00000BE'", | ||
"displayName": { | ||
"en": "Model Name" | ||
}, | ||
"description": { | ||
"en": "The model name of the board. 'RTK5CK65N0C00000BE'" | ||
}, | ||
"schema": "string" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:ProcessorName;1", | ||
"@type": "Property", | ||
"name": "processorName", | ||
"writable": false, | ||
"comment": "MCU Name 'RX65N'", | ||
"displayName": { | ||
"en": "MCU Name" | ||
}, | ||
"description": { | ||
"en": "The name of the MCU 'RX65N'" | ||
}, | ||
"schema": "string" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:Version;1", | ||
"@type": "Property", | ||
"name": "version", | ||
"writable": false, | ||
"comment": "Sample Software Version", | ||
"displayName": { | ||
"en": "Sample Software Version" | ||
}, | ||
"description": { | ||
"en": "Sample Software Version" | ||
}, | ||
"schema": "string" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:Reboot;1", | ||
"@type": "Command", | ||
"name": "reboot", | ||
"comment": "Reboot the board with the specified delay", | ||
"displayName": { | ||
"en": "Reboot the board" | ||
}, | ||
"description": { | ||
"en": "Command to reboot the board with the specified delay." | ||
}, | ||
"request": { | ||
"@type": "CommandPayload", | ||
"name": "commandParameter", | ||
"displayName": { | ||
"en": "Delay time(seconds)" | ||
}, | ||
"description": { | ||
"en": "Enter delay time(seconds)" | ||
}, | ||
"schema": "string" | ||
}, | ||
"response": { | ||
"@type": "CommandPayload", | ||
"name": "commandResponse", | ||
"schema": "string" | ||
} | ||
}, | ||
{ | ||
"@type": "Component", | ||
"name": "led_ckrx65n", | ||
"displayName": { | ||
"en": "LED on CK-RX65N Board" | ||
}, | ||
"description": { | ||
"en": "LED on CK-RX65N Board." | ||
}, | ||
"schema": "dtmi:renesas:RX:CKRX65N:led;1" | ||
}, | ||
{ | ||
"@type": "Component", | ||
"name": "environmental", | ||
"displayName": { | ||
"en": "Environmental Sensor" | ||
}, | ||
"description": { | ||
"en": "Pressure, humidity, temperature and gas from BME680 Environmental Sensor" | ||
}, | ||
"schema": "dtmi:renesas:RX:CKRX65N:environmental_sensor;1" | ||
}, | ||
{ | ||
"@type": "Component", | ||
"name": "gas", | ||
"displayName": { | ||
"en": "Gas Sensor" | ||
}, | ||
"description": { | ||
"en": "Indoor Air Quality (IAQ) Sensor (ZMOD4410) and Outdoor Air Quality Sensor(ZMOD4510) on CK-RX65N" | ||
}, | ||
"schema": "dtmi:renesas:RX:CKRX65N:gas;1" | ||
}, | ||
{ | ||
"@type": "Component", | ||
"name": "biometric", | ||
"displayName": { | ||
"en": "Biometric sensor" | ||
}, | ||
"description": { | ||
"en": "Biometric sensor(OB1203) on CK-RX65N" | ||
}, | ||
"schema": "dtmi:renesas:RX:CKRX65N:biometric_sensor;1" | ||
} | ||
|
||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:biometric_sensor;1", | ||
"displayName": { | ||
"en": "Biometric sensor(OB1203) on CK-RX65N" | ||
}, | ||
"description": { | ||
"en": "Description for Biometric sensor(OB1203) on CK-RX65N" | ||
}, | ||
"@context": [ | ||
"dtmi:dtdl:context;2" | ||
], | ||
"@type": "Interface", | ||
"contents": [ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:biometric_sensor:iaq;1", | ||
"@type": [ | ||
"Telemetry" | ||
], | ||
"name": "oxygen_saturation", | ||
"displayName": { | ||
"en": "Oxygen saturation" | ||
}, | ||
"description": { | ||
"en": "Oxygen saturation" | ||
}, | ||
"schema": "double" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:biometric_sensor:heart_rate;1", | ||
"@type": [ | ||
"Telemetry" | ||
], | ||
"name": "heart_rate", | ||
"displayName": { | ||
"en": "Heart rate" | ||
}, | ||
"description": { | ||
"en": "Heart rate" | ||
}, | ||
"schema": "double" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:biometric_sensor:respiration_rate;1", | ||
"@type": [ | ||
"Telemetry" | ||
], | ||
"name": "respiration_rate", | ||
"displayName": { | ||
"en": "Respiration rate" | ||
}, | ||
"description": { | ||
"en": "Respiration rate" | ||
}, | ||
"schema": "double" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:environmental_sensor;1", | ||
"displayName": { | ||
"en": "HS3001 and ICP-10101 on CK-RX65N" | ||
}, | ||
"description": { | ||
"en": "Description for Relative humidity and temperature Sensor(HS3001) and Barometric Pressure Sensors(ICP-10101) on CK-RX65N" | ||
}, | ||
"@context": [ | ||
"dtmi:dtdl:context;2" | ||
], | ||
"@type": "Interface", | ||
"contents": [ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:environmental_sensor:pressure;1", | ||
"@type": [ | ||
"Telemetry", | ||
"Pressure" | ||
], | ||
"name": "pressure", | ||
"displayName": { | ||
"en": "Pressure" | ||
}, | ||
"description": { | ||
"en": "Pressure to Cloud per five seconds from ICP-10101." | ||
}, | ||
"schema": "double", | ||
"unit": "pascal" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:environmental_sensor:humidity;1", | ||
"@type": [ | ||
"Telemetry", | ||
"RelativeHumidity" | ||
], | ||
"name": "humidity", | ||
"displayName": { | ||
"en": "Humidity" | ||
}, | ||
"description": { | ||
"en": "Humidity to Cloud per five seconds from HS3001." | ||
}, | ||
"schema": "double", | ||
"unit": "percent" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:environmental_sensor:temperature;1", | ||
"@type": [ | ||
"Telemetry", | ||
"Temperature" | ||
], | ||
"name": "temperature", | ||
"displayName": { | ||
"en": "Temperature" | ||
}, | ||
"description": { | ||
"en": "Temperature to Cloud per five seconds from HS3001." | ||
}, | ||
"schema": "double", | ||
"unit": "degreeCelsius" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:gas;1", | ||
"displayName": { | ||
"en": "ZMOD4410 and ZMOD4510 on CK-RX65N" | ||
}, | ||
"description": { | ||
"en": "Description for Indoor Air Quality (IAQ) Sensor (ZMOD4410) and Outdoor Air Quality Sensor(ZMOD4510) on CK-RX65N" | ||
}, | ||
"@context": [ | ||
"dtmi:dtdl:context;2" | ||
], | ||
"@type": "Interface", | ||
"contents": [ | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:gas:iaq;1", | ||
"@type": [ | ||
"Telemetry" | ||
], | ||
"name": "iaq", | ||
"displayName": { | ||
"en": "Indoor Air Quality (IAQ)" | ||
}, | ||
"description": { | ||
"en": "Indoor Air Quality (IAQ)" | ||
}, | ||
"schema": "double" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:gas:iaq_tvoh;1", | ||
"@type": [ | ||
"Telemetry" | ||
], | ||
"name": "iaq_tvoh", | ||
"displayName": { | ||
"en": "IAQ-TVOC" | ||
}, | ||
"description": { | ||
"en": "IAQ-TVOC" | ||
}, | ||
"schema": "double" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:gas:iaq_etoh;1", | ||
"@type": [ | ||
"Telemetry" | ||
], | ||
"name": "iaq_etoh", | ||
"displayName": { | ||
"en": "IAQ-ETOH" | ||
}, | ||
"description": { | ||
"en": "IAQ-ETOH" | ||
}, | ||
"schema": "double" | ||
}, | ||
{ | ||
"@id": "dtmi:renesas:RX:CKRX65N:gas:iaq_eco2;1", | ||
"@type": [ | ||
"Telemetry" | ||
], | ||
"name": "iaq_eco2", | ||
"displayName": { | ||
"en": "IAQ-ECO2" | ||
}, | ||
"description": { | ||
"en": "IAQ-ECO2" | ||
}, | ||
"schema": "double" | ||
} | ||
] | ||
} |
Oops, something went wrong.