I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
Hi.
I tired searching around the web but I did not find clear information about this. Maybe the answer is too obvious for anyone to write about.
Problem that i'm facing...
HI, I recently used nRF905, a one-to-many intercommunication project, because one-to-many will send corresponding instructions for machines with different serial numbers,...
I'm working on nrf51822 , Softdevice S110. I have implemented whitelist in my application its working fine. But ion some cases i need to disable the whitelist option ( because...
Hello Nordic Staff,
I am using the NRF52832, SDK 15.3, Keil, and the NRF52 dk dev kits. I want to modify a program such as the UART central example to recognize my custom...
I'm measuring the current consumption of udp_with_psm program reading this post, and the current is very high. why?
https://devzone.nordicsemi.com/nordic/cellular-iot-guides...
Dear Nordic. I am working in the device that require the controller to measure its VDD line to ensure that the the device goes into sleeping mode (very low current and do...
Is there any code example for Android or iOS on how to build / send a DFU request for NRF_DFU_OP_FIRMWARE_VERSION and then how to interpret the response that comes back? ...
I want to receive data through UDP in eDRX
I tried to set up non-blocking UDP by reading this post, but I can't achieve the function yet. Any help? https://devzone.nordicsemi...
Hi all,
I am successfully using Openthread for an application on the nrf52840. As the application is growing I'm thinking about utilizing a RTOS. Therefore, I am currently...
Hello. I have integrated signature validation before boot in my boot loader. This uses the `nrf_dfu_validation_boot_validate` function, which eventually calls into `nrf_crypto_backend_secp256r1_verify...
I use the above code to copy the device root key from the flash region. The if condition at the end results to FALSE always whcih implies that the key was not copied into...
Hi,
I would like to confirm whether bootloader should start from my application with BLE buttonless DFU. Once the request to enter the bootloader is received by my app I...
Hi,
I am running the Asset Tracker application from a fresh clone of the 0.4.0 nRF connect SDK. Using the supplied iBasis SIM.
It connects after booting, and I can monitor...
Hi,
Iam using nRF52840 , And got ANT sdk from thisisant.com. Placed in the required folder & Using ANTware II v4.1. All things going well, But after programming the DK nRF52840...
Hey Nordic Community ,
I have been trying to get the Modem firmware up and running without success for a few days now (Attempted with 2 different PCs and 2 DK with same...