btstack/port/nrf5-zephyr
2016-11-10 21:54:29 +01:00
..
btstack_config.h
create_examples.py
flash_nrf51_pca10028.sh
flash_nrf52_pca10040.sh
integrate_btstack.sh nrf5-zephyr: use 0x0059 as manufacturer id, add flash scripts to hci-uart sample, provide random static address to host via hci read bd addr, use 115200 2016-11-10 21:54:29 +01:00
Kconfig
main.c nrf5-zephyr: use Random Static Address from FICR for Advertisements by default 2016-11-10 17:48:37 +01:00
Makefile
Makefile.ble
Makefile.gatt-service
Makefile.src nrf5-zephyr: use Random Static Address from FICR for Advertisements by default 2016-11-10 17:48:37 +01:00
net-Kconfig.patch
nrf5.conf
readme.md

Experimental port of BTstack to Zephyr running on Nordic nRF5 Series

Overview

This port targets the bare Nordic nRF5-Series chipsets with the BLE Link Layer provided by the Zephyr project.

Status

Working with nRF52 pca10040 dev board. Public BD ADDR is set to 11:22:33:44:55:66 since the default 00:00:00:00:00:00 is filtered by iOS.

Getting Started

To integrate BTstack into Zephyr, please move the BTstack project into the Zephyr root folder 'zephyr'.

Then integrate BTstack:

cd /path/to/zephy/btstack/port/nrf5-zephyr
./integrate_btstack.sh

Now, the BTstack examples can be build from the Zephyr examples folder in the same way as other examples, e.g.:

cd /path/to/zephyr/samples/btstack/le_counter
make

to build the le_counter example for the pca10040 dev kit using the ARM GCC compiler.

See nRF5 SDK documentation about how to install it.

All examples that provide a GATT Server use the GATT DB in the .gatt file. Therefore you need to run ./update_gatt_db.sh in the example folder after modifying the .gatt file.

This port does not support Data Sources aside from the HCI Controller.