I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
I added a cmake configuration option to CMakeLists.txt, but sending a value through west build does not set the cmake option. Here is what I have done: CMakeLists.txt
The...
I am using an nRF52840 dongle as a sniffer to capture BLE packets in Wireshark. Recently, I’ve noticed that the captured files are approximately half the expected size, and...
Hello,
my nRF9151 DK appears to be damaged or has a power-path failure.
Current symptoms:
No LEDs light up
No J-Link is detected
No COM port appears
No mass...
I'm stuck implementing encrypted firmwares on the nrf5340, ncs 3.0.2., with NSIB and MCUBoot. I got signed DFU to work as described in Exercise 3 – DFU with external flash...
I noticed from the design guide that the voltage tolerance of capacitors C3 and C10 is 10V. Can I choose 6.3V for the voltage tolerance of these two capacitors? Will this...
I am developing an indoor positioning system using Bluetooth Channel Sounding (CS) on nRF Connect SDK v3.1.1 . My setup involves one Initiator and four Reflectors .
Implementation...
Hi Dev,
Development platform: NRF54L15 + NCS 3.2.3
We are facing an issue with ADC sampling. The code occasionally gets stuck/hangs inside the adc_read function. This...
Hello,
I am currently testing the Release Assistance Indication (RAI) feature on the nRF9151 (SMA-DK) in order to minimize power consumption after data transmission.
I...
Hello, I'm following BLE fundamentals course from Nordic Academy. İn Lesson 4 Exercise 3, with using Nordic UART service. We sent and receive data. However i'm having problem...
We are developing the nRF5340 for the Thingy91X based on Connectivity Bridge (NCS 3.2.4). I want to output logs from SWD and view them with RTT Viewer, but even when I call...
Hi everyone. I’m currently working on a custom board based on the nRF5340, but I’m unable to connect to the board when trying to flash it via the SWD interface using J-Link...
Hi all,
During the Bluetooth connection process, there is a small probability of the following phenomena occurring (both of which are the same firmware, with the similarity...
Hello DevZone team, I recently received a new nPM1300 Eval Kit (PCA10152, 1.3.0, 2025.19) and connected it the first time following the documentation ( docs.nordicsemi.com...
Hello,
We have a custom nRF54L15 board, that, when powered with 1.8V, shows a too high power consumption. 230uA in system on - low power mode, and 12uA in system off mode...
Hello Nordic Team,
I am working with the nRF9151 DK and exploring audio output using the TLV320DAC3100 DAC.
I see that I2C is clearly available in the DK schematic , but...