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, ...
I went through the process of migrating a custom app from SDK 14.2.0 to SDK 15.0.0 running on nRF52840 dev board, and I am having mixed results when pairing through nRF Connect...
Hello,
I am trying to move the
err_code = ble_advdata_set(&advdata, NULL);
return err_code;
Looking the documentation the new functions to update the advertisment...
nrf52810,sdkV15.0.0
err code:
nrf_gzll_init(NRF_GZLL_MODE_HOST) ; nrf_gzll_enable();
An hardware error occurred when I called the function nrf_gzll_enable()。
but:...
Hi,
I am trying to insert the fatfs code example into my custom project. I already added all the files e dependences and when I call the fatfs_example function from main...
I use SDK15 and ble_app_uart_c example.
static void db_disc_handler(ble_db_discovery_evt_t * p_evt) { ble_nus_c_on_db_disc_evt(&m_ble_nus_c, p_evt); ble_ser_c_on_db_disc_evt...
Hey,
we want to change our product-bluetooth-chip for new products.
In the example the 16 Bit UUID overrides the byte 12 and 13 in the 128 bit ID. Where I could change...
Hello,
I am having interface nRF51 with RF receiver. Output of RF receiver connected with GPIO pin of nRF51.
How can I detect interrupt on gpio pin?
Thanks & Regards...
Hi,
I'm using Secure_Bootloader example of SDK 15.0.0 and I can't get the Logger module to work. I set NRF_LOG_ENABLED to 1, increased memory regions in make file, so the...
Can the esb bugfix timer (currently TIMER_3) be set to another un-used timer without any side effects? I need to implement the async uart from SDK15 and it uses TIMER_3 and...
Is there a simple example which supports LESC Just Works for peripheral mode only? The lesc_multirole example seems a bit too much since that also supports central role. I...
I am sampling 3 sensors using the ADC peripheral, clocking it once every 15us to sample the 3 sensors (3us acquisition time + 2us processing = 5us per channel).
I use the...
hi,
How can i set Destination Address to a particular Mesh Node. so that all message reach that particular Node Only.Since provisioner can set address while provisioning...
how to use app of mesh to send message to node ?
I already got the source code from web: https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library .
1\ i have add three...
I would like to put a nrf51822 device into system sleep (not off) mode and wake it up (not reset) with a GPIO transition from high to low. I used SDK(nRF5_SDK_12.2.0_f012efa...