If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
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...