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...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
I'm leveraging a fuel_gauge example to pass a version string as part of a Device Information Service. When viewed in Nrf Connect (desktop or mobile) only the first character...
Hi,
I tried to build and flash the binary of NRF WiFi Course Example L2 E3.
There was no build and flash error. But there is no logs on both UART terminal.
My setup...
Hi Nordic Support Team, I'm experiencing severe memory constraints with the AWS Io T Core example on the nRF 7002DK (nRF 5340) that make it impract ical for real-world applications...
Hi, we are using the nrf_cloud_fota_poll library with CoAP to interface the nRF Cloud for FOTA updates for nrf9160.
In lossy mobile network with bad reception, the FOTA...
Hi,
Developing with nRF54L15-DK on Zephyr RTOS, our team concerned about nRF54L15 DK board maximum advertising range.
Is there any Bluetooth performance report to show...
Hi Support Team
Customer's end product needs to test in MRI when the product is completely powered off. Customer concerns that the following three components will be infected...
I am trying to update an nRF52 through the DFU protocol from an esb firmware without softdevice to a bluetooth firmware with softdevice included.
I am updating the device...
Hi
Recently my devices started having issues with nrf cloud fota over REST, when checking for FOTA I'm getting error 500.
This started on morning 05.11.2025, all devices...
Hi,
We have a product based on nrf52 that was build on nrf5 SDK. We want to develop new product that will be based on nrf91+nrf52. We obviously will use NCS for this one...
Hi,
Quick question about the serial_modem application ( https://github.com/nrfconnect/ncs-serial-modem ), and specifically about the native TLS support.
This was recently...
I have a project based on NCS 2.8 and using toolchain 2.8. In order to use claude code, I have setup a WSL container which includes a python venv. I'm able to build in the...
nRF Connect for VS Code v2025.8.654+ on Ubuntu 24.04, always shows a false warning that the shell config overwrites ZEPHYR_BASE when a terminal window is open. The variable...
Hi,
I’m using the nRF5340 for a beacon development project in VS Code with nRF Connect SDK v3.1.1 .
However, I’m facing the following error during initialization:
Starting...
Hi!
I am testing the nRF54L15-DK with 2.9.0 SDK and have some questions:
1. MX25R64: - why is it used in 1-bit (spi) and not 4-bit (qspi) mode? - OTOH this setup saves...
Hello,
I have problem with configuration.
My project is based on the project: GitHub - nordic-auko/nRF5-ble-timesync-demo: nRF52 clock synchronization demo code . Timesync...