how to use fsci with ble.xml

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to use fsci with ble.xml

794 Views
worldlu
Contributor I

how to use FSCI interface with qn908x dongle .

now I want use the qn908x in host to connecting with other BLE remote .

but the FSCI can't give me a detail function to do it ,

i use the test tool use BLE.xml to connect with qn908 dongle ,but can't get any information with it.

could anybody give any suggesting ?  

Labels (1)
0 Kudos
1 Reply

620 Views
ovidiu_usturoi
NXP Employee
NXP Employee

Hi,

An example of using the FSCI protocol is the ble_fsci_black_box. As a start point please consider Kinetis FSCI Host Application Programming Interface.pdf , chapter 9.8. BLE heart rate service use case. (sdk folder -> ..\docs\wireless\Thread/).

The python file contains an equivalent list of commands that can also be sent from TestTool ->CommandLine -> BLE xml commands set.

An example of accessing GAP commands from TestTool is below.

pastedImage_7.png

As a note, please consider that the FSCI  functionality is enabled by default on the following examples:

- ble_fsci_black_box

- otap_server - required for Over the air programming server implementation.

Regards,

Ovidiu

0 Kudos