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?
I get this compilation error when testing the application update example, I have not changed anything to the code.
Same error on SDK v1.6.1 & v1.5.0, nRF9160-dk & Modem...
hello,
I've tried many times from the same browser and same account to download this library but every time I apply for this library I get this email
and when I click...
Hi,
Please answer the following questions:
1.Nrf52 series, can the program run on external flash?Flash is the SPI interface.
2.If it can run on external flash, what...
Hello Nordic Devzone Community,
I'm having some trouble install nRF Command Line Tools on a 64-bit Linux host. From Nordic's page www.nordicsemi.com/.../download I've downloaded...
Hi everyone,
I am working with a custom board fanstel bc840, which use nrf52840, and it is configured like this video explain https://www.youtube.com/watch?v=KSivO9Cf1TE&t...
Hi,
Im seeing some parsing errors and even though everything seems to work fine regardless, i'm afraid it will come back to haunt me at some point. Spec details are described...
Thingy with iBasis or Poland-Orange SIM doesn't register to network.
There is a good GSM signal in my area and few towers in line of sight.
I unpacked Thingy and followed...
Hi everyone,
I am working on nrf Connect 3.7.0, SDK v1.6.1 with a nrf52840.
I am not able to change the filter of scanning, only works with UUID filter.
static int...
Hi!
It must be something stupid from my side.
I'd like to add new device ( first one ) on Dashboard. According the manual I should press on green add sign, but there is...
Error message: "CONFIG_NET_CONFIG_IEEE802154_DEV_NAME" undeclared (first use in this function) - appears when I try to build the solution from the sample: coap_client on my...
Hi,
I have a mesh provisioner with the provisioner example in the mesh sdk. When I try to provision a device that is next to the provisioner, all works.
But when I try...
I want to send sensor data using sensor_server_status_publish function, however struggling with data marshalling. I get unknown property ID or no data at all displayed in...