I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Hardware env: New designed board with NRF52840 + NRF9151, which 52840 connect 9151 via uart
Software env : NCS version: v3.1.0 (new installed) Nrfutil version: 8.1.0 (34e21a1...
Hey, since iOS version 18.6.2 the BLE connect to our BLE peripherial with nrf52840 getting disconnect events. Also the range between them is very bad. The connection parameter...
I'm currently working on some projects for the nRF54 platform using NCS and VS Code. I want to delete the unused files in my project because the codebase has become too large...
In the nRF52840 Product Specification PDF v1.11, on page 323, the third paragraph down states:
1. "If the CPU performs a clear operation on a bit in the LATCH register...
Hi Team,
below mention errors I am getting west build process.
* Executing task: nRF Connect: Generate config HVPP_BLE_Board_Files/nrf54l15/cpuapp for c:\Haritha\Github...
hi support team,
customer told me 54L15dk debug out is not able to program another 54L15 chip.
so i tried,
1. A-54L15dk debug out program B-54L15dk debug in, failed...
I'm trying to leverage the asset tracker project form nordic 9160dk to actinius icarus 9160 board, i use tagconnect 2030 to connect P19 of dk and icaurs, but the jlink cannot...
When I try to add OTA image compression for MCUboot, the RAM utilization skyrocks and is not compatible with the nrf52833. Is there any way to cut out any and all excessive...
Hi, I'm working on a product that uses nRF52840 (The custom board actually has the Ebyte module E73-2G4M08S1C). nRF5 SDK 17.1.0. The firmware consists of: 1. Bootloader -...
Hi, I'm using nRF9160 as an MCUmgr SMP client to download firmware via HTTPS and send it to nRF52840 (SMP server). Using SDK version NCS v2.9.1, I enabled CONFIG_NRF_MCUMGR_SMP_CLIENT...
I am struggling with the ADC API on the nRF54L15 dev kit. I am using NCS 3.1.0
I started with the "samples/drivers/adc/adc_dt" sample as a starting point. Using AIN4 (Channel...
BLE provisioning sample fails with crypto errors when using TrustZone ( /ns ) board target on nRF7002 DK with nRF5340.
Hardware : nRF7002 DK (nRF5340 + nRF7002)
SDK...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Dear Team,
I am trying to use smp_bt_register and smp_bt_unregister calls in order to add/remove BLE SMP characteristic in real-time.
However, I keep getting 'undefined...