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 all After successful installation of an update with the hep of dfu_target module, I am expecting the bootloader to swap the image and boot the new image with swap_type...
Hello! I have a nrf52840 DK. I am trying to build a custom keyboard on that SoC. I was able to compile and install nRF Connect SDK example on my DK. Everything works! ZMK...
Hello,
In continuation to the ticket: https://devzone.nordicsemi.com/f/nordic-q-a/70795/replacing-s140-with-s340-softdevice
I'm trying to switch between S140 and S340...
Hi,
I think I found a BUG about SPIM SDK15.3. The following is what I set the configurations for the SPIM0:
Then I use this function to active one transfer which just...
Hi,
I'm using nrf connect SDK 1.7 and following below guidelines to add I2C.
https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/peripherals/posts/twi-ic2-implementation...
Hi,
we have few queries regarding lighting mesh models support in ncs1.6.1
we were using NCS1.6.1 for mesh development
we were facing some compilation issues with LC...
I am using nRF52840 Dongle as Sniffer using Dongle. But when it captures the advertising packets,i am not able to see the preamble in the decoded packets. Please help!
Hello Everyone
I am really new to everything here, i just got nRF 9160dk board.
Can anyone please tell me the step-by-step method on how to make a very simple program...
Hello DevZone,
I am planning on making a system that uses peer manager ranking to determine which oldest bond I need to delete to make room for a new one.
I am using...
Hi Team,
we're developing firmware to send long range beacon by using LECODED phy channel. We notice that there is increase in energy consumption during advertising and...
Goal: Using NRF9160DK board, communicate nrf9160 and nrf52840 over UART
I tried to use UARTE on both sides. Below is project configuration and overlay file for both boards...
Hi,
I was using the AWS-IOT example and all was working until it wasnt. In troubleshooting this, I loaded the modem shell example, to see if it was a network/connection...
Hi everyone,
I implemented nrf5_SDK_17.0.2 ble_app_uart example, so I connected an external device to my nRF52840 DK and I received the data by my android phone.
Now I...