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. I am developing a project with a static password. And when I connect to the device, in the debug messages for the auth_status field I get the following values: 61,...
Hi ,
I want to add DFU service into ble_app-uart example, for that I want take reference as ble_app_buttonless_dfu.
But when I am trying to test the working of ble_app_button_less_dfu...
I developed an application based on ble_app_uart and it is working on my nRF51 DK. I can see the ports driven by my application responding and Bluetooth communication is working...
I am currently using Mesh SDK 3.1, running on NRF52480 with SoftDevice140. We are currently modifying the light switch client, and would like to know which servers are available...
Hello,
I would like to implement a device that is part of a BLE Mesh Network and on the other side connects to another device directly with BLE Stack (1:1) and GATT.
...
I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the...
Hello,
In nrf_dfu_ble.c BLE_GAP_EVT_SEC_PARAMS_REQUEST pairing on Windows 10, the following code:
err_code = sd_ble_gatts_value_get(m_conn_handle, BLE_UUID_GATT_CHARACTERISTIC_SERVICE_CHANGED...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
I want to implement the function of periodic temperature collection,but I didn`t find any data show in putty terminal,and I`ve set NRFX_TIMER_ENABLED 1 NRFX_TIMER0_ENABLED...
Hello,
The BLE mesh spec says the following:
Heartbeat is used to monitor nodes on a network and discover how far nodes are apart from each other.
Is there an example...
Hello. I have read a topic about ADC calibration (gain and offset error in 0x10000024) of nRF51822 here but I can't find the document describing it. Could anyone point me...
Hi,
I am beginning to design a wearable device with motor vibration using nRF52 SDK and SoftDevice S132.
In firmware side, I have no problem to control a led on and off...
Hi
in my test bench for system validation I would like to control the system based on nRF52 via Bluetooth to speed up testting of various samples.
It seems that there...