MNahad / sdk-zephyr

NCS downstream of https://github.com/zephyrproject-rtos/zephyr

Home Page:https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLE 5.1 support for 5.0 nRF hardware

This fork of nRF Connect's sdk-zephyr repository adds support for BLE 5.1 connectionless Angle of Arrival (AoA) RTLS beacons on non-5.1 compliant nRF hardware.

This is achieved by extending the Nordic BLE stack LLL's Periodic Advertising Extensions capability to include the addition of a Constant Tone Extension (CTE).

This CTE capability is implemented purely in software and therefore does not require 5.1-compliant hardware such as the nRF52833 or nRF5340.

It can run on BLE 5.0 hardware such as the nRF52840, and has been tested on the nRF52840 PCA10059 dongle.

Add BT_CTLR_DF_SOFTCTE as a Kconfig flag to enable.

This repository also contains a minimal beacon implementation that does not use the bluetooth stack, but rather only uses the nRF Radio, Clock and Timer peripherals. It transmits a simple pre-5.0 BLE packet which includes TX Power, and also transmits a CTE. Both of these can be used to test positioning and RTLS systems without the need for 5.1-compliant hardware.

The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with security in mind.

The Zephyr OS is based on a small-footprint kernel designed for use on resource-constrained systems: from simple embedded environmental sensors and LED wearables to sophisticated smart watches and IoT wireless gateways.

The Zephyr kernel supports multiple architectures, including ARM Cortex-M, Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of supported boards.

Getting Started

Welcome to Zephyr! See the Introduction to Zephyr for a high-level overview, and the documentation's Getting Started Guide to start developing.

Community Support

Community support is provided via mailing lists and Slack; see the Resources below for details.

Resources

Here's a quick summary of resources to help you find your way around:

About

NCS downstream of https://github.com/zephyrproject-rtos/zephyr

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/index.html

License:Apache License 2.0


Languages

Language:C 87.3%Language:Python 6.1%Language:CMake 2.6%Language:Assembly 1.3%Language:C++ 1.3%Language:Perl 0.8%Language:Shell 0.3%Language:Objective-C 0.2%Language:SmPL 0.1%Language:Verilog 0.0%Language:Tcl 0.0%Language:Pawn 0.0%Language:HTML 0.0%Language:Gherkin 0.0%Language:EmberScript 0.0%Language:Makefile 0.0%Language:VBA 0.0%Language:Haskell 0.0%Language:Batchfile 0.0%