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.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello everyone,
Currently we're trying to get the full WiFi stack working on nrf7002dk. We decided to look into the power consumption of the DK board itself as a point of...
The Nordic Thingy:91X board has a Nordic nmp1300 pmic device, but the samples do not support the board (a lot of time would be saved it they did);
https://docs.nordicsemi...
Hi Support Team
Does nRF5340 support UAC(USB Audio Class) protocol? We want to input audio to nRF5340 via I2S and PDM and then output the audio to a PC via USB. Can the...
I would like to save about 100KB of data in the on-board FLASH of the nRF9151 SiP. Can you point me to the memory map and how I can partition the space?
I would like to create either a receiver thread that only monitors incoming/MT data OR setup a callback function to receive all incoming messages. Does such a thing exists...
I am using a custom nRF52832 board with NCS v3.1.0 with the following BT configs:
# Enable Bluetooth CONFIG_BT=y CONFIG_BT_PERIPHERAL=y CONFIG_BT_GATT_CLIENT=y CONFIG_BT_DEVICE_NAME_DYNAMIC...
Hello,
im trying to install the credentials into my nrf9160 , the error i get is this one : Failed to obtain CSR from device.
How can i solve this issue? I have also...
I do step-by-step elements from https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-5-fota-over-bluetooth...
I am trying to implemented a mechanism for authenticated debug on NRF52840 on NCS 2.5.
My understanding from the product specification is that DAP protection is enabled...
HI,
The current SDK version I'm using is 3.0.0 for nrf54L15. I want to control the SPIM30 using DPPI, so I'm using the nrfx library to operate the SPIM30. The specific code...
Hi,
We are experiencing a weird issue on our custom boards which have a nrf9151 chip
We are using emnify sims and have experienced the following:
On some boards, when...
Currently designing around the nrf54h20 and wondering if Nordic has any recommendations for properly routing the USB D+ and D- traces.
D+ and D- are supposed to be routed...
First of all I am very new to all of this and have been reading up a lot on the topic.
I am trying to create a walkie-talkie like setup where 2 development kits will communicate...