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...
NRF52832 DUF success but when download from segger studio, Jlink RTT viwer print NO DFU found, but when download bootloader from segger stuio, can not entry app
Dear Nordic...
Hello all.
I need to work with the RTC especially its events and interrupts, and I have some misunderstanding after read its manual.
I need to use it for low power systick...
Hello,
nRF52840-DK
SDK: 15.3.0
s140
IDE: SES
How do I maintain the persistent flash data I have using the FDS while also using DFU. I have seen several older posts...
Same as Case ID: 234629 .
Calling modem_info_short_get for the parameters MODEM_INFO_MCC and MODEM_INFO_MNC fail.
I suspect the problem is in code. Tracing the MCC call...
I've made a project that scans and advertises.
The first problem: When i have one central link, I get the problem that the client service gets events twice.
<debug> ble_db_disc...
I'm using nrf52840 SDK V15.3.0 SoftDevice S140. I want to test long range feature and 2mbps mode also . How to add these features in SDK example code like ble_app_uart or...
Hi guys, i'm playing a bit with the ble blinky peripheral example, as a precursor to a bigger project.
What im trying to do is disable the services completely, meaning that...
Hi all,
I am trying to emulate a device with ble-driver-py. What I am looking is to have a device advertise, provide few services with respective characteristics (read,...
On November 19th, I participated in the 2019 Nordic Tech Tour with my colleagues, but some of the content was not clearly understood, especially regarding the development...
Hi all. I want to measure current consumption on nRF52840 DK (PCA10056).
I have the SB40 cut and the 12 Ohm resistor placed in R90. I measure the voltage on this resistor...
Dear team:
How can I use ble-bas-c to change Characteristic UUID or Connect the 1800 service and rename it with the 2A00 feature value The example is \SDK\nRF5_SDK_15.3...
Hi,
I am new to this. I want to build a mesh network using nrf52832. I have already downloaded and gone through nrf5 SDK for mesh but i am confused about what to use to...