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,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Using SDK 2.4.2
1) Is there a way to specify multiple MCUBoot keys in the same way they can be specified for NSIB? MCU Boot allows an array of keys, but it looks like zephyr...
We have a product created with the BMD350 from Ublox (formerly Rigado). It is based on the nRF52832. it uses SDK 12 and implements the Legacy DFU. Updating to a newer SDK...
We're working on a project that makes use of an nRF9151 and an nRF7000 for wifi scanning (specifically for location services). We are currently debating the usage of passive...
i have a trivially simple "bare-metal" (register-level) test case in which i setup GRTC as follows:
MODE.SYSCOUNTEREN = 1 TASKS.START = 1 TIMEOUT = 2
i also have the LFXTAL...
On a nrf5340/nrf7002 custom board, using NCS 2.9.0, I am trying to get a reliable https connection to different backend servers.
I'm having trouble with the TLS handshake...
I recently flashed a new application onto devices that has prevented any new application images from being swapped into the primary slot. Any new images are uploaded to the...
Hello,
I got the https://github.com/nrfconnect/sdk-edge-ai/tree/main/applications/ww_kws application running on the nRF54LM20 DK with the Axon NPU and it can correctly detect...
I found that CoAP requests unexpectedly block GPS positioning. So, the solution is to add a synchronization semaphore between them. I stopped the CoAP request while waiting...
Hi Team,
I am planning to implement a secure boot mechanism on the nRF5340 for one of our products and would like to ensure the design is robust, scalable, and production...
Hi
I am using nRF54L15DK, with SDK v3.2.2.
I want to implement an event log, persistent in Flash.
Initially I thought of using FCB, but I am running in to issues with...
Hi
I have custom nrf5340 based product, with an NFC interface for card emulation. I have managed to get this to work in raw APDU mode in NCS 2.9.0 (with selected cherry...
Symptoms
A GPIOTE event channel is configured to detect a rising edge on a GPIO input. Via PPI, the event drives a GPIO output low within a few hundred nanoseconds. The...
Hello all, I am following up on a related issue regarding mcuboots partitioning and image validation. ( link to previous MCUBoot QA forum ). I have devices out in the field...