Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
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...
Hi,
As well know, the max packet length is 252 byte in nRF51822 proprietary protocol.
Would you please tell me how to send / receive 252 byte packet? Where can I found...
Once written, you can not write it for the second time. It will not cause an error, but is there any way? Write the source code below.
NRF_FSTORAGE_DEF (nrf_fstorage_t fstorage...
Hi guys,
I'm adding my own 'hello world' model to the example on element 0.
For this i've implemented a simple model;
Client sends 'Set Unreliable' with char[20] value...
Hi guys long time I hope things go well there
so.. as the title says, sd_ble_gattc_write is returning error 19 "randomly" I am trying to transmit data chunks from my central...
I'm developing HID device using HID generic class. Device is required to change polling rate at startup. In SDK 14.2 this was done through modifying bInterval in descriptor...
HI. I used a translator.
I am using the nRF52840 DK and SDK15.
I want to save power when there is no input from the switch.
I want to wake up when a switch input ...
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...