I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Dear Nordic,
I got some AT commands here <https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/production_test/xrftest_tx_set.html> to know that...
Hello Nordic Team,
I am currently working on OTA using Sysbuild configuration on the nRF52833 with the nRF Connect SDK .
In this configuration, I enabled overwrite-only...
I'd really like to be able to set the path to nrfuitl in the extension so I do not have to put int on my system path, but rather keep it contained in my project.
Use Case: We are developing a Bluetooth Mesh people-counter on the nRF52840 DK .
Primary: Mesh network for publishing/receiving sensor data.
Secondary: Custom...
Hi,
it seams, that MBED DTLS implementation in nRF9160 firmware v1.3.1 is not compiled with Extended Master Secret Extension https://datatracker.ietf.org/doc/html/rfc7627...
Hi,
Is NTN available on nrf9151 A0A version silicon?
I am struggling to get our device configured for NTN communications with SatelIot and Skylo.
Does the version...
I'm trying to establish an SPI connection, but I'm not getting any signal when measuring the pins with an oscilloscope. This is my devicetree;
& spi00 {
compatible ...
I am creating a bluetooth mesh using nrf54L15 and would like to make use of public key OOB as a means of whitelisting devices (so only my devices can join the mesh). The idea...
Hi everyone,
I'm trying to generate SBOM from the code based on nRF SDK v17.1.0. I noticed that SBOM feature was only supported with NRF Connect SDK. I did search for...
Hi, I have been having some trouble lately using an SD card together with a LoRa radio. I am using separate SPI instances for LoRa and the SD card (SPI1 and SPI2). However...
I have an NRF5340 running the B0 secure bootloader and dual S0,S1 bootloaders along with my app image.
During flashing, the image was not fully flashed and resulted in a...
Hi Nordic team,
I’m seeing a strange runtime behavior related to RTT connection state.
Issue summary
When I connect to RTT (Segger/J-Link RTT viewer), image rendering...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...