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...
Hi! I've successfully set op an OpenThread MQTT broker using a Rasperry Pi and nrf52 dongle and I am able to publish and subscribe to and from my computer by flashing the...
Hello!
I am working on sdk v17 and ble_app_uart. I'm going to make a button function first in this project. I created 3 functions of 'push, release, and long press' using...
I am not sure whether this is an issue with the nRF53 Engineering Example or with the SEGGER software.
I don't see any errata describing the behaviour I am experiencing...
Hello,
Is there an option to add to thread ncp example a FEM support?? I do according to de guide on the page https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4...
I am following this series of tutorial " BLE Advertising, a beginner's tutorial ", BLE Services, a beginner's tutorial .
The problem is after establish a fresh advertising...
Hello,
I got an error 8(NRF_ERROR_INVALID_STATE) while running ble_nus_c_tx_notif_enble function.
The SDK document shows that, the err_code is
"this API propagates the...
I'm evaluating using zephyr for an nRF52840 based design. I'm able to use the nrfx drivers via Kconfig options. It doesn't appear that there any other Nordic SDK libraries...
Hello developers.
I successfully ran the Mesh project with Light Switch example on nRF52840 devices. And I have 2 questions about this.
Question 1: How can I access from...
Hi.
I'd uesd RTT viewer before SES.
RTT viewer has the menu for saving logs.
I'm a new for SES. I'm recently using SES.
I can see log message on SES, but I don't know...
Hi,
I am just unable to find the FW ID for SD v7.2.0 anywhere.
I am using SDK 17 and s140 7.2.0 and am trying to create a DFU package to update both the Soft Device...
Hello All,
We are testing power consumption nRF52810 in system ON mode , my configurations as below,
Device will advertise for 10 sec connect with the mobile app sends...
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...