Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...