The nrf_cloud_multi_service sampe is running in to fatal error while trying to downolad A-GNSS data. The sample is configured to work with NB-IoT and CoAP.
Here is the log...
Hi,
I am currently trying to integrate a digital microphone with the I2S peripheral of nRF5340 audio DK. I am accessing the P10 header of the nRF board for the particular...
Hi,
I need to enable an input interrupt on nRF52832 and I want to use a GPIOTE EVENTS_IN channel.
During boot configuration, I'm using nrfx_gpiote_in_init function with...
Hello Nordic Support Team,
I have three queries to make.
Is it possible to force the channel in which the data transmission is happening using nRF52840 DK.
To explain...
Hello,
we are testing software with the nRF54L15 DK with the 3.0.2 SDK and toolchain.
When creating a board configuration we use:
nrf54l15dk/nrf54l15/cpuapp
optimize...
Hello!
I'm taking some performance metrics for encrypting data on my nRF52840 device and I was wondering if you might be able to help me. The goal is to see how long and...
Im tring to generate sbom in html or spdx format yousing west ncs-sbom -d build i got this error: package.name += '-' + package.version TypeError: unsupported operand type...
Hi guys,
I am a long term Nordic user since SDK12 and i know that Nordic does not support MbedOS by any means but maybe you could help me try and understand what needs to...
Hello,
I've a very strange problem with the nrf52838 chip in the ISP4520 ( https://www.insightsip.com/products/combo-smart-modules/isp4520 ).
The nrf52832 advertise...
Hi,
I need to sample ultrasonic signal with PDM microphone. I would like to use NRF52840 PDM module and configure it for sampling frequency of 96KHz. Is it possible? Also...
Hi,
I have used BMD301 BLE chip. I have connected one wifi chip "ESP02" with BMD301 chip via UART.
I am using nRF5_SDK_15.3.0_59ac345 for my ble application firmware...
Hi,
we have a nRF52 DK getting sensor values from a Sensor connected as SPI-Slave. Everytime there is a new Sensor Value (~20 ms) the sensor generates an Interrupt and pulls...
Hi,
While upmerging our project from SDK 15.3.0 to 17.0.0 we faced an issue in the sdc_handler due to usage of a NULL pointer.
In the case SDC_EVT_INIT if the p_event...
Hello,
I am experimenting with PWM for time, I have a setup where I am using three sensor which gives analogue output.
I am using a mux which has two control pins, so...
Hi all
I have just started doing some work with the nRF52840- DONGLE (and hence nRF52840-DK) and am new to Nordic devices, tools, BLE, etc.
Basically for my first application...
I'm attempting to increase the size of the TX Queue in an effort to increase notification performance.
I'm using nRF52840 with an S140 soft device. I use Segger Embedded...
Hi,
I have two nRF9160DKs and I noticed that the SHA-256 digest of the credentials looks very strange
Questions:
1, Why are the digest so repeating? I have installed...
I'm implementing the door lock cluster on the server side (the door lock device), and needs to send event commands to the client (door lock controller/gateway) . According...
Hi Team,
We are using the NRF52832 for our application and we have enabled the crypto libraries for that.
For,
1. AES-ECB,CFG,CBC modules we are using the "mbed TLS...