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, the latest version of SDK is 14.x.x, by principle I should be using the latest, except by going through the SDK14 folders I get the impression that it is exclusively for...
Hello,
This is related to using Seger embedded studio on a mac for thingy52.
With all the amazing help from this forum, I am trying to compile and upload FW onto thingy...
Can we send scan response packet with advertising packet in non-connectable mode? I have taken eddystone beacon example given in SDK 12.3.0 and s130. My beacon has to advertise...
Hey guys,
I'm just being very lazy today and I just skimmed the datasheet for <nRF52832_PS_v1.0.pdf> but didn't manage to find if there are any "pin-muxing" limitations...
Yet another app_uart_fifo question.
I'm using SDK 11 with uVision.
It is my expectation that, if using HW flow control and a FIFO to RX, no received characters should be...
I am writing drivers for external ADC and I need to write my own SPIM driver using hal of NRF52 SPIM. However, after trying for a day I am not able to see my waveform in my...
Hi,
I am using ble_app_blinky_c_pca10040_s132 project, but I found it cannot output log, by using NRF_LOG_INFO. I have tried some ways, but it didn't work. I need your help...
Hi,
I'm in the process of porting code from a PCA10000 rev2 board to a custom board, using the ISP130301 integrated MCU (contains a rev3 nrf51822 IC). I'm using nrf51 SDK...
Hello,
I'm using a modified version of the serial example of the SDK 13.0.0 with a PCA10056.
The modification are that i use nrf_serial_read in non-blocking mode (timeout...
I am using SD132 V5 and SDK 14.1
I found the sd_ble_gatts_characteristic_add() is being used in most of the example projects, but I suddenly found the characteristic_add...
I have nRF52 on both central and peripheral. I'm getting the RSSI value on the central by looking at the RSSI field in the ADV_REPORT event. I see the RSSI values has a wide...
Dear Thread-experts,
I have troubles with your Thread CoAP Cloud example. I am using:
Thread SDK V0.11.0
Border Router V0.11.0, ethernet (not Wi-Fi)
cloud_coap_client...
Hi Folks, I am playing with uart ble example described in this link ( devzone.nordicsemi.com/tutori...).
I would like to make BLE uses a unique AA (Access Address) rather...