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...
The engineering B errata mentions PAN 186, that the current consumption in System ON Idle is increased if High-Voltage mode is used. Is there any information available how...
Hi everyone, I'm having troubles with a project using softdevice, and I think it could be a memory problem, I just wanted to confirm that the addresses are correct and there...
Why was this removed? The SD 3.0 docs show only random static and public as options and I get bad address for the others which is consistent with the docs. We were using random...
Hello
Nordic Team.
I controling nrf spi.
testing for example nrfSDK14.0.0\example\peripheral\spi\pca10040\blank\arm5_no_packs\spi_pca10040
/**
* Copyright (c...
Hello everyone, I want to run project ble_uart on NRF52832 in Keil.
At the beginning of the main.c I add
#define BOARD_NRF6310
But get error
C:\Keil_v5\ARM\PACK\NordicSemiconductor...
hi team, i am using nrf52840. is there any hidden services placed in nrf connect app android for gyroscope or we want to create our own services. and also one doubt wat is...
Hi,
I wanted to know the peak current of the nRF51822 chip using the softdevice 130.
I was looking through the documentation and found on the S130_SDS_v2.0.pdf the information...
It would be nice if libraries in the SDK contained more asserts about preconditions and postconditions. For example, since app_timer requires the lfclk running, the app_timer_init...
hi, i have downloaded nrf5-mpu-example sdk 13 from github. made necessary changes to work with sdk 14.2 for nrf52840. the kit is advertising when i check it in nrf connect...
How can I disable aes encryption?
I'm trying to port nRFgo gzll_host_w_dyn_pairing_example and the aes encryption peripheral is missing. Tried to define GZP_CRYPT_DISABLE...
Most of the SDK examples project support pca100028 only How I do Port in PCA20006
Right now I am using any IDE's . By using cmd , I generate hex file.
Where I have to...
Trying to port over code from UART example to muti-connect example.
Made sure include paths are correct, and made sure the following C files are in project.
ble_nus_c...
Hi guys,
I am using nrf51822 with SDK 11 and softdevice S130. I use Just Work bonding with Peer Manager. When I connect nrf51 with the Android phone run NRF Connect, the...