NCS 2.8.0
Ble device acting as both central and peripheral.
CONFIG_BT=y CONFIG_BT_LL_SOFTDEVICE=y CONFIG_BT_DEVICE_NAME_DYNAMIC=y
#for cenral devices these are set....
Hello,
I am attempting to configure the following setup to support (with an nRF5340 + nRF7002-EK)...
1. nRF7002 on SPI w/ TLS, STA, and FW patches offloaded to QSPI...
Hi!
I need to do audio direction finding on the device. I2S samples support only 2 channels? I tried to figure out if the upcoming nrf54h20 had i2s interfaces, but there...
Hi! For several days I struggle with the issue (if it is an issue) of the nPM1300 battery current measurement. When the battery is charging the current value seens correct...
Hello!
I'm writing an application that uses MQTT to post some sensor data to a server. My networking code is basically a duplicate of this sample , except I set up the LTE...
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...
I am trying to send a variety of AT commands to my module and it looks like I am missing something or the documentation is not up to date for some of these:
If I try to...
Hello, Not sure if this is the place for these questions, but here it is:
I've configured new board, and when I try to debug using the ncsconnect vscode plugin (linux...
We have a project with a device acting as a ble peripheral and a broadcast sink. First the ACL connection is set up and then it will scan for and sync to a broadcast with...
Hello everyone,
I need some help in understanding and optimizing current consumption profile of nRF9160 in LTE-M cellular connection mode.
nRF9160 is implemented in...
I initially tried Segger Embedded Studio for ARM and I clicked on connect to J link device, an error occured. I wasn't sure at that time. Then I used the nRF CONNECT for desktop...
Dear Nordic-Team,
i have a nRF9161-DK Evaluation Board. On this Board the Firmware of the Debugger SoC (nRF5340 / U3) is not working. I tried to flash another Firmware onto...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hi , am working on nrf52840 .with nrf desktop v2.9.1 . I am working on display ST7789V with the nrf52840 using Zephyr. I have integrated overlay file . while working on it...
Hello,
We use NCS2.9.0 and NRF54L15-DK do the matter development, and we use template demo, just enable CONFIG_CHIP_DFU_OVER_BT_SMP in root prj.conf, then we do the ota...
1st problem:
There are some failed case when i run \v2.9.1\modules\bsim_hw_models\nrf_hw_models\tests\zephyr_apps\54_aar_ccm_ecb\src\test_ccm.c
2nd problem:
If I...
I have implemented a program that sends an image's .HEX file through our custom software. The data is received and parsed by an application running on an NRF5340. The relevant...
Hello,
I'm trying to evaluate a FW development for several features of BLE used simultaneously. I need a BLE Peripheral for mobile phone connection (advertise only once...
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...