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,
My project is combined 'Multi-link Central Example' and 'ble_app_uart', so that it is a central that can be connected to multiple peripherals and a peripheral that can...
Hi, do you plan to upgrade FreeRTOS? In nRF5 SDK v16.0.0, there is FreeRTOS v10.0.0 - at the time of writing, FreeRTOS v10.2.1 is available and it comes with a few fixes....
Hi everyone
I am in the process of designing and developing a product. And I think there may be someone having some issues with connecting their displays to the NRF5340...
Hi,
I am trying to implement FOTA in my application. I can implement non secure bootloader and run successful
in prj.conf
in main.c
And Now I am need to add...
My team is developing an IoT application that transmits sensor data from the nRF9160 over the LTE-M network to a database. A few questions:
1. Is it possible to use the...
Hello to all,
I'm working on a project based on sending data collected from a sensor network to a Zigbee Coordinator: the sensors are End Devices and must be tied to a Coordinator...
hi professor,
According to peripheral project of nrf connect sdk 1.4.99, I add some function to achieve spi and usb and filesystem.But the ble run abnormal.When run bt_enable...
Hi,
When nrf_twi_mngr_schedule returns error as NRF_ERROR_NO_MEM what are best practices to handle that error. Do I re-schedule another transaction or is there a more robust...
In Our project we build a mesh network(about 100 mesh node),before it work fine,but now we found can not access all mesh node through GATT link using mesh provision app. So...
Hello,
I'm using a nrf5340dk as a mesh network provisioner and i control it by uart, i'm having problems on provisioning more than 12 devices because every time i reach...
Hi Nordic Team,
My dev environment is as follow:
nRF52832 (Central) + S132+ SES
At Peripheral side, I am using nRF connect app to advertise the service I want to...
Hello,
We want to develop a program that can send and update the firmware using Linux. And I found there is only a DFU demo app for android and ios. I want to know how the...
Hello,
I was given a list of commands to send to a BLE device but I dont know how to use it and how to properly send a command from the NRF CONNECT app. Can anybody help...