Skip to main content
TWu.6
Associate II
August 27, 2021
Question

Which example code should I use?

  • August 27, 2021
  • 2 replies
  • 755 views

Hi Friend,

We have an old project using BlueNRG-1. The project is peripheral. Now, we want to modify it to a new project. The new project has a custom 128-bit uuid and two 16-bit uuids. Two 16-bit uuids are based on the above-mentioned 128-bit uuid. One uuid is for read data and the other is for write data. BLE chat or BLE Sensor Demo or BLE throughput\Server bidirectional or other examples. Which one is more suitable?

Thank you in advance.

This topic has been closed for replies.

2 replies

Winfred LU
ST Employee
August 30, 2021

Each one will be fine.

Possibly BLE chat is a better fit, which the server has one service and two characteristics (TX and RX).

TWu.6
TWu.6Author
Associate II
August 31, 2021

Hi Winfred,

Thank you very much.