Hi,
I'm trying to build nmea parser, so I have a functionc hecking all nmea sentences and trying to get double value, but I always go bad double value. For example here...
Hi,
With several nrf52840 based prototypes, I had serious problems. I could see them die after flasing them a few times. And this was not just one dying, it was all of them...
Is a common ground required when measuring current in current meter way?
Can externally supplied voltage exceed 5V? Will this cause inaccurate test results?
I'm working with nRF5340 and nRF Connect SDK 2.9.0, using sysbuild and Partition Manager for my project. I want to enable Zephyr's coredump feature and store dumps in internal...
How can I display the nrf serial terminal logs files on VS Code while keeping the same colors and text highlights for dbg , inf , wrn , etc., just like when viewing live logs...
Hello,
How can I put the nRF54L15 into continuous wave mode? And I assume after entering CW that I can freely change channels using the FREQUENCY register (0x708). Is that...
Connecting nrf21540 to a nrf52840. 840 GPIO default state is input, input buffer connected. One of the 840 GPIO pins is connected to the 540 PDN pin.
1) If the 840 gets...
Hi,
I'm trying to build nmea parser, so I have a functionc hecking all nmea sentences and trying to get double value, but I always go bad double value. For example here...
Hello everyone
I need help. I have a custom board that uses the nRF5340 microcontroller. I am using the Zephyr OS and nRF Connect SDK Toolchain v2.9.0. How do I update my...
I use the security mechanism dtls based on udp communication. Can I implement it on nrf52833? How much flash and ram should be occupied at least? Is there a suggested value...
Background : To set up a Matter ICD (Internet Connectivity Device) and Thread as a SSD (Sleepy End Device). Here are the detailed settings:
Currently, the Matter over...
I am using NCS 3.0.0 and I want to generate keys ... But the method I am using to generate keys is giving me this error Here is the code where it is returning error:
psa_set_key_usage_flags...
Hello Team,
I am currently working with the nRF52832 and using the nRF Connect SDK ( NCS) with toolchain version 2.9.1. I would like to interface the nRF21540 RF Front-...
fail to erase an nRF 5340 DK. Can't recognize the COM. But board is recognized as J-Link driver. Does anybody know why this happen? the log is as follows:
2025-06-16T07...
Hello
No reply so I am writing again. The LCD operates normally using the source as shown below.
https://github.com/Exboom/GC9A01_nRF52
However, the screen does not...
We are currently working on a project using Enhanced ShockBurst (ESB) and would like to enable Front-End Module (FEM) support with the nRF21540.
According to the Enhanced...
Due to production requirements, I need to obtain the device's QR code. However, I found that the QR code can only be retrieved using the code snippet below after calling Nrf...
when I try to build a code for integrating sensor in nRF 5340 dk, this error comes, I tried even after installing cmake manually from the cmake website https://cmake.org/...
Dear All,
I updated Toolchain and SDKs to last version v3.0.2 and I'm going to add build configuration as suggested here How to create and build an application .
My board...
Hi, I have issues configuring PSM together with RAI on my nRF9151-DK. I am trying to send UDP packet, wait for response and go to sleep for several minutes trying to consume...
I have set up the OTBR with a RPi 5 and an nRF 52840 DK as an RCP. The CLI device can join the thread network as a child, the OTBR as the leader.( https://www.youtube.com...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...