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...
Hello.
I am testing UART connectivity using the nRF54L15DK.
After assigning pins to TX and RX, there were combinations that worked fine and combinations that didn't. There...
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 everyone,
I am wondering that, can i find auto-connect feature on nrf chips? Firstly, i should match chip & device i know but after that can they match?
Second...
FWLog (1)_formattedByTC.txt Hi,
I am sending data to one of the characteristics from nRF51 to the App(the problem happens in both iOS and Android).
This is what I am observing...
Is there any documentation on the advertising state machine ? This post :
devzone.nordicsemi.com/.../
mentions the state machine and how it progresses from fast, to...
Hi all,
I want to update my connection parameter as follow:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) //400 /**< Minimum acceptable connection interval...
Hi,
I'm doing a project using the Evalution kit.
I don't know why, but I can't go under 350 uA current comsumption in system on.
I did clear all pins,i did NRF_SPI0-...
HI:
i use SPI is ok when i set frequency = NRF_DRV_SPI_FREQ_1M,but SPI will work abnormal when i set frequency = NRF_DRV_SPI_FREQ_500K/NRF_DRV_SPI_FREQ_250K/NRF_DRV_SPI_FREQ_125K...
I am evaluating chips for a new project.
I am looking for a chip that can connect with Sony PS3, PS4 controller and most modern/recent cellular phones.
I am confused...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I tried to modify the twi_master_using_app_twi to work with adafruit ADS1015 as a slave. I ran into this problem. It seems that the init_transfer doesn't finish so the app_twi_perform...
What development kit should I buy? Is this the right one?
www.mouser.hk/.../
What software IDE to use?
Does Keil offer free version for limited code size? What...
trying to build a simple example in sdk 11 just to run it on the nrf52-dk
of course it is missing pieces, else life would be no fun, apparently...
oh, i don't know,...
Sorry for asking as not familiar with BT terminology and un-sure which fold means what, grateful pointer to example (in SDK or similar) that can run on the dev kit. That is...
What is "1 Mbps Bluetooth low energy mode" for nRF52832?
How was the spec. changed from my old year 2013 understanding that BLE is low speed for sensor, sending tens of...
I can read temp value by pulling flag but I Want to do that by interrupt
I added this code to my Keil but interrupt on temp didn't work.
I use Adc interrupt like this definition...
Hi,
We are using NRF51 and STM32F0 on our custom board and one of our customer's requirement is the ability to program both of these MCUs in the factory. They would like...