Bluetooth NCP Commander#

Bluetooth NCP Commander is a Simplicity Studio® 5 (SSv5) tool for sending BGAPI commands to an NCP target application during development.

Two versions of the tool are available in SSv5:

  • Bluetooth NCP Commander Standalone

  • Bluetooth NCP Commander

Project Configurator Tools tab with NCP Commander highlighted

For detailed information about using NCP Commander and developing Bluetooth NCP-Host applications, see AN1259: Using the Silicon Labs v3.x Bluetooth Stack in Network Co-Processor Mode.

Bluetooth NCP Commander Standalone#

The Standalone version is provided for customers who need to control an NCP device on custom hardware. The Standalone version can access the system COM ports that are not exposed in SSv5. Users who wish to work outside of the SSv5 environment can do so by copying the directory <SSv5-install>/developer/adapter_packs/ncp_commander.

The Standalone version cannot access parts over Ethernet, which the integrated SSv5 version can.

Bluetooth NCP Commander#

To open Bluetooth NCP Commander, make sure that the correct board is connected. If you are just getting started, build and flash a project based on Bluetooth - NCP.

In the Project Configurator COMPATIBLE TOOLS tab, click Launch on the Bluetooth NCP Commander card. In the Connection Manager dialog, select the target device and click CONNECT.

Connection Manager

Once the UART connection to the mainboard is established, an Interactive view opens, which you can use to issue BGAPI commands. Note that the connected device is shown in the lower right. You can change target devices without leaving Bluetooth NCP Commander by clicking that area. It will show "Disconnected" if not connected to any device. Check the log for the NCP target response and status messages.

You can also issue commands manually. For example, you can issue the 'system hello' command at any time to verify that communication between the host and the device is working. The Smart Console provides auto completion and documentation for the possible commands.

Smart Console showing autocomplete

NCP Commander provides a simple scripting feature. Create or import an existing script using the controls in the top right corner. You can use any BGAPI commands in the script, but it has no additional features, such as branching or error handling. Click Export to save the commands sent through the console to a file that can be imported back as a script.

Advertising#

To start advertising, click "+" next to "Advertise – Peripheral" to create an advertiser set.

Plus button used to create advertise sets

Select the desired advertising mode, create custom advertising packets if desired, and click Start.

Advertiser mode

When advertising, the NCP target example accepts Bluetooth connections. If you connect to a WSTK or with another central device (for example with your phone), you can see the events and commands on the log.

Log for a phone connection

GATT Database#

NCP commander supports creating a GATT database. To generate a basic GATT database, open the Local GATT view, and click Create Basic GATT. The following database is generated.

Local GATT database

Here you can add services and characteristics. You can also read out the local GATT database from the device.

Bluetooth mesh#

NCP Commander supports Bluetooth mesh features. You can issue Bluetooth mesh commands manually in the Smart Console, or use the interactive host provisioner feature to provision and configure mesh nodes and manage mesh networks, instead of using a Bluetooth mesh mobile application. To start using the host provisioner, select either Provision or Networks and Devices on the left menu, and click Initialize for Provision.

To provision devices, select Provision on the left menu, and click Start Scan in the right panel. The devices that are transmitting unprovisioned beacons are shown in the Discovered Devices section. Click Provision next to the device you want to provision.

Provisioning a device

To configure provisioned devices, select Networks and Devices on the left menu. Provisioned devices are shown in the Provisioned Devices section of the Settings tab. Click Configure to open a Mesh Node tab in which you can configure the device. In the Configurations section, you can configure Bluetooth mesh features and network settings. In the SIG Models section, click SIG Models to retrieve DCD from the device, and then you can configure the models.

Configuring a device

Before configuring devices, you may need to create application keys and groups. Application keys, groups and other network settings can be managed in the Settings tab of the Networks and Devices menu item.