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'm developing BLE code using the s140 + Nordic 52833 with nrf5 SDK. My flash contains the hex files for s140, the bootloader, and the app. I've encountered a strange issue...
Hello,
I am a junior developer currently working with the nRF52840. I have been developing and debugging successfully using the nRF52840 Evaluation Kit (DK) without any...
Hello, In the latest nRF Connect SDK 3.2. , I've been having a few "sysbuild/mcuboot/boards" folder layout issues with nRF54L15DK / nRF5340DK when using external device FLASH...
SDK v3.0.2 Toolchain 3.01
I'm beating my head against the wall for what should be a trivial matter. I need to use P2 for uart: RX is P2.00 TX is P2.02. No RTS CTS in use...
Hi
When running a project on the nRF54L15 using nRF Connect in VS Code, I often cannot connect to RTT. I select RTT in nRF Connect, but no output appears. If I retry multiple...
Hello,
I am able to reproduce this issue in a blank project where CONFIG_I2C=y and CONFIG_I2C_SHELL=y (and dependencies) are configured on an nRF54L15.
When I use P1...
On the device we're developing (small battery powered sensor tag, Thread Sleepy End Device usinc NCS v2.7.0), when trying to discover DNS services using the `otDnsClientBrowse...
We have the Nordic nRF54L15-DK PCA10156 0.9.3 2025.19
We use nRF Connect for Desktop v5.2.1 and Programmer v4.7.2 and connect by USB to our ASI_nRF54L_DK1 001057739416....
Does Nordic have any libraries or solutions for negotiating with a USB C charger and requesting 9VDC for example? Or do you recommend that I use a separate dedicated ASIC...
nrf5340 NCS 3.1.0
Hello, I am trying to improve boot time and here are some spikes and timings. What I have found out is that CryptoCell init (hw_cc3xx_init_internal) takes...
Dear Nordic Team,
I'm currently working on an application that uses ACL and ISO to transmit data between 2 devices. ACL is used for transmitting operations that are then...
Hello,
I am developing using nrf5340 and optimizing the Bluetooth throughput currently.
Although experiments go well, there are a few things I would like to know more...
The upcoming version of nrf_modem in nrfxlib (labelled v3.3.0-preview1 in the docs; sdk-nrfxlib git commit 6a51711ee4c4c3392a5da4f683e30901820f6b3f) has lost its define `NRF_MODEM_DECT_PHY_SHMEM_CTRL_SIZE...
Recently, I've been evaluating the I2S interface of the 52840 to read ADC data from the TLV320ADC6140 chip.
The TLV320ADC6140 datasheet states that the chip supports TDM...
Hello everyone,
I’m a student currently working on a university project related to BLE-based positioning using the nRF54L15 and Channel Sounding .
In the documentation...