Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nordicsemiconductor/nrf5-sdk-for-mesh

This repo is a "Release" clone of the zip files available @
https://github.com/nordicsemiconductor/nrf5-sdk-for-mesh

cmake nrf5-sdk

Last synced: 3 days ago
JSON representation

This repo is a "Release" clone of the zip files available @

Awesome Lists containing this project

README

        

# Welcome to nRF5 SDK for Mesh

The nRF5 SDK for Mesh is Nordic Semiconductor's implementation of the Bluetooth mesh. It allows
applications to use the features provided by the Bluetooth mesh when running on Nordic's
nRF5 Series chips.

This GitHub repository contains all the files from the official release zip package. It is provided for reference only, so that you can familiarize yourself with the repository structure and contents.

For detailed and structured documentation, see the nRF5 SDK for Mesh documentation website.
There is no off-line documentation available for nRF5 SDK for Mesh, but you can build the documentation locally after downloading the package.

## Repository structure

The nRF5 SDK for Mesh repository is organized as follows:
- `bin` contains prebuilt binaries of all examples.
- `CMake` contains CMake setup files and utility functions.
- `doc` contains the main documentation and configuration files for Doxygen generation.
- Main documentation refers to Getting started, Introduction, Libraries, and Migration guide sections available on the Mesh documentation website.
- `examples` contains example applications using the Bluetooth mesh stack and supporting modules.
- Each example contains its own readme file. This documentation is grouped in the **Examples** section on the Mesh documentation website.
- `external` contains external dependencies used by the Bluetooth mesh stack and examples (App timer, uECC, Segger RTT, SDK fix, and the SoftDevice).
- `mesh` contains the source code and unit tests for the Bluetooth mesh stack.
- `models` contains the source code for various models.
- You can find more information about the Simple OnOff model in `models/vendor/` and in **Getting started > Creating new models** page on the nRF5 SDK for Mesh documentation website.
- `scripts` contains useful scripts, such as a parser and communication script for the serial interface provided by the mesh stack.
- You can fing more information about the Interactive PyACI script in the **Libraries > Serial interface library** section on the nRF5 SDK for Mesh documentation website.
- `tools` contains tools useful for development.

## Reporting issues

We appreciate all bug reports and fixes. Please report all issues on
DevZone and someone from
technical support will ensure they are tracked internally. Currently, we do not have a system in place
for integrating fixes through the public GitHub mirror. For this reason, we cannot accept any pull requests.