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 am using nrf51422 (on the DK) with S130, SDK12, functioning as a central, reading multiple peripherals (which I also programmed),
Some of those peripherals have manufacturer...
Hello, With reference to Case ID: 278209, I wanted to include a driver file, for which I was suggested to add the label/variable "zephyr_library_include_directories(.)" in...
Hi,
I have a strange problem.
When I connect the jlink and battery power on board at the same time,and download the application, it works normally. But when I disconnect...
Good morning.
I have a custom board with softdevice 132 and sdk 15.0.3 where I have configured pin P0.16 and P0.17 for uart (rx, tx). I have read in other posts/problems...
I have written BTLE code that works on the nRF52840 DK using SoftDevice s140. I have ported this code to work on the nRF51 DK and nrf51822 MCU using SoftDevice s130. I use...
Hi all:
on my project,i set
define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1
define NRF_SDH_BLE_CENTRAL_LINK_COUNT 6
on my peripheral , i need mtu = 185
on my central...
The application of a device is developed based on ncs1.3.0, now the SDK version is upgraded, the firmware function is developed based on ncs1.5.1, and a problem is found,...
Hello,
I'm in an aging manufacturing space and would like to utilize your sensors, but im concerned the pillars and walls will prevent data from being sent. I read the...
Hello,
I am using Nrf5340 with “Direct test mode” example.
I try to make my nrf5340 kits to be an AoD receiver under the DTM.
Now,I am able to run the example code to...
Hi,
I'm using spim on nRF52810.After I init the spi driver and using APP_ERROR_CHECK(nrf_drv_spi_transfer(&spi, &Command, 1, m_rx_buf, 1)) , RTT Viewer showing FATAL ERROR...
Hi,
Is there a way to control the 1Mhz BLE symbol clock?
We want to use nrf52840 as a GFSK transceiver and we need to control the symbol clock (up to +- Khz resolution...
Hi,
I'm running into issues where iOS is caching the handles. I found out that I need to set IS_SRVC_CHANGED_CHARACT_PRESENT to 1.
But where should I do that? In sdk_config...
Currently messing with the NRF52840 chip and given examples (NRF Connect SDK v1.7.0) on two different eval boards (the nRF52840-DK from Nordic and the BMD 340 Eval board from...
Hi,
We need detail understanding on Mesh performance testing and all the tests involved in testing BLE mesh communication,
can you please share detailed information...