Hi,
After some difficulty in obtaining the modem trace file, I'm here to have help about connectivity issue. I have a custom board build with an nRF9151, I use Onomondo...
Hi,
In one of our future hardware designs, we have a MPU (running LInux) connected to a Bluetooth SOC over a serial interface (uart/spi/...).
Our first approach was...
Hello everyone,
I'm working on an NRF54L15 DK evaluation board and I need to use NFCT pins as normal GPIOs. I found out here that I should define CONFIG_NFCT_PINS_AS_GPIOS...
Hi all I am new to Nordic world. I have received a nRF5340 audio dk board and would like to be able to get VS code to build the default sample code - I have tried in windows...
We are certifying our device at KIWA. they are testing the WLAN adaptivity and the test is failing. Here is the failure description:
" It was a struggle to perform the...
I would like to try the new nRF54H20 but I can’t find its development board. I found this page talking about it, but I can’t find where to buy it online. Has it not been released...
Hi,
I want to configure P2.06 of my custom board nrf54l15 as DI. I have added following configuration in .overlay file
And configured the pin as input as follows
...
I am considering build some of my own shields to interface with the nRF52DK for the 832 and 840. I am curious how I should use header P5 with the shield detect pin. Should...
Hello,
I am trying to implement my custom service with NUS. I have gone through almost all the solutions presented on this forum.
Observations:
The board does...
Hi,
I need to be able to change the GAP parameters of my connection for only a short period of time to save battery life but have high throughput when I need it. My firmware...
Our workshop is using custom PCBs for other manufacturer's developer kits, and I'd like to do a similar shield for our nRF51-DK boards. Can anyone provide a KiCad project...
Hi all,
I took the example SPI program and I am trying to add UART code to it to debug the SPI transfers. Both examples are working well for me separately. I was able to...
I am working one one star network system with NRF24L01+. I got success with one pair (Single TX and Single RX) on communicating. But I could not get any positive result for...
Hi,
I'm working with an SPI FLASH chip that has a page size 256. I noticed that when I call nrf_drv_spi_transfer() , the rx length of 256 rolls over the uint8_t container...
Why the SPI clk doesn't work, i checked using an oscilloscope :/
I also don't get any SPI interrupt and no data change in the RX buffer although I have wired MISO and MOSI...
Hello,
I just encounter a compatibility issue between the two SDK (11 Vs 12).
So i have so product on the market base on SDK V.11.0.
I m developping an update based...
Currently I am facing strange issue in my project. Let me first highlight my set up. I am using the PCA10040 kit for development, keep multi-meter in series to measure current...
hi experts, I want to build a ble center based on s130 to collect sensor data from several peripheral devices. Some of them may not be from nordic solution, such as TI. so...