Hi,
I'm using SDK17.02 HID example on nRF52810.
When slow advertising have timeout, the current is about 6uA. BTW, I closed sleep_mode_enter() function.
But when I stop advertising manually during advertising, the current is over 400uA all the time.
Hi,
I'm using SDK17.02 HID example on nRF52810.
When slow advertising have timeout, the current is about 6uA. BTW, I closed sleep_mode_enter() function.
But when I stop advertising manually during advertising, the current is over 400uA all the time.
What api do you use to stop advertising? E.g. ble_advertising_start() with BLE_ADV_MODE_IDLE should stop advertising if you are using the ble_advertising module in your project.
Kenneth
What api do you use to stop advertising? E.g. ble_advertising_start() with BLE_ADV_MODE_IDLE should stop advertising if you are using the ble_advertising module in your project.
Kenneth
What api do you use to stop advertising?
I am using sd_ble_gap_adv_stop(m_advertising.adv_handle).
ble_advertising_start() with BLE_ADV_MODE_IDLE should stop advertising if you are using the ble_advertising module in your project.
Yes, when I using ble_advertising_start() the advertising will automatically stop if there is no connection, and the current will be very small. But before enter BLE_ADV_MODE_IDLE I want to stop advertising manually, then the current will be over 400uA.
Sorry, it seems like my measuring instrument have some problems...I'll check it.