Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

ser_s132_hci / HCI example - serialization example inquiry

Hi guys. I'm using nRF5 SDK v17.1.0 ser_s132_hci example with the PCA10040 board.

Q) Does the INFOCENTER not explain the serialization examples?

https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/examples.html

I don't see a README or an explanation about the ser_s132_hci example.

Q) ser_s132_hci example is about sending HCI commands (like HCI RESET, HCI DISCONNECT) via USB VCOM, right?

Since I can't find the README file, I wish to ask this to check whether I have understood correctly.

My plan is to create a Windows desktop Application that sends HCI commands to the nRF52, where the nRF52 will be a BLE peripheral.

Q) If this example is about sending HCI commands to configure the nRF52,

what is the HCI command to set the public or random static address?

In other words, is there a HCI command that is similar to the sd_ble_gap_addr_set()?

Thank you!

Parents Reply
  • Thank you Kenneth. In the meantime, similar to

    HCI_READ_BD_ADDR
    HCI_LE_SET_ADVERTISING_SET_RANDOM_ADDRESS

    is there a HCI command that is similar to the sd_ble_gap_addr_set() or sdc_hci_cmd_vs_zephyr_write_bd_addr?

    If possible, I only want to use HCI commands only.

    Since that SoftDevice Controller (sdc) function is a Vendor Specific (VS) HCI command,

    does this mean there is no "pure/SIG defined" HCI command for setting the PUBLIC address?

    Thank you!

Children
Related