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...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
Hi,
I'm using SDK 13.1, SoftDevice 4.0.5 on nRF52832. I have an app which runs for a long time but will occasionally enter the hardfault handler from an address within the...
Hello,
I try to send multi notification in one connection interval, but I can only send one notification.
Hardware
Peripheral: nrf52832 costumed board (with BMD-300...
Hi,
I'm using nrf52 custom board designed for our project,For this we have P0.09 and P0.10 as rx and tx used for uart, when i configured this two pins as rx and tx it is...
Hi
I am running on a nRF52832 chip with following software stacks
Mesh SDK v3.1.0
nRF SDK v15.2.0
Softdevice v6.1.0
I am working on a use-case where I am processing...
Hi
I want to get a certification. I need your help because I am not currently in DTM mode.
The procedure I checked is as follows.
1. J-LINK , USB to Serial Converter...
Hello to all,
I am using nRF52840 with SES SDK15.0 version. My device is goes into sleep mode after sending data to server. But when woke up device for first reading data...
Hi,
Can someone please tell me in what scenario would a device advertise with two different addresses at the same time?
My device is an nrf52382 based custom PCB...
I am try to register nrf9160 DK sim card, but keep getting fail to fetch error. I had made sure that I am entering correct sim Id and the puk but so far no luck to getting...
Hi,
I am using NRF 52832 S132 sdk 15.2.0.
I am working with example project <install folder>\examples\ble-peripheral\experimental\ble-app_multiperipheral.
I added NUS...
Hi,
I am testing the at_client sample code in the nRF Connect SDK.
I want to change the default AT host com port to uart1 or uart2.
I tried to modify prj.conf but it...
Hi! I have some issues with security and BLE. I have a device (using the nrf51822 and S110 softdevice) that has a custom service with a single read write characteristic. Problem...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
In the latest version of the v15.3 nRF SDK, the documentation states bit 1 is used as the flag to enter DFU mode. See below:
// <q> NRF_BL_DFU_ENTER_METHOD_GPREGRET - Enter...