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...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
I have already went through every step as per what the documentation has stated, but I could not be able to sniff any ZigBee packets using Wireshark. I only want to perform...
I am trying to develop a first eval / test program for the BMD-340-EVAL evaluation board using Keil. However, I don't seem to be able to download the required Keil pack. Other...
Hi,
I want to send multiple packets on a notify characteristic using ble_blanky app as baseline but only first 4 consecutive notifications are received on android side....
I would like to set the UUID below, so please tell me how to set it. 1)base UUID: 2)Service UUID: 3)Status Characteristics UUID: 4)Control Characteristics UUID: 5)Blood...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I set tx power in advertising as below.
sd_ble_gap_tx_power_set...
Hi,
We are developing a product that consists of a "central" and "peripheral" device. A small amount of data is periodically send from the central to peripheral device...
Hi. We are using nRF52832 and we have problem with UARTE. SoftDevice version - S132 5.0.0, SDK version - 14.2.0. Our application uses nRF and Mbed Serial to communicate with...
I have created my own custom project based on the template ble app, porting over the relevant includes and settings in order to start fresh. Despite my section placement file...
Hello,
I'm using a development board PCA10040 with sdk 16.0 I'm trying to organize a data streaming between two devices. Nrf52 board collect data (27 bytes with interval...
I bought dev board for evaluation purpose (currently run on ESP32)
chip: nrf52832 board: E104-BT5032A-TB ( http://www.ebyte.com/en/product-view-news.aspx?id=956) framework...
Hello Nordic! Im making a custom Nrf5232 QFAA, and for the antenna, I want to use only a grounded micro-coax connector and not a trace antenna, is this even possible? I've...
1. I want to use the following command line to compile the nrf9160 project, but the error.
2. Can you help me find the cause of this error?
3. Please provide me with...
Hello, I encounter a problem when I am trying to measure the current consumption of the nRF52840 on the nRF52840-DK. I have set the board in direct supply mode as described...
Hi,
I'm using a nrf52832 based beacon with some sensors attached. To retrive the current time I use the CTS client. Actually, I'm following the ble_app_cts_c example to...