All Projects → NordicSemiconductor → Nrf5 Sdk For Mesh

NordicSemiconductor / Nrf5 Sdk For Mesh

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

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Nrf5 Sdk For Mesh

Qv2ray
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
Stars: ✭ 12,886 (+11405.36%)
Mutual labels:  cmake
Python cpp example
An example of a hybrid python/C++ package with unit tests
Stars: ✭ 107 (-4.46%)
Mutual labels:  cmake
Kepka
Unofficial Telegram Desktop messaging app
Stars: ✭ 109 (-2.68%)
Mutual labels:  cmake
Covise
Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
Stars: ✭ 101 (-9.82%)
Mutual labels:  cmake
Cmakepchcompiler
CMake precompiled header support via custom PCH compiler extension
Stars: ✭ 105 (-6.25%)
Mutual labels:  cmake
Buildcache
A build cache
Stars: ✭ 107 (-4.46%)
Mutual labels:  cmake
Gr Paint
An OFDM Spectrum Painter for GNU Radio
Stars: ✭ 99 (-11.61%)
Mutual labels:  cmake
Mybot ws
URDF model for Gazebo integrated with ROS
Stars: ✭ 111 (-0.89%)
Mutual labels:  cmake
Corrosion
Marrying Rust and CMake - Easy Rust and C/C++ Integration!
Stars: ✭ 106 (-5.36%)
Mutual labels:  cmake
Moderncppci
This is an example of doing a Modern C++ project with CI
Stars: ✭ 109 (-2.68%)
Mutual labels:  cmake
Cmake Example Library
How to install a library with cmake
Stars: ✭ 101 (-9.82%)
Mutual labels:  cmake
Sh3redux
SILENT HILL 3 Engine Remake in OpenGL and C++
Stars: ✭ 105 (-6.25%)
Mutual labels:  cmake
Opengl Examples
Modern OpenGL (fixed pipeline free) examples based on http://open.gl
Stars: ✭ 108 (-3.57%)
Mutual labels:  cmake
Vfxcmake
Cmake Find modules for common vfx software, and general Cmake utility code
Stars: ✭ 100 (-10.71%)
Mutual labels:  cmake
Kicad Doc
KiCad new documentation repository [moved to https://gitlab.com/kicad]
Stars: ✭ 110 (-1.79%)
Mutual labels:  cmake
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+8931.25%)
Mutual labels:  cmake
Sdl2 Cmake Modules
Modern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixer and SDL2_gfx. (Targets: SDL2::Core, SDL2::Main, SDL2::Image, SDL2::TTF, SDL2::Net, SDL2::Mixer and SDL2::GFX). Mirror of https://gitlab.com/aminosbh/sdl2-cmake-modules
Stars: ✭ 108 (-3.57%)
Mutual labels:  cmake
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-0.89%)
Mutual labels:  cmake
Vrt
🔅 Ray tracing library for Vulkan API (indev)
Stars: ✭ 111 (-0.89%)
Mutual labels:  cmake
Kcp Bulild
Unity3D中可靠UDP网络库kcp的各平台动态库构建项目
Stars: ✭ 109 (-2.68%)
Mutual labels:  cmake

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].