I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
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...
I try to simulate system hang by adding while(1) after calling watch dog feeding function. But watchdog event handler _wdtEventHandler() isn't called.
int main(void) { ...