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...
First of all I am very new to all of this and have been reading up a lot on the topic.
I am trying to create a walkie-talkie like setup where 2 development kits will communicate...
Hi, I am working on a graduate project about BLE mesh networks. I'm using nRF52840 CKAA 94 pin BGA package MCUs. For this project I need to compare several boards and each...
Dear nRF experts.
We are a module manufacturer. We discovered some issues during power consumption testing. We are currently using the nRF54L15 Dk board and PPK. We are...
Dear Staff,
I have a nrf52833dk application code which I have to "port" on the nrf5340dk. The code implements the following requirements:
Direction finding transmitter...
If an nRF52832 device and a smartphone are paired and only one of the peers deletes the pairing (bonding) information, an error may occur when reconnecting due to a mismatch...
Hi everybody. Can I ask for the details of this PCA64110 flex NFC antenna:
Q) Is this flex antenna using "Gold Fingers"? If so, what is the Gold Fingers Thickness?
Q...
I want to develop a mouse using nrf54l15 now, but I am confused by the macro definitions for Bluetooth. I can only understand the macro definitions for Index, which represents...
Our setup:
Board: nRF5340 DK
SDK: NCS v2.6.2
Microphone: MMICT5837-00-012
Interface: PDM
During mono audio capture over PDM, we observed a current draw of about...
Hello,
we are testing the NRF54L15 for a project that requires BLE 1M and PHY coded simultaneous scanning.
From my understanding, the BLE scanning feature of NRF54L15...
HI,
I am currently developing with nRF54L15 and SDK 3.0.0. I have encountered some issues: 1. Problems using the nrfx library in Zephyr I have defined the configuration...
We are integration the Onomondo softsim in our devices.
The precompiled libraries in the SoftSIM repository are compiled with floating point Soft ABI selected. See developer...
Hi there
I have started a project from the green field. After adding some threads and for some blinky examples, I want to enable bluetooth on my nrf5340dk. taking inspiration...