I have an nRF54L15DK and a custom-designed nRF54L15 board. These two boards use different pins for peripherals. The NCS version used is v2.9.0. I compiled a Matter project...
Hi all,
I applied QSPI driver on NCS 2.4.0 with QSPI LCD panel and I encountered the problem.
The red area is the data I sent, but the blue area is not what I sent....
Hi,
I am trying to build an application using the nrf54L15-dk board and want to use the board as a controller. I run the application on the external host but got an error...
The scanner can be informed of the synchronization information as soon as it receives an ADV_EXT_IND PDU, and then it can later scan only AUX_SYNC_IND PDUs. at this point...
I'm working with the Matter Template example and creating a sensor monitoring device on the nRF52840 platform, and I'm developing on a Windows environment with SDK 2.9.0....
I am using the Zephyr SPI driver to control a WS2812 LED strip through the SPI interface. Since only the MOSI line is required for communication, I want to configure the SPI...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
Hi,
Regarding the source found in "Nordic/Source/ble*" etc (downloaded as part of the nrf518xx SDK
[*] How can I find out which revision/release-tag I'm using. Would...
My design may not connect to a client for most of its operational life but will need to be in advertizing mode whenever not connected. I want to specifiy the advertizing interval...
The nRF Utility app for Android does not support the Galaxy Note 3 yet. Probably because the phone has only been released for a few days so far.
Please add support for...
Hi all,
I am a new user to the BLE technology and to the Nordic's development tools/chips.
I use the nRF51822 development kit and the nRFgo Starter kit to develop a BLE...
In my current project, I have to develop a board with 2 mcu:
nRF51822
STM32F2/F4
The nRF51822 should running S110 SoftDevice and act as a kind of »over the air«...
Hi,
i am using the adc module to read 3 channels in an app_timer handler. I configure the adc each time i get into the handler to read the desired input and read it twice...
I am developing packet exchange process for betwween nRF51822 BLE to My MCU.
I modify to use nordic demo project.
It is place C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001...
Hi,
I created firmware to nRF51822 Development Kit but I have a problem with connection. PCA10004 board is programmed to advertising packets whole the time and measure battery...
Hi ,
We are using nordic nrf51822 custom board.
In our we are not using any external oscillator.
so here is my configuration for advertisement in ble_proximity
...
Hello,
I have posted a question regarding the HID template code for the nrf8001. I would like to say that the progress from your help has helped immensely.
Currently...
I am having an interesting issue trying to send packets. Only a very small number are being received (~1 per second even when transmitting one after another), and they are...
I want to use a UICR for device serial number. Correct me if I am wrong but it is my understanding that a UICR cannot be changed programmatically like onboard flash can. So...