I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello,
I cannot use the nRF Sniffer because it is always crashing. This is a confirmed bug in the Software and the OSX client written is working flawlessly.
I have experimented...
Hello,
I am newbie with KEIL/SEGGER, I have been following this tutorial to compile the example experimental_ble_app_blinky_pca10040_s132 for my nrf52 chip, the project...
Hello,
I am using sdk 12.2.2 and nrf51 dev kit. I am trying to upload ble_app_gls example code over the air to nrf51 dev kit. I can find only secure_dfu code in the sdk....
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...