Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi
I am using the nRF7002 DK with NCS 2.7, based on the sample project `nrf70-wifi-ble-image-transfer-demo`. I modified the code to embed a fixed image as a header file...
Hi
In nRF5340 datasheet I2C frequency only have 4 selection as below
But when ask your AI, he response below
Important errata at 400 kHz
For all nRF5340 revisions...
I would like to trigger a hard reset when valid voltage is first detected on VBUS. How could I do this with no or minimal external components and without a complementary MCU...
We are using the nRF54L15 SoC with FOTA functionality. We have enabled secure FOTA by signing the firmware image and provisioning the public key into the SoC’s KMU. For production...
I'm running the subrating sample (ncs\v3.1.1\nrf\samples\bluetooth\subrating) on two nRF54L15-DK boards.
I'm puzzled by something I can see through my protocol analyzer...
Hi,
I’m working on a distributed testing pipeline where tests are built on one machine, but executed on a separate, lightweight container that does not contain the full...
Hello Nordic Team and Community,
I'm working on a fully automated Zephyr RTOS development environment on Raspberry Pi (Debian Bookworm) targeted at the nRF52840 Dongle....
Hello,
Is it possible to get logs (RTT) from an application started by a bootloader? As of now I don't get anything after the bootloader has jumped to the application start...
While running the BLE HCI USB ( bluetooth_hci_usb ) sample in Raw mode on an nRF52840 board, we observe a bus fault under specific conditions. The fault occurs when the device...
Hello everybody,
I am a research assistant at a university , responsible for maintaining and porting existing student lab exercises from the legacy nRF5 SDK to the nRF Connect...
Background:
My project is using the nrf54L15 with the 48 pin package. I'm using vscode with v3.2.0. The QFN48 package has the following pins bonded from the silicon to the...
I am trying to receive extended advertising from a device on nRF52832 .
I have made the following changes:
sdk_config
# define NRF_BLE_SCAN_BUFFER BLE_GAP_SCAN_BUFFER_EXTENDED_MIN...
Hello
Is there a possibility to build MCUBoot, SoftDevice, Firmware Loader and Application separately and then merge it manually? Or to build MCUboot + SoftDevice + Firmware...