Giter Club home page Giter Club logo

asset-tracker-cloud-firmware-aws's Introduction

nRF Asset Tracker for AWS firmware

Build and Release @commitlint/config-conventional Nordic ClangFormat Zephyr compliance

This repository maintains an out-of-tree copy of the Asset Tracker v2 application to show how to use open-source tools for automating the creation of building HEX files, and continuously integrating the firmware against the cloud implementation of the nRF Asset Tracker for AWS.

The copy is regularly updated from source and kept in sync with the NCS release branches.

Memfault integration

Symbol files can be automatically uploaded to Memfault, so core dumps can be parsed.

In order for the GitHub action to upload the .elf file on every build, additional secrets need to be configured.

MEMFAULT_ORGANIZATION_TOKEN: the organization auth token can be accessed and managed by Administrators at Admin → Organization Auth Tokens in the Memfault UI.

MEMFAULT_ORGANIZATION_SLUG, MEMFAULT_PROJECT_SLUG, and MEMFAULT_PROJECT_KEY: You can retrieve the project settings from the settings page of the Memfault dashboard of your organization.

You can set the secrets through the GitHub UI.

Alternatively you can use the GitHub CLI:

gh secret set -a actions MEMFAULT_ORGANIZATION_TOKEN --body <your memfault project key>
gh secret set -a actions MEMFAULT_ORGANIZATION_SLUG --body <your organization slug>
gh secret set -a actions MEMFAULT_PROJECT_SLUG --body <your project slug>
gh secret set -a actions MEMFAULT_PROJECT_KEY --body <your project key>

ℹ️ Read the complete nRF Asset Tracker documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.