We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4635f0 commit 07f0ad0Copy full SHA for 07f0ad0
1 file changed
applications/gesture_recognition/README.rst
@@ -259,12 +259,14 @@ You can find raw datasets used for model training on the `training dataset`_ pag
259
.. code-block::
260
261
CONFIG_DATA_COLLECTION_MODE=y
262
+ CONFIG_BLE_MODE_NONE=y
263
-#. If you want to forward the same data over Bluetooth LE using `Nordic UART Service (NUS)`_, additionally enable:
264
+#. If you want to forward the same data over Bluetooth LE using `Nordic UART Service (NUS)`_, additionally switch from No BLE mode to NUS mode:
265
266
267
- CONFIG_DATA_COLLECTION_BLE_NUS=y
268
+ CONFIG_DATA_COLLECTION_MODE=y
269
+ CONFIG_BLE_MODE_NUS=y
270
271
In this mode, you must have an additional development kit running the `Nordic central UART sample`_ to receive the NUS data.
272
0 commit comments