mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
…
|
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
btstack_config.h | ||
CMakeLists.txt | ||
env.sh | ||
prj.conf | ||
README.md | ||
sample.yaml |
Bluetooth: btstack
Overview
This sample demonstrates Bluetooth functionality utilizing btstack.
Requirements
- A board with Bluetooth LE support
Building and Running
first step needs only be done once. Step two every time.
1. Build environment preconditions
Follow the getting started guide till you can build samples. Then update 'env.sh' accordingly.
2. Prepare the build environmet
before beeing able to build this sample the environment needs to be prepared with:
source env.sh
3. Building samples
You can build using:
west build -b nrf52840dk_nrf52840
to change zephyr platform settings use:
west build -b nrf52840dk_nrf52840 -t menuconfig
to build a different example:
EXAMPLE=gatt_streamer_server west build -b nrf52840dk_nrf52840