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?
I'm getting confused with the following statement, taken from www.nordicsemi.com/.../S132
"It supports up to 20 concurrent links in all roles."
So, I will try to explain...
Hi everyone,
I am trying to connect multiple peripheral and collect the rssi values of the the peripheral devices in central mode. After collecting the rssi value of the...
I want to send Digital Microphone data from one device to the other two devices. So which BLE and micro-controller should I use for better performance? I am totally new to...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I connected my sensor to nRF52832 DK over TWI...
when i run this command
D:\softwer\nRF5_SDK_15.2.0\examples\ble_peripheral\DMP\pca10040\s132\arm5_no_packs\_build>nrfutil pkg generate --hw-version 52 --application-version...
Hi, we have several nRF 52 development kit, we are trying to connect it through our mobile phone (nordic semiconductor gateway app) to the nRF connect for cloud. Our problem...
i am trying to compile an example program (BLE characteristics a beginners tutorial ) using IAR . but when i downloaded and extracted the git-hub zipped file. The file doesn...
Hi,
My application only needs to be connected to the network for a short period of time to deliver data to a server and then disconnect again. At first everything works...
I use nRF52832 and SDK 15. Using the PPK, I measure a floor of about 1 mA that stay in SYSTEM_OFF mode. Debugging in more detail, I found that it's due to the UART setup and...
I want to adapt the example light switch with the dongle plate nRF52840. Could Alguein do it?
add to the directory
.. \ nrf5SDKforMeshv310src \ examples \ common \ include...
Hi,
I have two nRF9160 DK.
One of DK start freeze after programmed some applications.
I try to recovery it by "nrfjprog -e" but no help.
I try to install modem again...
Hi,
We're going to develop smart home system with mesh connectivity. So we decide to develop nrf52832 custom module which can plug to several home appliances.
Currently...