Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two new Golioth reference designs to the SDK add-on index #55

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 36 additions & 4 deletions index/golioth.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"releases": [
{
"date": "2024-02-21T21:05:15Z",
"name": "Release template_v2.0.0",
"name": "Reference Design Template v2.0.0",
"tag": "template_v2.0.0",
"sdk": "v2.5.1"
},
{
"date": "2023-11-08T19:48:02Z",
"name": "Release template_v1.2.0",
"name": "Reference Design Template v1.2.0",
"tag": "template_v1.2.0",
"sdk": "v2.5.0"
},
{
"date": "2023-08-18T19:37:19Z",
"name": "Release 1.1.0",
"name": "Reference Design Template v1.1.0",
"tag": "template_v1.1.0",
"sdk": "v2.4.1"
},
{
"date": "2023-07-14T20:37:49Z",
"name": "template_v1.0.1",
"name": "Reference Design Template v1.0.1",
"tag": "template_v1.0.1",
"sdk": "v2.3.0"
}
Expand Down Expand Up @@ -66,6 +66,38 @@
"sdk": "v2.4.1"
}
]
},
{
"name": "reference-design-coldchain",
"title": "Cold Chain Asset Tracker Reference Design",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/cold-chain-tracker/](https://projects.golioth.io/reference-designs/cold-chain-tracker/), but includes all code required to monitor weather sensor (temperature) readings and pass back to the Cloud, as well as regular GPS readings. Configurable online/offline updates rates using settings subsystem. Over-the-air updates are built in.",
"kind": "template",
"license": "Apache 2.0",
"tags": ["dfu","lte"],
"releases": [
{
"date": "2024-02-21T21:05:15Z",
"name": "Cold Chain Monitor RD v2.0.0",
"tag": "template_v2.0.0",
"sdk": "v2.5.1"
}
]
},
{
"name": "reference-design-modbus-vibration-monitor",
"title": "Modbus Vibration Monitor Reference Design",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/modbus-vibration-monitor/guide-nrf9160-dk](https://projects.golioth.io/reference-designs/modbus-vibration-monitor/guide-nrf9160-dk), but includes all code required to communicate over RS-485 to a Modbus server (sensor) and pass back to the Cloud. Over-the-air updates are built in.",
"kind": "template",
"license": "Apache 2.0",
"tags": ["dfu","lte"],
"releases": [
{
"date": "2024-02-21T21:05:15Z",
"name": "Modbus Vibration Monitor RD v2.0.0",
"tag": "template_v2.0.0",
"sdk": "v2.5.1"
}
]
}
]
}