EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
we are facing the following issue when using Android and trying to rebond with a previously bonded S110 peripheral:
Bonding the Android device with the S110 based...
We are looking to store a unique name and number in each device as it is provisioned from the factory, and are considering using the UICR. We are using something close to...
when i use the ble_adverting_start(BLE_ADV_MODE_FAST) it return error code : 8 it is from then APP_ERROR_CHECK(err_code) it can system abnormal. the error is from sd_ble_gap_adv_start...
I use PCA 10040 as a Central, and PCA 10028 as a peripheral. I want the central to connect and pair and bond with the peripheral.
I use S130 for PCA10028, s132 for PCA10040...
I have an application which uses the S132 softdevice and communicates with a DAC over I2C. The twi is in non-blocking mode. Furthermore, there is a significant delay between...
Hi All,
I'm busy exploring the ble_peripheral_uart example and ran into a couple of issues I don't fully understand. Upon flashing the S140 SoftDevice and application program...
Hello All
I am using Soft device 130 and SDK version 12.2.0 ..i am planing to make SPI camera Interface .
I referring SDK online document..there is no any API for slave...
Hello,
Is there any way to disable the "Enhanced Power Control" feature of the BLE standard? I am working with nRF51-DK in the connection mode and I need fixed transmit...
Hi, I am running the ble_app_uart example from nRF5_SDK_ 14.0.0 _3bcc1f7, and found that NRF_LOG_DEBUG () doesn't cause any log output.
Although I have set #define NRF_LOG_ENABLED...
We are running a nRF52832 with SD132.
We are attempting to update the soft device as part of our custom boot loader with the nrf_dfu_mbr_copy_sd.
It returns NRF_ERROR_INTERNAL...
Hi,
I found a bug in the PPI example in the nRF5 SDK v14.0.0 .
In "<SDK_ROOT>/examples/peripheral/ppi/main.c", the following function has an error:
static void timer2_init...
Hi! I'm using nrf52 DK as central and nrf52dk as a peripheral device. Connection interval 10ms. I want to send 10 samples each of 12 bytes every 10ms connection interval....