I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
I have downloaded many things from many places. Even some by accident. I cannot figure out how to download nrfgo studio from the web site. Please help me understand this new...
Dear sir,
I am new to nRF52840 IC. We have selected two part number for 32.768KHz crystal. 1) ECS-.327-7-34B-TR( www.digikey.in/.../1850390) 2) ABS07-32.768KHZ-T( www.digikey...
Hello ...
Our product uses a secure bootloader based on the SDK 15.3.0 secure_bootloader dfu example. I've found a few posts eluding to bugs and would like to confirm whether...
I am trying to implement DFU for nrf51822 qfaa module I have used sdk secure boot-loader example. Its working on nrf51DK
but not working on nrf51822 qfaa module sdk : 12...
For purposes of provisioning a device, it would be handy to be able to read out the Subject common name from the device certificate. You can't read the device cert from the...
I'm working on a few projects for for a smart home company. My machine is running Windows 10 and I'm on SES version 4.40. I'm using my dev board (a PCA10040) to program the...
Hello
we are using the latest version of the Mesh SDK (4.0), and we are facing issues with the proxy. in some cases, we need to send, from a phone, 3 or more level_set messages...
Hi,
I am usinf nrf52832 development kit and I want to establish a secure connection between central and peripheral device.
I know one way is using pairing mechanism I...
Hi,
I am using mesh SDK 4.0.0 and nRF SDK 16.0.0. I ported the ble_app_uart_coexist example from mesh SDK to build OK for pca10056 board (nRF52840) by following the instructions...
I'm attempting to receive SMS in eDRX mode. It succeeds when nRF9160 device is left in a place without moving it.
However, when I move it to a far place like a few kilometers...
Hey..
I'm using the nRF52840-preview evk, with the Arduino camera plugged into the side connector. PCA10056_USE_FRONT_HEADER is set to 0, and I'm using the SES project....
Hello, guys!
I recently started playing with nRF9160 SiP module. nRF Connect SDK is properly installed and I am able to build the code and download it properly. I also spent...