Skip to content

Commit 88c95cb

Browse files
committed
doc: peripheral_lbs - Add images for the button examples
Peripheral_lbs sample: * A screenshot of how to enable notifications (or at least explain the icon: downward arrow with bottom line) * A screenshot of writing value (up arrow) + showing "Bool" selected NCSDK-35994 Signed-off-by: divya pillai <[email protected]>
1 parent b05ea3c commit 88c95cb

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed
130 KB
Loading
133 KB
Loading

samples/bluetooth/peripheral_lbs/README.rst

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,20 @@ After programming the sample to your dongle or development kit, one of the LEDs
152152
#. Connect to the device from the application.
153153
The device is advertising as ``Nordic_LBS``.
154154
The services of the connected device are shown.
155-
#. In **Nordic LED Button Service**, enable notifications for the **Button** characteristic.
155+
#. In **Nordic LED Button Service**, enable notifications for the **Button** characteristic, using the downward arrow icon.
156+
157+
.. figure:: /images/nRF Connect_enable_notify.png
158+
156159
#. Press **Button 1** on the device.
157160
#. Observe that notifications with the following values are displayed:
158161

159162
* ``Button released`` when **Button 1** is released.
160163
* ``Button pressed`` when **Button 1** is pressed.
161164

162-
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**.
165+
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**, using the up arrow icon.
166+
167+
.. figure:: /images/nRF Connect_write.png
168+
163169
Depending on the hardware platform, this produces results described in the table.
164170

165171
+------------------------+---------+----------------------------------------------+
@@ -188,14 +194,20 @@ After programming the sample to your dongle or development kit, one of the LEDs
188194
#. Connect to the device from the application.
189195
The device is advertising as ``Nordic_LBS``.
190196
The services of the connected device are shown.
191-
#. In **Nordic LED Button Service**, enable notifications for the **Button** characteristic.
197+
#. In **Nordic LED Button Service**, enable notifications for the **Button** characteristic, using the downward arrow icon.
198+
199+
.. figure:: /images/nRF Connect_enable_notify.png
200+
192201
#. Press **Button 0** on the device.
193202
#. Observe that notifications with the following values are displayed:
194203

195204
* ``Button released`` when **Button 0** is released.
196205
* ``Button pressed`` when **Button 0** is pressed.
197206

198-
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**.
207+
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**, using the up arrow icon.
208+
209+
.. figure:: /images/nRF Connect_write.png
210+
199211
Depending on the hardware platform, this produces results described in the table.
200212

201213
+------------------------+---------+----------------------------------------------+

0 commit comments

Comments
 (0)