When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi,
1. It was measured that SWD0_SELECT needs to be connected to VDD to program the external nRF54L15 2. Will the document or the program be modified here to make it consistent...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hi Team,
I am using nRF52832 to implement smart watch product and it is now close to PP stage.
Currently our product testing engineer found that in a relative noisy environment...
HI. I used a translator.
I want to control the mouse and keyboard using HID with the nRF52840 PDK.
I found the HID example in SDK15 and compiled it
The Infocenter...
Hello,
The sd_softdevice_enable never returns, how can I investigate please ?
With my Jlink probe, it's look halted at address 0x000008CC.
Configuration:
SDK 15...
I''m trying to run a piece of PERIPHERAL example code running on a nrf51422 devboard
I'm using sdk 8.0 and the example's relative path is:
>nRF51_SDK_8.1.0_b6ed55f\examples...
Hi, We have a BMD300 nRF52832 acting as a BLE peripheral connecting to up to 8 phones acting as BLE central devices. We started noticing that we are getting BLE_GAP_EVT_DISCONNECTED...
Hi,
Just a small question. In the SDK 15 documentation for the Experimental: GATT Module documentation, could it be that the following sentence "The default value that the...
I can't work arround error 133 on Samsung S7. After several test I found that it's related to long advertising intervals. I've test it on nRF52 DK and nRF51DK. I've test it...
Hi, I'm migraing our project to the latest NRF5 SDK v15.0.0 (S132 v6.0.0). We were previously on v12.2.0 (S132 v3.0.0) using the BLE DFU Bootloader. I've modified our bootloader...
Hello.
I try to modify ligh_switch_demo to switch state of 4 servers. I prepared 4 custom boards (server), one client and one provisioner. Provisioning was successful. I...
Dear All,
I am using "Scheduler" module as mentioned in this tutorial Scheduler Tutorial .
I have one question. My scheduler tasks are using some SD functions which require...
Hi!
This is a general question about the Bluetooth Mesh standard and a request for some hints to your implementation.
Scenario: Say you have a remote control device...
Hi
I'm really excited about Bluetooth 5 and Mesh Networking, but I'm not sure what DK to get.
I want to make Sensor Network for Building Automation. So I can read every...
I'd like to add some application-specific data for each peer that the Peer Manager handles. I've looked at pm_peer_data_app_store(), which uses pm_peer_data_store(). However...