I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
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?
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...
Hello,
I'm trying to evaluate using the zephyr hci_usb sample as a temporary solution to connecting to several ble sensors. I have modified the prj.conf to allow multiple...
I used the nRF52840 SDK 15.3.0 dfu secure_bootloader uart example to develop a custom bootloader. I have checked that my application file is correct by trying it without the...
MCU: nRF52840
IDE: Keil uVision 5.17
SDK: 15.2.0
Board: Custom
OS: FreeRTOS
Using MicroLIB
Hello,
I am currently working on a FreeRTOS project that leverages...
Hi,
Based on the below extract:
"Because older devices that don’t support Bluetooth 5 will not be able to discover extended advertisements, an advertising set with legacy...
Hi, I am currently using the PPK2 for current measurements.
According to the datasheet, the PPK2 supports a maximum source voltage of 5 volts. However, my device requires...
Hello
we are certifiying our product by ISO 13849-1 which includes the Nordic nRF52832, among more information I would like to start with the following questions
1. where...
Dear nordic support
We're in the concept phase of a product that implements cellular cloud connectivity.
We already implemented a "blueprint" ESW which provides supporting...
Hi,
I am planning to create an ultrasonic library (based on ch201) because I can't find any library for it. So I am porting code from ch201 development kit to nrf52 custom...
Hi there,
I have a Thingy:91 board and I would like to enable the accelerometer data to be sent to nRF cloud when using the Asset tracker v2 application. I saw that it is...