Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

golioth/golioth-zephyr-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09e764b · Mar 27, 2024
Mar 27, 2024
Nov 10, 2021
Aug 26, 2022
Aug 3, 2023
Jul 7, 2023
Feb 9, 2024
Oct 19, 2023
Mar 27, 2024
Oct 25, 2023
Oct 23, 2023
Nov 5, 2021
Dec 7, 2021
Aug 3, 2023
Apr 29, 2022
Aug 8, 2022
Oct 31, 2023
May 10, 2022
Nov 8, 2021
Dec 7, 2021
Nov 6, 2023
Jun 30, 2023
Aug 26, 2021
Aug 2, 2022
Apr 27, 2023
Jan 27, 2021
Feb 1, 2024
Nov 6, 2023
Jun 30, 2023
Oct 26, 2023
Oct 23, 2023

Repository files navigation

DEPRECATED

This repository has been deprecated. Please use the Golioth Firmware SDK. There will be no further support or updates to this repository after July 31, 2024.


API documentation: https://zephyr-sdk-docs.golioth.io/

Getting Started

Using with Zephyr RTOS

Most platforms are already supported with mainline Zephyr RTOS. This repository can be added to any Zephyr based project as new west module. However, for making things simple, this repository can also serve as west manifest repo.

Using Golioth SDK as manifest repository

Execute this command to download this repository together with all dependencies:

west init -m https://github.com/golioth/golioth-zephyr-sdk.git --mf west-zephyr.yml
west update

Adding Golioth SDK to existing west project

Alternatively add following entry to west.yml file in manifest/projects subtree of existing west based project (e.g. Zephyr RTOS):

# Golioth repository.
- name: golioth
  path: modules/lib/golioth
  revision: main
  url: https://github.com/golioth/golioth-zephyr-sdk.git
  import: west-external.yml

and clone all repositories including that one by running:

west update

Follow Zephyr Getting Started for details on how to setup Zephyr based projects.

Using with nRF Connect SDK

Platforms like nRF9160 DK require nRF Connect SDK to make use of their distinct features, which is cellular network connectivity.

Using Golioth SDK as manifest repository

Execute this command to download this repository together with all dependencies:

west init -m https://github.com/golioth/golioth-zephyr-sdk.git --mf west-ncs.yml
west update

Follow nRF Connect SDK Getting Started for details on how to setup nRF Connect SDK based projects.

Sample applications

Golioth Services

Device matrix

This matrix gets updated on every release.

During release testing, all boards and services are verified using sample applications.

Device Service Last tested SDK version Last tested Golioth version
nRF91 Development Kit Authentication v0.8.0 v0.30.7
Logs v0.8.0
DFU v0.8.0
LightDB v0.8.0
LightDB Stream v0.8.0
ESP32-WROOM-32D Authentication v0.8.0 v0.30.7
Logs v0.8.0
DFU v0.8.0
LightDB v0.8.0
LightDB Stream v0.8.0
nRF52840 DK + ESP32-WROOM-32D Authentication v0.8.0 v0.30.7
Logs v0.8.0
DFU v0.8.0
LightDB v0.8.0
LightDB Stream v0.8.0
Settings v0.8.0
MIMXRT1060-EVKB Authentication v0.8.0 v0.30.7
Logs v0.8.0
DFU N/A
LightDB v0.8.0
LightDB Stream v0.8.0
Settings v0.8.0
QEMU x86 Authentication v0.8.0 v0.30.7
Logs v0.8.0
DFU Not supported
LightDB v0.8.0
LightDB Stream v0.8.0