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!