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 there! I've developed with Nordic chips for years and really love the support, SDK, and awesome solutions you guys offer. Today, I would like to ask for some help.
I...
Hello,
I am using nrf5 SDK for thread and zigbee.
I want to enable child supervision check on FTD and MTD devices.
For this I have already set OPENTHREAD_ENABLE_CHILD_SUPERVISION...
Hi Nordic Team,
Please suggest when should the event handler for scanning at central device be called to scan all the peripheral devices which are advertising.
Please...
Hi,
Good day!
In our application, we are using the SPI protocol to communicate with the LED driver. For a graphic effect like text scroll on the screen, we used nrf_delay_ms...
Hi all,
I am trying to deploy the long range mode in nRF58240 DK. I modified the Blinky example in SDK 16.0.0.
It just keeps reseting and the code error is 0x0007. Is...
Hi. We are using the USB CDC example to send data to a windows PC over virtual comport.
First question is that in the sdk_config.h file NRFX_UART_DEFAULT_CONFIG_BAUDRATE...
Hi Nordic Team,
Please suggest logic to scan all peripheral devices by the central device.
In my BLE project when I'm trying to scan all peripheral devices which are advertising...
Hi Nordic Team,
In a BLE project we need to configure same device to conditionally act as central (to scan) device and peripheral(to advertise) device based on the state...
If I write to the MWU REGIONENCLR register and immediately access memory that was previously watch enabled an event is still generated. If I delay a small amount (tested with...
Hello,
we have made our fist device with a custom Service with 5 characteristics. And now we have a strange problem which I was not able to debug to find a solution.
We...
Hello,
if I call this code all works:
if I call following code only ZB_ZCL_ON_OFF_SEND_ON_REQ take effect on target
I'm simply swap the call order, where's the error...
Good morning everyone,
I saw this question asked a few times, but no conversation was actually fixing the issue.
I am developing a product where I want the pairing to...
This seems to have changed in recent SDKs, so that none of the examples or techniques mentioned in previous posts is relevant any more.
I am using the SDK v16.0.0 ble_app_blinky_c_pca10040_s132...