Hi,
I am working on BLE on nRF52833dvk, am able to execute the sample example . I have one of the requirement, that I need to write the unit test cases for Bluetooth for...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
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...