mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b5dacb6534
Extend this application with 2 custom BLE characteristics. One is read-only and returns a string including a random number and the second one is writable. In addition, two characteristics for device information were added (model and manufacturer). Access to the characteristics produces output on the terminal. |
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
README.md |
NimBLE GATT Server Example
This example application configures and runs the NimBLE BLE stack as simple GATT
server. It will provide two services, the build-in GAP and the build-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.