Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello, I want to get information list about BLE GATT services and characteristics of a device.
I want to connect to a peripheral with a specific name, then get all metadata...
Hello,
I'm evaluating NRF Connect for potential use in a project and so far I've been quite unsuccessful. I'm using NRF Connect for Desktop v3.11.1 and my toolchain manager...
Hi,
I am trying to send GPS coordinates over HTTP, but get some problems when is comes to the use of lte_lc functions: lte_lc_init(), lte_lc_psm_reg(true), lte_lc_connect...
I am using the DK PCA10041 with SDK 17 and mesh SDK 5.0.0. I have run into an odd issue. I set up the dimming mesh example with a client and two servers and provisioned them...
Hello,
I have created a standalone application using the NCS nrf SDK and Zephyr. I do manage all my project dependencies using West. I have some questions related to the...
I referred to the following sample.
\ncs\v1.4.2\zephyr\samples\subsys\nvs\src\main.c
void main(void) { int rc = 0, cnt = 0, cnt_his = 0; char buf[16]; uint8_t key[8],...
good day, we plan to create a device which will send button status and the ble_blinky example seems to match our requirement. is it possible to add pairing/repairing option...
Hi
I have managed to get a SNTP client working. I want to update the date-time clock with the SNTP timestamp. From the SNTP client I get a sntp_time object:
While the...
Hi,
We are looking to purchase the nRF52833 DK. The data sheet says it supports an RX sensitivity of -95dBm. Does it not support up to -103dBm as quoted on the data sheet...
Hey,
I would like to know if its somehow possible to rebond if the central device (nrf52) has deleted the bonding information about a device and then this deleted peripheral...
I'm trying to implement a timer with 1ms resolution that my application can use externally using a callback function.
The idea is to
Implement the timer as a 32-bit...
Hi all,
I need to upgrade an nRF52 device with SoftDevice 5.0.0 and bootloader.
I have to upgrade from SD 5.0.0 to 7.2.0.
I use this command to generate the zip file...
Dear all,
I have some problem with SPIs co-work.
I enabled two SPI instances in this project.
SPI Instance 1 function(non blocking mode - DMA enabled, 4Mbps): reading...
Hi there, Thanks in advance for your time and attention. We started to see some cases where our devices boots and gets a NO_PAGES error after having been turned off(or at...