Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
I am working with the wisblock 4631 from rak, that contains an NRF52840. I am working with the Zephyr infrastructure and uploading code via the Nordic extension for VS Code...
Hello,
We have developed a custom System-on-Module based on the nRF9151 SiP and are ready to begin testing its NTN (Non-Terrestrial Network) capabilities.
Following the...
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...