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 have two nRF9160 DK.
One of DK start freeze after programmed some applications.
I try to recovery it by "nrfjprog -e" but no help.
I try to install modem again...
Hi,
We're going to develop smart home system with mesh connectivity. So we decide to develop nrf52832 custom module which can plug to several home appliances.
Currently...
Hello Community,
I flashed latest modem firmware in my nRF9160 DK board and my board has version 0.8.5. I am working on GPS example and successfully flashed GPS firmware...
Hello,
I am using Unity game engine to edit my project and I need to add a ble DFU function into my project at this moment. I had download a ble plugin from the unity store...
Hi,
I have 3 of nRF52840 boards, SDK V2.2.0 and nRF SDK V15.0.0.
I already tested the light switch control example, and saw it working with one client and 2 servers and...
Hi Nordic,
I have added new files to my project and added their path to user include directories of common configurations. When I build I am getting this error "No Source...
On my macOS Mojave, I have followed the 'Getting Started Assistant' in setting up the development environment for the nRF9160 but I am unable to load the asset tracker project...
Hello,
I am developing firmware for nRF52810 with SDK 15.0.0 and I need the OTA DFU features (buttonless DFU to be more specific) but there is no DFU demo for nRF52810....
Hi,
When trying to drive a motor driver, my nRF52 DK board is damaged with power rail 3.0V dropped to 0.5V.
After I desolder the interface MCU, the supply comes back...
Hi,
What is the limitation in terms of the number of bytes that can be sent over the UART to be sent over BLE on the usart ble example? I tried sending 32 bytes and it worked...
Greetings,
I am working with serial mesh (nrfSDk 15.2 for mesh 3.1 with softdevice s132_nrf52_6.1.0) .
1. I followed the serial example available and its working.
2...
Env: nrf52, sdk15, ubuntu, SES
Hi First steps on fstorage. As I just need to store and read an array of some bytes I have chosen fstorage
and I got this as output...
Hi,
I am working on DFU over Mesh for quite a bit now. I did run few tests but never run the DFU on a large network comprising of 100+ nodes. SO, I have questions about...