|
1 | 1 | { |
2 | 2 | "name": "golioth", |
3 | 3 | "description": "Golioth Cloud platform, which includes a device SDK, example code, and Reference Designs", |
| 4 | + "avatar": "https://avatars.githubusercontent.com/u/58146410?s=48&v=4", |
4 | 5 | "apps": [ |
5 | 6 | { |
6 | 7 | "name": "reference-design-template", |
| 8 | + "repo": "https://github.com/golioth/reference-design-template", |
| 9 | + "docsUrl": "https://github.com/golioth/reference-design-template/blob/main/README.md", |
7 | 10 | "title": "The Golioth Reference Design template", |
8 | 11 | "description": "This starter project is a standalone application that includes databases (both stateful and time-based), Over-the-air update capabilities, settings service, remote procedure calls (RPCs)", |
9 | 12 | "kind": "template", |
10 | 13 | "tags": ["dfu","lte"], |
| 14 | + "avatar": "https://avatars.githubusercontent.com/u/58146410?s=48&v=4", |
11 | 15 | "releases": [ |
12 | 16 | { |
13 | 17 | "date": "2024-02-21T21:05:15Z", |
|
37 | 41 | }, |
38 | 42 | { |
39 | 43 | "name": "reference-design-can-asset-tracker", |
| 44 | + "repo": "https://github.com/golioth/reference-design-can-asset-tracker", |
| 45 | + "docsUrl": "https://github.com/golioth/reference-design-can-asset-tracker/blob/main/README.md", |
40 | 46 | "title": "CAN / OBD-II Asset Tracker Reference Design", |
41 | 47 | "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/](https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/), but includes all code required to pass messages received on a CAN bus back to the Cloud, as well as regular GPS readings. Over-the-air updates are built in.", |
42 | 48 | "kind": "template", |
|
53 | 59 | }, |
54 | 60 | { |
55 | 61 | "name": "reference-design-air-quality", |
| 62 | + "repo": "https://github.com/golioth/reference-design-air-quality", |
| 63 | + "docsUrl": "https://github.com/golioth/reference-design-air-quality/blob/main/README.md", |
56 | 64 | "title": "Air Quality Monitor Reference Design", |
57 | 65 | "description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk](https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk/), but includes all code required to monitor readings from connected air quality sensors and pass back to the Cloud. Includes remote procedure call to clean sensor, and Over-the-air updates are built in.", |
58 | 66 | "kind": "template", |
|
70 | 78 | { |
71 | 79 | "name": "reference-design-coldchain", |
72 | 80 | "title": "Cold Chain Asset Tracker Reference Design", |
| 81 | + "repo": "https://github.com/golioth/reference-design-coldchain", |
| 82 | + "docsUrl": "https://github.com/golioth/reference-design-coldchain/blob/main/README.md", |
73 | 83 | "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.", |
74 | 84 | "kind": "template", |
75 | 85 | "license": "Apache 2.0", |
|
85 | 95 | }, |
86 | 96 | { |
87 | 97 | "name": "reference-design-modbus-vibration-monitor", |
| 98 | + "repo": "https://github.com/golioth/reference-design-modbus-vibration-monitor", |
| 99 | + "docsUrl": "https://github.com/golioth/reference-design-modbus-vibration-monitor/blob/main/README.md", |
88 | 100 | "title": "Modbus Vibration Monitor Reference Design", |
89 | 101 | "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.", |
90 | 102 | "kind": "template", |
|
0 commit comments