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 working with the CRACEN peripheral on the nRF54L15 and I’m trying to understand the DMA User Tag field used in registers like `CRYPTMSTRDMA.FETCHTAG`.
The documentation...
Hello,
i'm working on a matter sensor on a nRF52840 Dongle and BME280.
The softaware is based on matter/temperature_sensor with config changes to support nRf52840 Dongle...
We are using the Nordic Semiconductor nRF7002-DK . In this board, both PS-Poll and No-PS-Poll power-saving modes are working as expected. However, when running in TWT (Target...
Hi,
we have a issue to find the right configuration to get the maximum throughput in a multiple connection scenario.
In our setup, we are using one central and three peripherals...
Dear Nordic,
We are performing current measurements on a nRF-9151 DK using the Power Profiler Kit II. The attached picture shows the 9151 and PPK-II connected. Notice that...
In the documentation, its suggested that the antenna should have a matching network between the WLCSP NRF52832 and the 50 ohm transmission line that looks like this:
...
Hi nordic:
What is the required voltage ripple range for the nrf52820 when powered at 3.3V, and what is the normal output voltage range for DEC6?
Best Regards!!
jer...
Hello, After receiving thingy91x scanned the QR code on the prototype board i get the following message
Connection failed.
The fingerprint you have provided is not recognized...
Hi Nordic Team,
Good week
We like to confirm a few technical details about the NFC-A tag interface on the nRF52840 :
What is the source of the 13.56 MHz carrier...
Hello,
I am trying to update a project from SDK v2.6.1 to v3.1.0 , but with the updated SDK my device is not able to connect to the network anymore:
I also made a temporary...
I am porting a ncs project from nrf52832 into nrf54l15
If want to reuse existing Log functions of system of zephyr, like supported by NVS, is there any way to do it?
Nordic...
In the first steps of this lesson, we create a new directory for our custom board called my_boards. In VScode, we then Create A New Board with the board name etc. and then...