Hi,
I want to write data to a specific memory. I understand there is ZMS.
https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/subsys/fs/zms/README.html#zms...
Both computers have ncs2.9.0_nrf54h20_1 SDK installed
The same project is compiled on these two computers, the firmware zephyr.hex is different, but the zephyr.bin is the...
Hello DevZone,
Is it possible to support Matter over Ethernet and Matter over Wi-Fi at same time?
Since there are many Ethernet chips support in Zephyr.
Seems that the...
We are using nRF5340 with nRF7002 on our custom board. Our application requires:
Wi-Fi (via nRF7002)
Thread (via nRF5340)
DFU over Wi-Fi
We are concerned...
Hello, I'm running an example of channel sounding using nRF54L15.
The build is fine, but the following error occurs during flash.
Python is using 3.12.4 version. As you...
Hi,
I'm looking to continuously sample the ADC at a high sample rate with rotating buffers.
I found an example code that matches what I need with the older SDK for...
Hi.
I have been investigating how to use GRTC and LFXO for LFCLK with nRF54L15DK. In my goal, I would like to make the Intermittent application with sleep and GRTC that...
Hi,
I want to use the whole payload of the advertising packet. I decided to use the manufacturer specific data. BUt I cant´use the whole payload by myself. I get this payload...
dear all:
I use the spi slave mode. i have a question,pls help me.thanks.the questions as follow:
I want to distinguish instruction type, and then reply to the corresponding...
Hello,
I am working on nrf51822 SDK 9.0 and softdevice 8.0 . I got the application note to create a custom profile for SDK 5.2.0 and softdevice 6.0.0 in nAN-36_v1.1 . ...
Hi: We develop our program based on (nrf51822 QFAAG0 1403AL), I found a serious problem that our new IC is (nrf51822 QFAAG2 1415AF), and the old program can't run on it any...
Not sure where to post this...
but there's a minor bug in components/toolchain/system_nrf52.c, where NRF_UICR->PSELRESET[0] is being checked twice to see if a reset pin...
While ota dfu via nrf toolbox android app, it sends wrong (0x15918) image size in start packet, and also bootloader starts writing softdevice image at address DFU_BANK_0_REGION_START...
Hi! I want to make a BLE network with 1 master (nRF51-DK) and multiples slaves (nRF51-dongle). I`ll send differents commands from master to slaves. This is for home automation...
Hello,
I am writing an application using SDK version 8.1 where I have a pin using the PORT event in nrf_drv_gpiote library. I have a need to disable the event temporarily...
I am encountering a problem with GPIOTE PORT events on the NRF51422 in a custom design. The chip occasionally seems to be able to get into a state in which the registers are...
Hello Guys,
I successfully used ble_hids_mouse and ble_hids_keyboard on my hardware but my final solution is a mouse + keyboard combo.
I merged the mouse and keyboard...
Hello,
I want to secure a link between 2 NRF51 (man in the middle and privacy with AES).
How to do that ? (I can use a static key in this application)
Most of the...
I want to create a single hex file that I can use to program the SD, DFU, and my application. I know I can use mergehex.exe to merge these files. To make it so that the bootloader...
Can anyone pls explain what is relation between advertising interval and advertising timeout..
Consider now i am setting advertising interval 1 second how i can prove or...