Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
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...
Dear Sir/Madam,
I tried to add battery service to the sample "ble_app_uart", but the code doesn't send notifications to cell phone. I struggled for several days and try...