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...
When handling a `BLE_GATTS_EVT_WRITE` from a queued write, the write event has the characteristic handle set to zero. How can I identify what characteristic is being written...
Hey there!
I'm new in the development with the nrf9160dk. And I wanted to connect the Murata SCL3300 digital inclinometer to the development kit via the SPI lines. However...
It's been a while since this Java developer really understood EE concepts.
Could someone jog my skills and explain to me roughly what the different pin rive modes are,...
Hi,
I need to send custom messages to models on my devices and I need to use a vendor model like I've seen other people on this forum use. But when I load the nRF Mesh...
Hello,
We are interfaced the nrf52811 with LSM6DSO32 through i2c and LSM6DSO32 is connected to Auxiliary(Temperature MAX30208) sensor through mode 2 connection. here I am...
I am trying to learn to use the nrfx API to control the nrf5340.
My installation is the NCS 1.6.0 with SES on OSX
It seems like nrfx most of the API devices are supported...
I'm trying to find a battery for my application and I need to know the max (peak) current draw for the nRF9160. On page 63 of the user guide, the max is 435mA with the specs...
I have a function which writes data to the external flash which is using a FAT file-system further using block device implementation of the SDK. Whenever I am calling the...
Hello,
I am working on nrf5340DK board and with a sample example "central_uart" under ncs->nrf->samples->bluetooth & "peripheral_uart" from ncs v1.5.1. I wanted to send...
Hello,
I am trying to setup test environment using nRF9160DK(PCA10090, 1.0.0)
Dev kit is located in Montreal, Canada.
I started with nRF9160_DK_Getting_Started_Guide...
I am trying to update the bootloader using BLE DFU and it does not seem like the app is launching after the bootloader update.
I currently have an app that works with the...
Hello, I am developing a Zigbee OTA client / server application. My code is based on the example from the 4.1.0 nRF5 SDK. From the example I took only the code related to...
Hi,
What is the the status of android and IOS support of bluetooth 5.0 long range ?
It would be great if you can give us a list of device that support long range (of course...
Hi,
i have some issues with nrfutil, i can't properly perform an OTA DFU over thread, either nrfutil cannot find ncp.hex or it stuck in "thread DFU server is running....
Hi,
I made a project around the peripherial-uart sample with a custom board for a nrf5340 chip.
I work with win10, Toolchain nrf Connect SDK 1.6.1
I can build it and...