I was asked by Nordic tech support to create a new ticket, because ticket number 357092 had become a long a winding thread.
I need a simple utility I can offer to an end...
Hello, we are using nRF Connect for Desktop with a nRF52840 USB dongle for our testing purposes. I found no feature for “Request MTU” (ATT MTU exchange), like it is available...
Hi,
I have two questions regarding the UART and SPI communication at high speed. I am using the UART and SPI to transfer data on nRF52832 and sdk 17.0. I connected an ADS1299...
1. nRF Connect SDK v1.9.1
2. Segger 5.68
3. sample name : multiple_adv_sets
I am developing through multiple_adv_sets.
I want to test by changing the uuid in uuid...
Hello
I have installed NRF Connect for Desktop in my system (64bit, i3 CPU). I want to debug my custom hardware using the nRF9160 Development Kit. I have connected the nRF9160...
We have a big application bigger than 500ko and we need a littlefs partition, so we end up with a mcuboot_secondary smaller than the mcuboot_primary (actually we put it to...
Hello, as stated in the Titel im trying to read Firmware Information, for Example the Firmware Version. I tried solving this by reading via Flashareas but no matter where...
Hi,
Datasheet says the sequence as mentioned below,
But the code given in the nordic playground does not follow the sequence mentioned in the datasheet, and the code...
Dear members, with success I implemented the time synchronization example from the nRF5 SDK guide. This example works perfect for a single master, but what if the master changes...
Hi Nordic:
How to use GZLL in nRF52833.
It is only has PCA10040 and PCA10056 In "gzll_ack_payload", but nRF52833 is PCA10100.
I try to use PCA10040 run in nRF52833,...
I start learning open thread in nrf connect SDK using nrf52833, it was pretty fun examples. Now I switch from using cli to send udp from/ to devices to implement it in the...
Hello everyone,
I'm having some issues working with the nRF Connect for VS Code extension in combination with the nrf_desktop application demo from the nRF Connect SDK....
Hello,
VSCode, i change NCS1.9.1 to v1.9.99,
restart computer,but got error:
OUTPUT can not use compilerPath“D:\Program\v1.9.1\toolchain\opt\bin\arm-none-eabi-gcc.exe...
Hello,
I am working with a TOF sensor, and in the init I need to upload some firmware through an I2C connection. It functions as intended when it is a smaller amount of...
Good morning.
I have an EVAL nRF52_DK PCA10040 V2.1.0 and connecting the EVAL to the PC through the USB cable no VCP and no CDC disc are recognized.
With an EVAL nRF52_DK...
So far we have been using nRF5 SDK v17.1, but we ended up using nRF connect SDK v1.9.1.
However, this compiles too slowly.
I modified main.c and it seems to compile everything...
Hello,
I tried to implement libuart in my code but i'm facing some problems i think it's because the legacy layer and the nrfx layer,it's configuiration problem as i think...