I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
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...
Hi,
I have an application that verifies a chunk of data and EdDSA Ed25519 signature against a remote public key.
The device application generates a random number, sends...
Hi,
I would like to add some custom sensor for Thingy:91 board. I notice that there are no GPIOs available to connect sensor to nRF9160 SiP? So do I need to connect the...
Hi,
Today I found I was unable to flash my nRF9160 DK. "west flash" fails with the error message "Installed nrfjprog is too old for the device. Please upgrade nrfjprog to...
I am trying to follow the section “Declaring custom cluster” ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v3.0.0%2Fusing_zigbee__z_c_l...
I've tried for two days to log back into the cloud service and just get the spinning angles. I tried to create a new account and the same. I was able to change the password...
Hi all, I would like to implement a fault handler in our nRF9160 based system to handle hard faults/unhandled exceptions by resetting the system, but am having a hard time...
Dear Nordic team,
I have a running NRF52 with a firmware based on the freeRTOS demo. To this demo I added the PDM Support Module and the TWI Module.
As soon as both sensors...
We are trying to implement models inside the mesh. So we've started with a functional example of the generic on off and tried to update it according to our needs.
The custom...
Hi,
I have 3 devices that all act as broadcaster and observer they continuesly sending data to each other, now i want to establish a connection between one of those 3...
Hello,
I have 2 pieces of nRF52840 and I managed to connect each other. One is central, uploaded the code: 'nRF5_SDK_15.3.0_59ac345\examples\ble_central\ble_app_multilink_central...
NRF52832 DUF success but when download from segger studio, Jlink RTT viwer print NO DFU found, but when download bootloader from segger stuio, can not entry app
Dear Nordic...
Hello all.
I need to work with the RTC especially its events and interrupts, and I have some misunderstanding after read its manual.
I need to use it for low power systick...
Hello,
nRF52840-DK
SDK: 15.3.0
s140
IDE: SES
How do I maintain the persistent flash data I have using the FDS while also using DFU. I have seen several older posts...
Same as Case ID: 234629 .
Calling modem_info_short_get for the parameters MODEM_INFO_MCC and MODEM_INFO_MNC fail.
I suspect the problem is in code. Tracing the MCC call...