Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
we have made our fist device with a custom Service with 5 characteristics. And now we have a strange problem which I was not able to debug to find a solution.
We...
Hello,
if I call this code all works:
if I call following code only ZB_ZCL_ON_OFF_SEND_ON_REQ take effect on target
I'm simply swap the call order, where's the error...
Good morning everyone,
I saw this question asked a few times, but no conversation was actually fixing the issue.
I am developing a product where I want the pairing to...
This seems to have changed in recent SDKs, so that none of the examples or techniques mentioned in previous posts is relevant any more.
I am using the SDK v16.0.0 ble_app_blinky_c_pca10040_s132...
When I carefully follow the instructions at https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/thread_ot_libraries_building.html , I am missing some of the openthread libraries...
Hello.
I just started using nRF52840-DK board with SEGGER Embedded Studio and I'm trying to use it to save data in a micro SD through an adapter. I tested it with the Fatfs...
SDK15, nRF52832, S132
I notice that after about 30-50 bond and delete cycles peripherial to central, central doesn't want to bond. Before it bond and after that delete bond...
Hi there, I am working on controlling the nRF Mesh device (nRF52840-DK) via the bluez version of 5.52 (meshctl). I try to connect to Nordic nRF52840-DK (example <nrf5_SDK_for_Mesh_3...
Good morning,
Is it always required to use Segger J-Link in order to flash Bootloader, Softdevice and Application to a new device?
Could you summarize the different possibilities...
I have an application where I will require an external antenna as our product sits in a metal enclosure.
The example NRF91 DK development board shows a UFL connector (which...
Hi
I want to know the address of the memory used by FDS.
I set the following
I think , this setting uses 3 pages.
However, there are tags at 0x2D000 and 0x2E000...
We have a problem that we are struggling to solve. We have written an application for the Nordic Semiconductor nRF52832 which uses a proprietory radio protocol. This protocol...
Hello,
I have a question about a certain issue that came up during developing a 3 transmitter, 1 receiver setup.
So the basic setup is that the transmitters are sending...
Hi,
I am trying to compile using cmake, all the components[Softdevice, Freertos, Drivers] are built as static libraries.
Using SEGGER Embedded Studio projects compiles...
Hello I am trying to add OTA update functionality to my device which is running the nrf52810 micro with the s113 softdevice. Currently I am trying to convert the PCA10040e...