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 using Thingy:91X devices with the Asset Tracker Template, connecting via CoAP over NB-IoT.
Device IDs:
5042394b-3538-43d8-807a-0e13e5435476 (original device)
5042394b...
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 am using nrf51822. is it possible blutooth communication without softdevice. if possible, please explain me how. if not why. please help me any one.
thanks in advance...
Hi,
I am running an application in which I set -D__STACK_SIZE=0x4000. After some research, I come to know that RAM is divided into 4 blocks the lower one is for the soft...
Hi
Because the dfu_single_bank.c file is not functional over BLE, I'm trying to modify the dual bank configuration to single bank. The modification should be very simple...
Hi,
I am using nRFToolBox into my smart phone of v4.4.2(kitkat).
I am trying to update my program using OTA through my phone.
But when i am trying to send dfu_test_app_hrm_s130...
Hello,
I programmed about 200 nrf51822 boards for prototype production.
The order was softdevice - bootloader - application.
In the process of test I saw some abnormal...
I'm a bit confused about nomenclature and am looking for guidance in how best to implement the needs of my ble app. From the S110 perspective, how are connecting, bonding...
Hi there!
I'm working with secure_bootloader example (SDK 12.1.0) and trying to use i2c communication on bootloader. I'm using the debug code and checking via LOG (uart...
I have built a application with IAR, and made a hex file with Intel extended. It’s works fine with nRFgo Studio. But I got problems with dfu updating from my android. I hope...
Hi. I would like to convert float32_t to uint8_t array for transmission using the ble_nus_string_send function. Can you guys please suggest the method to convert the same...
Hi
To write the some state of the device, I write two bits into the NVM memory. Thus, we get 16 write cycles to one address without erasing. I did this based on the optimization...
Hi all:
I wrote a code to directly read the register 0x43 (MPU_REG_GYRO_XOUT_H)
But the GYRO data I got is wrong
Chip: nRF51422
Board: PCA10028
Firmware: S130_nRF51_2...
Hi,
I am trying to implement a Single Bank DFU over Bluetooth for my nRF51822 (256KB / 16KB RAM) using SDK v7.1 and Softdevice 110. I am using GCC to compile the bootloader...
Hi all,
I my application I am interfacing SD card with nrf52 using FATFS file system. I am observing some weird behavior while doing this. I have two SD cards, one of 2GB...