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...
Dear Nordic,
I'm trying to use the LTE Link Monitor and the Trace Collector V2 at the same time in order to collect trace messages from an nRF9160 DK. However, the RAW and...
Hello all,
I am looking for a freelancer to work on a Matter project based on a nRF52840 SoC.
I am an embedded developer and I did already some experiments with the Nordic...
Pretty new to development, compiled and flashed Zephyr basic samples through nrf Connect for VS Code (board type: nrf52840dk_nrf52840) and suddenly board wouldn't respond...
Hello Team Nordic,
We know that %XSYSTEMMODE command is used to set specific LTE mode. I am also using CONFIG_LTE_NETWORK_USE_FALLBACK.
I have a SIM card which connects...
--
I am using Laird's bl654 dongle. If you download a hex file using nrfConnect for Desktop, the dongle is no longer recognized. It works like open bootloader again only...
Hello,
I have been modifying the examples ble_app_uart and ble_app_c_uart to include direction finding. I perform the connection via scan and advertising and then establish...
I am working through setting up device overlays and am struggling a bit. In some part because I can't find consistency in naming or location or anything. My goal is to set...
Hi,
I have used a Joulescope DC energy analyser to measure the current and power consumption of the nRF52833 DK. I took measurements to see how different TXP powers and...
Hello, I am working on direction finding connectionless locator/beacon (AoA). I ran into a problem in the locator. Everything works fine until "Waiting for periodic sync....
Hello Devzone,
I'm developing a Zigbee gateway using NRF52840 and ESP chip for wifi. NRF52840 it act as an coordinator.
I'm using nrf5_sdk_for_thread_and_zigbee_v4.2.0_af27f76...
Hello All,
I have a problem when I build my project from sample central_uart & peripheral_uart .
I have two nrf5340 called A and B . B scans the broadcast to A to establish...
Hi,
Application core can run serial port printing. then creat copy to net core ,Burn separately to the each core can work fine。Then I merged the two projects into one, and...
I have been attempting to install nRF Connect SDK on macOS for several months without complete success. You can check my prior tickets for details. Nonetheless, I have recently...
Hey!
My current setup is using an Android tablet ---- BLE ----> MCU1 (nrf52840) ---- BLE----> MCU2 (nrf52832)
I'm setting the MCU1 to act as both a peripheral and central...