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?
1. I'm runnig the asset tracker fine with nRFCloud. When I run the cloud_client, I get this log:
*** Booting Zephyr OS build v2.7.0-ncs1 *** W: Already initialized. Nothing...
Hi,
Referring to this - https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/devicetree/bindings/net/wireless/nordic,nrf21540-fem.html I understand...
Hello everyone! I'd like to implement the nrf52-ble-image-transfer-demo with a nRF52840 Dongle, for a small low-power image transfer application. My question now is, how do...
I am trying to use Visual Code environment (on macosx Intel macbook pro) to program nrf52840 dongle.
The dongle is found and programmed with using nRF Connect for Desktop...
Hi Nordic,
One of my customer has a problem about 2M phy.
They use 52840 connected with IOS via 2M phy.
They set MIN_CONN_INTERVAL and MAX_CONN_INTERVAL both to 20...
Hi, I'm working on nRF9160 with Zephyr (SDK 1.7.1) and one SPI device. I analyze CS signal with correlation to SPI SCK. Is that normal that CS signal stays low much longer...
I am trying to add a Nordic Thingy 91 to my azure Iot hub.
i've configured the device according to the guide
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest...
I noticed when using the UART BLE Example that there is no password or pairing request to connect to and use the device.
Everything works fine, and I even implemented my...
I followed the official tutorial. The programmer 2.3.3 in nRF Connect for Desktop v3.10.0 in Linux has problems programming the nRF52840 USB dongle rev 2.1.0 in DFU mode....
Setup: Windows 10, nrfutil verison 6.1.3, python 3.10.2, nRF 5 SDK 17.0.2
I have a custom board running the stock DFU firmware from the nRF5 SDK. The only changes we made...
There are many questions on DevZone on modifications to NCS peripheral_uart/central_uart NUS example applications to support higher throughput.
We have been mostly successful...
I would like to use the nrf connect sdk to connect to a device and 'discover' the GATT services it supports, the characteristics in each service, and then read the descriptions...
Hi everyone!
I ported some project from NRFsdk 17.0.2 (all works fine) to Zephyr rtos and faced with issue - when set high speed uart (460800 - 921600) then some bytes ...
Hi All
A few times ago, I installed the nRF Connect for Desktop v.3.8.0 on my PC.
Getting started assistant, Programmer, Toolchain manager apps were installed and everything...