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,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hi, NODRDICSEMI
Now I use PPI + gpiote (spidma) to make the hardware read and write by itself. But after I enabled RX list, I found that when the amount of data read exceeds...
Dear Concern,
I would like to use nRF connect SDK without zephyr . can I use SDK for nRF5340 without zephyr. if yes, please help me how to do it. If not, please let me...
I have created file timer_init.h / c. I make the timer settings in this file and include it in main.c. I create the timers in the timers_init () function. However, the 2 timers...
Starting new design using nRF52810 QFN-48. Can someone point me to the document that explains which pins on which package are advisable for I2C operation? I need to know all...
Hi all.
I am n the process of evaluating the NRG9160 DK / PCA 10090. We are using Keil µV5.28 and were able to get a basic led / blinky-style, GPIO interrupt driven vi DIPP...
Hi Nordic,
I am interested to use one timer (NRF_TIMER3) and 2 channels of the timer counter CC to generate a gpioe task for toggleling a pin. This is the current code...
"The evaluation period for this release has now expired" I got the message I requested activation from license.segger.com/Nordic.cgi. But, "To activate the license, open Embedded...
Hi,
I would like to add custom UUID in my ble application. Due to this fact, I increase NRF_SDH_BLE_VS_UUID_COUNT constant to value equal to 1 which implies NRF_ERROR_NO_MEM...
SDK: 4.1.0
CHIP: 52840
my sleepy zed lost connection to the coordinator after refreshing key of the coordinator.
old question
the zed received "switch key packet...
As what I said in title , the answer I found was posted 5 years ago , and the interface is totally different. I just can't find where is the preprocessor selection . Can anybody...
In my device I send data using a characteristic with indications. The client sets the indication and data is then sent. I understand that when a device is bonded the values...
Hello,
In nRF52832 we use these commands to write data to user information configuration register:
nrfjprog -f nrf52 --memwr 0x10001080 --val 0x00010000
and use memcpy...
I had my environment running fine with (IIRC) SDK 1.4.x and Segger J-Link v688. I thought "it might help" to upgrade to the latest SDK.
I have the new SDK built and apparently...