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...
I'm using the nRF9160DK as a BLE-to-LTE bridge, and I have the onboard 52840 configured as my Bluetooth controller. The 9160DK advertises as a peripheral and waits for a connection...
Hi,
I have a question about creating a custom board. I am following the tutorial here: youtube
I am trying to make a custom board for nRF54L15 using the board wizard ...
I am trying to keep nRF5340 in sleep state, and wake it up when there's a user input (e.g., button) and send a packet as fast as possible to iOS18. What would be the latency...
I'm trying to get a basic CI/CD pipeline working in Azure DevOps, using Azure hosted agents, and I'm running into a problem where West is silently failing to clone the project...
I'm planning to build a project using the Nordic Thingy:91X. My goal is to collect sensor data (e.g., environmental or motion sensors) from the device and transmit it over...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Hello
I'm trying to use LittleFS with an external SPI flash, but if the SPI flash isn't available yet at boot time, my application hangs for an uncertain amount of time...
Hi,
i acheived writting code that reconnects sequentially with multiple reflectors for my 1 initiator. When i am indoor i had good results, but yesterday i tried it with...
A few years back I used a multilink project developed by one of the Nordic support personnel, to allow using the nRF52840 devkit board to talk to one of several Peripherals...
Hi,
I am using the Nordic UART Service (NUS) peripheral and central on two nRF52840 DKs and I am developing with nRF Connect SDK v3.0.0 .
I can't manage to increase the...
I procurred two NRF52DK boards and in both the boards I am facing the similar issue of "Failed to Connect the Target". When I am running the nrfutil device recover command...
Hello,
I have a legacy project that is using nrf5 sdk v17.0.2. I need to add the BLE DFU functionality to this project based on the nRF52840. Are there any examples on...
I've been using the power profiler 2 kit for a couple of years and everything has been working fine - a few days ago I was promoted to do a firmware and version update (which...