Hello,
we have produced 10 Boards with nRF9151. Unfortunately, 3 device shows a false behavior. We cannot connect over SWD an they have a larger power consumption (whole...
Hello Team,
I am trying to set configurations for FOTA. I refer smv_server sample code and the following document https://docs.nordicsemi.com/bundle/ncslatest/page/nrf/app_dev...
Hello, I am working on a project where we use MCUBoot.
Currently everything works fine, but now we wanted to introduce persistent storage of some key value pairs.
For...
Hello, I have a question about how to monitor Zigbee devices for dead or alive, especially end devices that sleep. I am currently developing a hub to control and retrieve...
Hello,
I am conducting a feasibility study on implementing Auracast capabilities using the nRF5340 Audio DK with nRF Connect SDK v2.9.0. My goal is to investigate the potential...
Hello,
We are using Raspberry Pi + NRF52840 as Borderrouter for Openthread using Radio Coprocessor design.
However we are facing stability issues on the RCP where it...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
Hi
I have a module of nrf 8001 and i am successfully communicating with nrf 8001 low energy bluetooth chip. I want to know is there any security feature defined in the...
Hi,
I'm trying to reduce as much as I can the BLE current consumption in advertise mode and unfortunately I can't go under 1.6 mA.
Can you please tell me what are the exact...
They're there for the nrf6310 board but not pca10000 or pca10001. Reasonably easy to recreate, but kind of wish I didn't have to! Also there is a warning about a typedef that...
Hello,
Is there anyone who has any example code for using L2CAP transfers instead of services? Something where the use of sd_ble_l2cap_tx() and the rx callback are used...
I'm having an issue with maintaining a stable connection with the master control panel on an android device. Using the PCA10000 I am able to get a stable connection with a...
I am writing a "about" page that will execute on the nRF51
I can include my compiler's version information using predefined preprocessor macros
I would like to include...
Dear nordic engineer:
I am working on a new project with nrf51822.now I face some issues as below:
open lightbule scanning for peripherals(see attachment).in scanning...
Hi all,
What exactly mean "DCDC converter operation controlled by the SoftDevice may interfere with radio function"? Are there increasing of causeless disconnections or...
I can't build in eclipse
see screen here
www.dropbox.com/.../Screenshot 2014-03-29 13.33.58.png
My include is setup without problem,
if I did not using retarget.c...
I am trying to setup the hrs sample with gcc (4.8.3) and Eclipse Kepler but althoug it compiles fine the editor is complaining about:
Symbol 'softdevice_evt_schedule' could...
I follow devzone.nordicsemi.com/.../can-nordic-please-document-how-to-debug-code-on-their-processors
and add retarget.c and
retarget_init();
printf("Start...\r\n");
to...
I am running 5.2 sdk's UART under experimenta\ble_app_uart,
I assume it works with www.nordicsemi.com/.../nRF-UART-2.0-for-Android-4.3
when Android app sends data to device...