Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hello together,
I have a strange problem and don't know how to proceed...
At my customer-specific electronic a Kionix KX224 is placed next to the BLE module which contains...
I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh.
I based my development on the Light Switch...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
Hi,
I am currently implementing the protocol for a serial DFU, following the instructions given here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hi all!
TL;DR
Is there a way to start 2 timers in 1 instructions ? (or to synchronize them afterward?)
- - -
Background
I need to take 8 timestamps of GPIO edges...
Hi,
I'm using S112 v6.0 with SDK 15.0 on nRF52810. It's based on app_ble_uart example. I have some data to save in flash. I define the address as follow:
#define PAGRE_TO_ERASE...
I want to extend the Thread Cloud Client Example (thread_cloud_coap_client_pca10056) with a peripheral controller. And I am looking at the UART Example (ble_app_uart_pca10056_s140...
Hi,
I will connect nRF52840 with other BLE module (ESP32) and they must exchange data (at first aproximation 20-50 bytes each 1-5 seconds).
I need to acheive lowest power...
nRF52 DK,software is nRF5_SDK_12.3.0_d7731ad,I'm using the example of "ble_app_multilink_central". SoftDevice is "s132_nrf52_3.0.0_softdevice.hex"
The BLE device is advertising...
Hi,
There is a racing issue in file: nRF5_SDK_for_Thread_and_Zigbee/components/iot/background_dfu/transport/coap/coap_dfu.c in function:
Sometimes calculated dalay is...
I'm trying to merge uart example in nrf5 sdk with light switch server example in mesh sdk
but I'm only facing these 2 errors :
when Linking uart_pca10040.elf:
Output...
Hello,
I'm usign nRF52832 with nRF5_SDK v15. I'm using "ble_app_uart" example. I just wanted to know that What is the wake up procedure of the MCU when we call the sleep...
Hi,
I have a trouble trying to start development process on my NRF52840 DK.
Following the instructions
https://www.nordicsemi.com/eng/Products/Getting-started-with-the...
The nRF Connect application can not search the device after I modified the Rx, Tx pin in my own PCB board.Can anyone tell me why?
The UART can run well,but the application...