Skip to content

Commit eba4269

Browse files
Update content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md
Co-authored-by: Josefine Hansson <[email protected]>
1 parent 3dad783 commit eba4269

File tree

1 file changed

+2
-1
lines changed
  • content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual

1 file changed

+2
-1
lines changed

content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,8 @@ The example code shown above creates a Bluetooth® Low Energy service and charac
14361436
- In the `setup()` function, the code initializes the Nicla Voice board and sets up the Bluetooth® Low Energy service and characteristic; then, it begins advertising the defined Bluetooth® Low Energy service.
14371437
- A Bluetooth® Low Energy connection is constantly verified in the `loop()` function, being the build-in LED in red while looking for a connection. When a central device connects to the Nicla Voice, its built-in LED will change its color to blue. The code then enters into a loop that constantly reads the voltage level from an analog input and maps it to a percentage value between 0 and 100. The voltage level is printed to the Serial Monitor and transmitted to the central device over the defined Bluetooth® Low Energy characteristic.
14381438
1439-
You can use the [nRF Connect for Mobile](https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-mobile) app from Nordic Semiconductor® to test the functionality of the example code shown below. nRF Connect is a powerful tool that allows you to scan and explore Bluetooth Low Energy® devices and communicate with them.
1439+
You can use the [nRF Connect for Mobile](https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-mobile) app from Nordic Semiconductor to test the functionality of the example code shown below. nRF Connect is a powerful tool that allows you to scan and explore Bluetooth® Low Energy devices and communicate with them.
1440+
14401441
14411442
![Bluetooth® Low Energy service and characteristic information from a Nicla Voice device](assets/user-manual-bt.png)
14421443

0 commit comments

Comments
 (0)