Skip to content

Commit bde44cb

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 bde44cb

File tree

3 files changed

+20
-4
lines changed

3 files changed

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

samples/bluetooth/peripheral_lbs/README.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,22 @@ 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+
:scale: 50 %
159+
156160
#. Press **Button 1** on the device.
157161
#. Observe that notifications with the following values are displayed:
158162

159163
* ``Button released`` when **Button 1** is released.
160164
* ``Button pressed`` when **Button 1** is pressed.
161165

162-
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**.
166+
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**, using the up arrow icon.
167+
168+
.. figure:: /images/nrf_connect_write.png
169+
:scale: 50 %
170+
163171
Depending on the hardware platform, this produces results described in the table.
164172

165173
+------------------------+---------+----------------------------------------------+
@@ -188,14 +196,22 @@ After programming the sample to your dongle or development kit, one of the LEDs
188196
#. Connect to the device from the application.
189197
The device is advertising as ``Nordic_LBS``.
190198
The services of the connected device are shown.
191-
#. In **Nordic LED Button Service**, enable notifications for the **Button** characteristic.
199+
#. In **Nordic LED Button Service**, enable notifications for the **Button** characteristic, using the downward arrow icon.
200+
201+
.. figure:: /images/nrf_connect_enable_notify.png
202+
:scale: 50 %
203+
192204
#. Press **Button 0** on the device.
193205
#. Observe that notifications with the following values are displayed:
194206

195207
* ``Button released`` when **Button 0** is released.
196208
* ``Button pressed`` when **Button 0** is pressed.
197209

198-
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**.
210+
#. Write the following values to the LED characteristic in the **Nordic LED Button Service**, using the up arrow icon.
211+
212+
.. figure:: /images/nrf_connect_write.png
213+
:scale: 50 %
214+
199215
Depending on the hardware platform, this produces results described in the table.
200216

201217
+------------------------+---------+----------------------------------------------+

0 commit comments

Comments
 (0)