I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
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...
Hi
I seek your support for the following 2 app_timer (or else) issue:
(1)
in there any reason as to why multiple app_timers will sometime trigger all in a row although...
Hi all, i'm continuing the exploration of the possibilities offered by BLE. I tried the example ble_app_uart on my nRF51 DK, sending for example the number "1" from my phone...
New to NDZ. Searched forums already. Summary page of each produce spec says different things but PWM section in each spec looks like they are copied.
So are the PWM modules...
Hello,
what is error 132 (decimal) for PM_EVT_CONN_SEC_FAILED ? I cannot find this code in the headers. This is red as: p_evt->params.conn_sec_failed.error .
Btw: #define...
I am using the nRF52832 with S132 Softdevice via SPI Serialization from an STM32 MCU. I am looking to use NFC for Pairing, but I don't see any references on if / how this...
I got following error:
nrfjprog --version
ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
ERROR: reinstall latest JLinkARM from Segger webpage...
Hi. i'm using nRF52832, SDK13.0.0.
I'm developing Central, Peripheral both.
If peripheral just has 16bit UUID. It doesn't contain base UUID.
Or if i don't know what peripheral...
I was bought 2 PCA10056 board to do my product. I use ATT_MTU_Thought_Put example in SDK version 13. I also read this tutorial infocenter.nordicsemi.com/index.jsp . And I...
I would like UART client in example
C:\NordicSdks\SDK_14.1.0\examples\ble_central\ble_app_uart_c\pca10040\s132\arm5_no_packs
to connect auotomatically to nearby devices...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
Hi ,
can anyone tell me what can cause these disturbances around the unmodulated carrier?
IMG-20171110-WA0017.jpg
We checked all components arround the IC it's all...
Hello,
Looking into the characateristic of Heart Rate BLE profile, I've come accross to the function hrm_encode(ble_hrs_t * p_hrs, uint16_t heart_rate, uint8_t * p_encoded_buffer...
Hi.
I have a central device call C_Board. It is scanning to find device has name is "123456" . This meaning is any device has name "123456" can connect to C_Board. Have any...
First of all, how do I know which version of the SD I'm working with when I'm flashing an example app from an SDK? I know I'm flashing SD 132, but I need to know the exact...