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?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hi Nordic,
We are now creating a BLE central device which can connect to an BLE peripheral device for some telemetry purpose.
To address privacy concern, the BLE peripheral...
Hello,
I have a workspace project that currently builds fine, however I am starting some new smaller projects and wish to build them as Freestanding so that I can have them...
Code snippet below produces the error code 0x00000001 during nrfx_spim_xfer:
The same SW in a different project does not produce the error. The error occurs during attempted...
Hello,
I have a project of a device with 2 endpoint plus the GP endpoint (242). It's a coordinator.
at first startup, the green power endpoint doesn't appear in the response...
Dear Nordic,
I'm trying to use the LTE Link Monitor and the Trace Collector V2 at the same time in order to collect trace messages from an nRF9160 DK. However, the RAW and...
Hello all,
I am looking for a freelancer to work on a Matter project based on a nRF52840 SoC.
I am an embedded developer and I did already some experiments with the Nordic...
Pretty new to development, compiled and flashed Zephyr basic samples through nrf Connect for VS Code (board type: nrf52840dk_nrf52840) and suddenly board wouldn't respond...
Hello Team Nordic,
We know that %XSYSTEMMODE command is used to set specific LTE mode. I am also using CONFIG_LTE_NETWORK_USE_FALLBACK.
I have a SIM card which connects...
--
I am using Laird's bl654 dongle. If you download a hex file using nrfConnect for Desktop, the dongle is no longer recognized. It works like open bootloader again only...
Hello,
I have been modifying the examples ble_app_uart and ble_app_c_uart to include direction finding. I perform the connection via scan and advertising and then establish...
I am working through setting up device overlays and am struggling a bit. In some part because I can't find consistency in naming or location or anything. My goal is to set...
Hi,
I have used a Joulescope DC energy analyser to measure the current and power consumption of the nRF52833 DK. I took measurements to see how different TXP powers and...
Hello, I am working on direction finding connectionless locator/beacon (AoA). I ran into a problem in the locator. Everything works fine until "Waiting for periodic sync....
Hello Devzone,
I'm developing a Zigbee gateway using NRF52840 and ESP chip for wifi. NRF52840 it act as an coordinator.
I'm using nrf5_sdk_for_thread_and_zigbee_v4.2.0_af27f76...