I'm interested in zephyr to make the image file lighter. Have a any solution to update for BT DFU with signle bank? I wonder I can use single bank like Nordic Softdevice.
hi, i am using a cutom board based on nrf5340 mcu , so, while setting it up i am facing the problem in checking logs and led status.
i am uisng the nrf5340dk board to build...
Hi Nordic technical expert,
Can random numbers in broadcast intervals be cancelled or fixed? How to modify the software? Could there be other problems if random number times...
I added ring buffer and UART ASYNCH interface to asset_tracke_v2. I added CONFIG_RING_BUFFER = y, CONFIG_SERIAL = y and CONFIG_UART_ASYC_API = y to prj.conf file. The build...
Hi,
I am looking at setting up some of our team with the ability to flash our custom devices that contain various chips (nrf52, nrf53, nrf91). Assuming the SEGGER software...
Hello,
I have run the GATT throughput example to test the throughput for a long range. My test configuration is as below:
ATT MTU: 247
Data length: 27
Connection...
Team,
I am using nrf52810, sdk 17, sd112.
I have setup a write characteristics, to receive some long data ( 64 bytes)
// write char memset(&add_char_params, 0, sizeof...
I have an "Aqara Wireless Mini Switch" ( https://www.amazon.com/gp/product/B07D19YXND ) which identifies as a Xiaomi WXKG11LM. This button is designed to send semi-nonstandard...
I'm trying to receive an HTTP response of approximately 100KB using the nrf9160 modem. When the response size is small recv works fine. When response is large recv returns...
GReetings,
Having a hard time using nRF Connect v3.11.1 for Desktop freshly installed on a Windows based laptop (Windows 10 Family 21H2)
J-Link V7.58b was installed simultaneously...
Hi,
We are porting some of our old firmware from SDKs <= 17x to nRF Connect SDK.
We have not found a way to access several of the drivers, like pwm_nrfx.c and use functionality...
Hi,
I have a nRF9160DK and am trying to install the nRF Connect SDK and have run into troubles. First, I am unable to launch VS Code from the Toolchain Manager. I have seen...
Good morning!
I am testing an application on Visual Studio Code + nRF Connect. I have a crash:
<err> os: Faulting instruction address (r15/pc): 0x0002c064
How can...
I have code that looks something like this:
static void some_worker(struct k_work *work) { struct state *state = CONTAINER_OF(work, struct state, some_work); k_spinlock_key_t...
My DK is connected via USB to my PC.
Uptill tommorrow it was connected and today it is saying not connected.
How to fix this ? Not sure what happened.
See below:
Have been trying to run nRF9160 sample code, including LwM2M client, and at client (latest nRF9160 firmware 1.3.2, latest SDK and Link Monitor 2.0.1) but in LTE Link Monitor...
I am unable to properly erase UICR registers on network core.
flash_erase() function that I call before flash_write() doesn't take any effect.
Example: 1. Set UICR->CUSTOMER...
I have not been able to create a stable development environment in macOS Monterey using the automatic installation process.
In order to better understand and document the...
The MenuConfig page of SEGGER IDE (ncs1.9.1):
How should I configure this interface if I want to configure usb DFU and trigger upgrade mode via button: 1.boot_usb_dfu\Use...
I am trying to use the DTM example for nRF5340 DK (PCA10095). The example is located at "C:\v1.7.0\nrf\samples\bluetooth\direct_test_mode", but I am facing "NRF_RADIO_Type...
In general, what are the steps to adding a device using GPIO pins.
My thoughts are to physically connect my peripheral to the board and configure the device tree using an...
Hello Nordic Team,
I have a nRF52833 DK with me.
I am using nRF Connect SDK v1.8.0 and through that using Segger Embedded studio loaded the Light switch example to nRF52833...