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...
Hello,
I attached an Adafruit li-ion battery to the P6 connector on my NPM1100-EK before I realized that Adafruit has their polarity opposite of the NPM1100's.
The LED...
I can not find any serialized example for an application board in the nrf5 SDK, where can I find the " ser_s13 x _ transport" folder?
"In Keil, open one of the serialized...
Hi,
we are currently developing our product using nRF5 SDK for Thread and Zigbee v4.1.0 (Release Date: Week 18, 2020). We would like to implement the link margin which is...
Hi
I am working on nRF52840 Dongle S140 SDK15.2.
i am developing BLE NUS application for dongle. but dongle is not supporting UART com port through USB connection.
What...
I use a 52832 as the central device, a 52840 as the peripheral, the two established a connection for a period of time,(After a period of time (approximately 30s), there is...
Hi
I am evaluating nrf9160 with an nrf9160-DK on nb-iot in Greece. I am using the asset tracker application example.
I have an issue of DNS not resolving that is expressed...
I am using NCS v1.7.1. I am developing a custom application on top of 802.15.4, which is based on the 802.15.4 PHY test application.
The problem I am facing can be demonstrated...
Hi here,
I m working with a medical device which should probably have to be certified IEC 61508-SIL 3.
I m still new with that certification process, and wondering if...
Hi all,
I' am sending data from nrf_52840 through zephyr to nrf_connect_app for mobile, iam sending data in decimal format(uint_8t) but iam receiving it in hex,
what can...
Hi
The power profiler app can't find PPK2 after update nrf connect desktop and power profiler.
The programmer and Bluetooth Low Energy app also can't find nrf52dk after...
Hi,
I'm trying to use ble data instead of cli terminal. when nRF52840 received data from ble, I want send the data to cli instance. I called function named "void nrf_cli_print_stream...
Dear Team,
I'm using a custom board to test a radio module based on the nRF52840 chip, in this board the P0.24 pin is tied to a led that blink during the execution of an...
The poly1305 implementation is only covering the obsolete RFC 7539 which got updated by RFC 8439
https://github.com/nrfconnect/sdk-nrfxlib/blob/main/crypto/nrf_oberon/include...
nRF Connect SDK v1.7.1 sample \ncs\v1.7.1\nrf\samples\bluetooth\mesh\light_ctrl\
Long transition times fail due to a 16bit value which needs to be 32bit (I believe, can...