Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Thingy91I: Is there a sample project accessing the environmental sensor (BME688) ?
If not, perhaps a project to access a device via I2C by the nrf5340 SIP.
A related question...
I am trying to use the HTTPS_Client example but I am struggling to get it working. It returns 200 unmodified, which makes me think everything is working in terms of the board...
Hi, I’m trying to provision a P‑256 key pair into the KMU at runtime on an nRF54L15 (SDK v2.9.1) but psa_generate_key consistently returns PSA_ERROR_NOT_SUPPORTED, even when...
Hi,
In our project, we are planning to use the nRF9160 for both LTE-M and Wi-Fi. Thus, we have connected the nRF9160-DK to the nRF7002-EK in the developing phase as we read...
Hello,
As the LE Audio controller for nRF5340 library is deprecated in favor of the Nordic Semiconductor’s standard Softdevice Controller. We have started to use the Softdevice...
I am using the nrf54l15-dk. I had a look at the datasheet and it shows that a watchdog reset does not reset the GRTC. On my code, I tested that and I see that GRTC resets...
Issue: It appears that whether or not TLS is used by an MQTT client MUST be configured at compile-time. An application with the Kconfig symbols enabled to allow TLS to be...
Hi Nordic S .team,
Could you please help me analyze the following inconsistencies, and also provide the requested documentation?
I’m trying to interpret the AuTerm messages...
Hi Nordic Team,
I am working on matter-based product development using nRF54L15 and looking for machine learning support for the same SoC. Can you please confirm if machine...
Hi
I tried to find this file in the SDK folder and it does not exist. I do have it enabled in the stock sdk_config.h
mike@slavebox armgcc % find /Applications/nRF5_SDK_17...
Dear Nordic team,
i am stilll struggeling with the GPIO set-up in system off mode. It seems, that both GPIO_INT_EDGE_TO_ACTIVE and GPIO_INT_LEVEL_ACTIVE are working fine...
I am getting started with the nrf52840 dk, and I am unable to clear the flash with the Quick start . Here are my logs: 2025-09-24T02:11:29.285Z INFO Initialising the bundled...
Hello,
I'm trying to connect an SPI device on the nRF54L15-DK kit. The Nordic support page says it needs to be configured using the board configurator , as seen in the screenshot...
Hello,
I would like to ask if it is possible to upload a program to nrf7002_DK where it will be possible to select Wi-Fi STA or AP mode? I tried to connect it, but the compilation...
So I have a timer interrupt setup which triggers every 1ms in the interrupt I give the semaphore with The interrupt triggers correctly as seen from logic analyzer this should...