I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
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...
Hi!
I was wondering if it's possible to use your Android and iOS libraries for DFU,
github.com/.../Android-nRF-Toolbox
github.com/.../IOS-Pods-DFU-Library
to do...
Hi Nordic,
I am not having a success of executing the Serial Secure DFU when changing the baudrate other than 115200 or changing the flowcontrol from enable to disable....
I am attempting to add encryption to the secure DFU process with SDK 15.2. I am following the process described in this post , however am running into an issue related to...
Hello!
We have been developing with the nRF52840 Dongle and want to implement a simple USB communication setup:
1) Plug the nRF52840 Dongle's USB connector into a computer...
Hello,
I am attempting to incorporate NUS example (app_uart) into the HID keyboard example. The whole thing compiles with no warning, but when I add {BLE_UUID_NUS_SERVICE...
Hi,
I have modified the light switch demo so that all messages from the client are sent to all servers. I have done this by subscribing all servers to GROUP_ADDRESS_ODD...
Hi all,
I tried to merge a mesh application into the nRF5 SDK BLE example.
But, I have encountered the errors below:
"Output/........... Debug/Obj/ctr_drbg.o: In function...
Hello,
Is it possible to scan for beacon using any of the example programs provided by nordic ?
I'm using a beacon named Ruuvi-Tag that measure the temperature, pressure...
I wanted to get Simple MQTT example and followed Case ID: 222137
I followed Martin Lesund's suggestion to get the latest updates in the master branch to nrf. I am using...
Hello I work for a product to produce 2 BLE products:
several sensors with NRF52832 + LIS2DH12 (accelerometer) + HTS221 (temperature) + ICM-20689 (motion)
a gateway...
SoftDevice uses more interrupt time or less depending on API use. When not using any softdevice API (but softdevice still enabled), does the softdevice still generate priority...
We have a question about firmware upgrade during our development based on nRF52840. I understand that there are couple ways to upgrade the firmware by phone/tablet/PC. However...
Details: SoftDevice 132, nRF5_SDK_15.2.0_9412b96, nRF52832
ble_ots_init started to return NRF_ERROR_NO_MEM after adding more services and characteristics to ongoing project...