1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00
RIOT/examples/nimble_gatt
2024-02-18 20:46:09 +01:00
..
main.c makefiles, treewide: Remove MCU variable 2024-02-18 20:46:09 +01:00
Makefile pkg/nimble/autoadv: prefix configurations with CONFIG_ 2022-04-25 08:43:51 +02:00
README.md examples/nimble_gatt: fix typos 2019-11-23 22:39:39 +01:00

NimBLE GATT Server Example

This example application configures and runs the NimBLE BLE stack as simple GATT server. It will provide two services, the built-in GAP and the built-in GATT service. The device will advertise itself by the name NimBLE on RIOT.

To interact with the BLE device running this example, use any BLE client that is able to discover and interact with GATT services. An easy way to get started is to use a smartphone (supporting at least BT 4.0) with Nordic's nRF Connect App.