Hi guys,
I'm hitting an error with the current Aliro 1.0.0 lib.
When a credential is signed today but its validFrom is in the future (e.g. signed=2026-06-17, validFrom...
Hi,
I am trying to program a custom board containing an nRF9151-LACA using the external programming interface (P20) on an nRF9151 DK. The board has never been programmed...
I'm stuck trying to set my nRF Connect extension on VSC. I've followed the guide for the installation but I'm reaching a wall. Every time I try to install a given SDK I have...
Hi,
I am now developing a production programmer and I want to know the behavior of SWD and SCK lines when the nRF52840 is in RESET state.
Cheers,
Kaushalya
Hello.
I am experiencing an issue in Bluetooth Mesh where a Schedule entry that is set to "Inactive" is triggered when the time is updated.
Steps to reproduce:
Register...
Hello.
I am currently migrating a project from NCS v3.2.4 to v3.3.1 and transitioning from Partition Manager to devicetree-based partitioning, following the official migration...
mcumgr disconnecting when i trying to ble dfu .... " Log from nrf connect mobile app"
nRF Connect, 2026-06-16 FYZKS52_E23993 (E2:39:93:7B:81:AA) V 17:16:59.495 Connecting...
I got stuck drowning in all of the sdk's and softdevices..
i've recently bought EYSGJNZWY BLE chip with nRF51822 built in.
The chip comes with s120 built in, I can see...
I have two nrf52538 dev kit configured to work as peripheral(s) with simple static pass pairing program and Android phone as client. 1) peripheral_1 address = 0xCECECECECE...
I have three mesh nodes in a mesh network, a provisioner, a vendor server model, and a vendor client model.
I know that a provisioner can set client model publish address...
Hi,
we are using active voltage divider as battery readout circuit. It is controlled by MCU NRF52832 pin P0.09. Voltage from divider is read by integrated SAADC on pin P0...
Hello,
I'm working with the nRF52840 PDK and the SDK for Thread V0.11.0. The RTT Viewer shows that the program uses the Thread version OPENTHREAD/ga89eb88-dirty.
I try...
Hi,
I was trying to follow the guide to enable unit test of mesh SDK, but cannot get it through yet.
When I run the command
cmake -G Ninja -DBUILD_HOST=ON -DCMOCK_ROOT...
Hi,
I am using the nRF52 PCA10040 board. The memory settings are IROM1 - { start 0x1B000, Size 0x65000 }, IRAM1 - { Start 0x20004000, Size 0xC000 }. The board was working...
Hi,
my ble device mcu is 51822 with sdk11,when my ios app on frontend,it can search the ble advertising immediately,but when my app runs on background,it can't search the...
Hi,
I did some benchmark on internal flash access and found it takes more than 2 seconds for the device to write 16kB data. I timed by "nrf_fstorage_is_busy". Is this normal...
Hello,
I am using the sd_ble_getts_value_set() function two times in a row on two different characteristics. Both characteristics are part of the same service.
At the...
Hello,
I am really new to using the Nordic nRF51822 and I'm having problems making SPI work with the S110 SoftDevice. I was able to combine the sample codes spi_master_example...
I am using a nRF52840 PDK and trying to config 8 buttons.
(1) GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS to 8 (sdk_config.h)
(2) Add buttons define (pca10056.h)
Button...