Hi, when I am trying to set up channel sounding, I am looking for the best parameters for CS configuration. The main problem I have is that even with slow movement (1 km/h...
Dear sir,
I'm using the sample application "channel_sounding_ras_initiator" to performing the evaluation. Here are my test environment: - Developement kit: nRF45L151 - Tool...
Hello,
I previously used DECT NR+ modem firmware mfw-nr+_nrf91x1_1.0.2 on nRF9151 DK Development kit and moved on using the new modem firmware mfw-nr+_nrf91x1_1.1.0.
But...
Hello,
I’m having an issue with my setup: I have a nRF9160 running the bt/peripheral sample through a nRF52840 (running the hci_lpuart sample). It seems to work fine with...
Hello,
I am using nrf52840 MCU.
I am developing a product which have 2 I2C and 2 SPI interfaces. All the interfaces are on different pins.
I developed this thing with...
Hello all,
I am using the nrf52840 MCU and NCS v2.6.2 for my application development. Here I am using SPIM3. I am using a peripheral which have an internal FIFO. From...
The partition config for ZBOSS is set in different locations in NCS. For us this worked out magically in the past because the values that were written have been the same in...
I want to integrate nrfjprog.dll (or nrfjprog.exe) into my own windows APP, but I can't find the detailed document for usage of nrfjprog, could someone tell me where I can...
Hi everyone,
I recently was able to do firmware upgrade via Android phone( Link ). So once I programmed the device with a proper bootlader, I was able to always reflash...
I am having problems getting the memory protection to work.
I have not found a clear definition on how to configure the TEX,S,C & B bits for the various memory regions...
Hi,
From the doc : infocenter.nordicsemi.com/index.jsp , I found that the HF CLK is 64MHz. My custom board has 16MHz Xtal Clock. Will the softdevice work accurately, timing...
Hi,
i've a problem with the implementation of nrf_crypto.c, each function has already been defined according to the build output.
..\..\..\..\..\..\components\libraries...
My application uses SDK 11 and s130 on an nRF51822. In certain cases I want to delete all my bonds and go into sys off.
I presume that when I call pm_peers_delete() , that...
I am not clear on what is failing to open here. Anybody have any tips.
(This is on windows)
C:\projects\CB\app>nrfutil dfu ble -f -pkg _build/careband.zip -n test
Please...
Hi Nordic,
I am trying now to create a star network, in which the central node is master of different slave channels. The idea is to configure and open different independent...
Hello,
I'm using the ble_app_uart_c as an example for a Central application. After writing to a characteristic in a peripheral I expect a notification back from that node...
I have a main loop in my application like this:
while (true)
{
// Other calls left out here.
app_sched_execute();
err_code = sd_app_evt_wait();
APP_ERROR_CHECK...
Hello,
I am new to the nordic's controller. We are planning to evaluate the nRF51/52 for our IOT application need.
I am more interested to know the possibility to have...