I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi, I am working with the nRF54L15 on sdk-nrf 3.2.3 and I am experiencing an unexpected behaviour with the NFC T4T stack regarding WTX frame timing.
Here is the observed...
Hello,
Is it possible to configure an nRF5340 to be both a Broadcast Sink and a Broadcast Source, but with the condition that only frames received by the Broadcast Sink...
There are two USB ports. IMCU and nrf5340. I had a lot of trouble with bad cables but i found one that works and I find that I have a jlink drive that pops up so I know there...
Hello,
in our new project we need to drive a GPIO high as soon as possible after startup.
I have tried with the PRE_KERNEL_1 priority for the device driver but still takes...
Hello everyone,
I am trying to use a nrf52840 dk as an external bluetooth module on my Linux PC to be able to communicate via LE Coded Phy. I have the problem that the devices...
I have a nRF5340 module with an application built using SDK 3.2.1.
The nRF5340 is acting as a CIS Peripheral.
It has an ACL connection and a CIS connection with a Pixel...
I just realized this feature is available from NCS V3.3.0.
Does it support nRF52 series such as nRF52832 with DFU through BLE?
In this page, it seems only nRF54 are included...
Hello,
I'm using nRF9151 as a HCI host and nRF52840 as HCI controller (nRF52840 config is based on HCI lpuart example). Recently I updated NCS to 3.2.2 and I started observing...
Hello, my name is dio.
I created an HCI UART application using nRF Connect for VS Code with NCS v3.2.4 and enabled the Channel Sounding component via the nRF Kconfig GUI...
I am developing a dual-mode HID device (mouse) using nRF54L15 with nRF Connect SDK v3.1.1 . The device determines its mode (BLE_mouse or ESB) at boot time via a GPIO pin ...
Hello,
I have designed a PCB with nRF54L15 SoC. Now the issue is that I have by mistake changed the MISO/MOSI pins of the device. As you can see in the following image....
Hello,
i have a custom board with a nRF52832 on it. TL:DR: i can't seem to get a connection to the chip via the SWD
When i try to recover the device it tells me the debug...
I want to flash an example firmware onto my nrf5340 board. I want to test le coded phy. So whych example should I use from the nrf sdk 2.4.0 to flash onto my device so that...
Hi,
there are several devices with same Firmware/Modem firmware/Hardware. All device were working. While all others continue to work, one suddenly gives me this:
Once...
In theory all driver calls are suspect, but for example I see crashes in nrf_802154_buffer_free_raw, at this assert:
This is easily reproducible by running 802154_phy_test...