Hi,
Can anyone tell me how to install nRF51 IoT SDK on visual GDB ?
Thanks , Anuja
Hi,
Can anyone tell me how to install nRF51 IoT SDK on visual GDB ?
Thanks , Anuja
I do not think that is supported. It may be that you can implement support yourself (I think VisualGDB uses a set of XML files to the location of examples and libraries, but I do not have any detailed knowledge).
I do not think that is supported. It may be that you can implement support yourself (I think VisualGDB uses a set of XML files to the location of examples and libraries, but I do not have any detailed knowledge).
Hi,
Thank you for the answer. I did implement IoT SDK support on my own and I tried BLE advertizing mode. It works fine. But BLE scanning mode does not. SVCALL 'sd_ble_gap_scan_start' from ble_gap.h returns an error code 0x6. Could yoz help me with this error?
Thank you !
It is better if you open a new question in cases like this, as the question is not directly related to the original one. That said, error code 6 is NRF_ERROR_NOT_SUPPORTED
, which makes sense as the IoT SoftDevice SoftDevice support the peripheral role only. That means that you cannot do scanning with the IoT SoftDevice.
Hi, I had opened a new question regarding my query. Unfortunately no one replied there so I thought of asking you directly :) And it's bad to know that IoT softdevice doesn't support central mode. There are some SVCALLs given related to scanning procedure, like scan enable and scan disable. So I thought scanning is supported.
And, I wanted to ask if there is any user manual or guidelines are available for IoT softdevice?
Thank you for your support !