This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
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'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
Hi,
I would like to perform channel sounding on nRF54L15 DK,
I tried to compile sample "channel_sounding_ras_initiator" in nRF Connect SDK v2.9.2, but error message says...
I'm getting an error when I try to push my branch.
remote: Permission to NordicDeveloperAcademy/bt-fund.git denied to batir.
fatal: unable to access ' github.com/.../...
Hi, I am looking to setup my nvim installation with a debug config to match ozone, but need some help getting started. When I debug using VSCODE I seem to miss crash, reboot...
For an application developed using the latest nRF Connect SDK v3.1.0, how would you recommend configuring Bluetooth performance to maximize connection range for nRF52840DK...
Hi,
I'm trying to pass to v3.0.0 from 2.6.0. I've install the new toolchain from nrf connect desktop app, everything works. I go to vscode add new build configuration, selected...
Hi, I'm programming via SWD nrf51822 chip using nrfjprog with nrf54L15-DK as programmer, with this script (Windows 10 or 11 OS): ECHO OFF nrfjprog --recover -f NRF51 > nul...
I would like to ask about the availability of sQSPI support for the nRF54LM20A device.
Is sQSPI support currently planned for this MCU?
If so, could you provide...
Hello,
I am working with an nRF5340 DUT and I would like to perform a throughput test . I have my own BLE peripheral/central application (developed separately) and I want...
I’m working on a custom board based on the nRF54L15. I’m using MCUboot Serial Recovery over UART and I’m seeing a repeatable issue I can’t reconcile with the docs.
SDK/Tools...
Hi, I'm working with multiple versions of the nRF Connect SDK (v2.8.0, v3.0.0, v3.1.0) using the official VS Code integration on Windows and could verify this also on Ubuntu...
Hi, I am trying to run the Wi-Fi STA sample on nRF7002DK .
With nRF Connect SDK v2.9.2 , the STA sample connects successfully to my Wi-Fi AP (router).
With NCS...
I am using vscode on linux, I started by programming the blinky sample onto the devkit, without issue. I then moved on to the gnss sample in a separate project, this worked...
When we run test case SED&MED 3.5 , the following inconclusive result happens:
COM78 command: ot test tmforiginfilter disable COM78 FUNC __executeCommand failed: Error 35...
Hello everyone,
I need to save a core dump on my NRF54L15 internal flash in order to debug an issue. I've been following the "Debugging and Troubleshooting section" of the...