In my application we have an nRF514L configured as an SPI target. Page 830 of the nRF54L datasheet (version 0.8, dated December 2024) documents that the SPIS peripheral requires...
I would like to use native CMake rather than West to take advantage of CMake Presets.
I have been able to make this work on the command line using the following command...
I developed a BLE application for the nRF52832 using NCS v3.0.0. The application runs correctly when flashed to the nRF52 DK.
However, when flashing the same application...
Does Zephyr support automatic reconnection of the Wi-Fi if a connection is lost? I can't find any documentation on this, or code examples. It seems like every example connects...
We're building a prototype board which uses the nRF52833 and want to tune the RF components. The radio_test sample in SDK 3.0.0 doesn't seem to support the nRF52833 SoC. Is...
Hi, I tried to migrate my project from nRF Connect SDK v2.5.3 to v2.9.0, switching to sysbuild and creating my own board definition instead of using a overlay file.
I decided...
I'm hitting a wall with implementing nRF7002 + nRF52840 without Zephyr.
I've worked with nRF52's for about 8 years now and on about 30+ products, all using the original...
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...
When I connect to my firmware after cycling Bluetooth on iOS, I am able to subscribe to my Characteristic Indications without any issues. The nRF connect app receives all...
I have two boards, one is official demo board, the other I make PCB board.
I down the open-mesh source code form github.sdk version is 8.1,open mesh stack version is 0...
Hi,
I have to send data with notification from central to peripheral, because I need save some data in peripheral device.
What I have to do ?
I test it on Adnroid 4.4 ...
Hi Sir,
I am working on nRF52832 board with pca10036 cortex M4, and i worked out spi master and slave example code on a same board and configuring spi instance 0 as master...
when using secureDFU with sdk12.2, only changed the mac address.
my application is more than 60KByte,
when i test the firmware for two files, one is 62K and an other is...
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I made a BLE peripheral (nRF52 + SDK11.0.0 + s132) and have so far been using Android devices (that supports 7.5ms connection events) to connect to it. I want to connect to...
Hello,
We are sharing SPI and we found possible bug in nrf_drv_spi....
The problem was that first SPI is using blocking SPI thus does not use ISR and set it to NULL: ...