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...
I used the following code to verify the working of the clock (at P04) of nRF24le1.
I used a 4.7K pull up resistor with a VDD of 3.3V, which was output from the nRF.
Note...
Hello,
I'm using nrf51822/s130/sdk12.1.0.
Before adding BLE code there's no problem in writing inner flash.
In main I just added below ble_app_uart codes(not modified...
Hi,
I have Wireshark version 1.10.14 and sniffer version 1.0.1. I send the data out from PCA10040 with connection interval of 7.5 ms and packet throughput of 200Hz using...
The pulldown on the SAADC is 160k. Is it ok to create a resistor ladder by adding an external resistor of, say, 400k, enable the internal pulldown and then input a higher...
Hi NordicSemiconductor's community,
I have a basic question about connection to a BLE peripheral.
I use the SDK_10.0.0 and s110_v8.0.0.
I want to know how to implement...
how to change RX and TX operations ?
i wrote next code:
#include "nrf_esb.h"
#include <stdbool.h>
#include <stdint.h>
#include "sdk_common.h"
#include "nrf.h"
#include...
Hello
I used one example from the nrf52 SDK and wanted to add another functionality to the code. How do I know what to add to that file?
Is there a global sdk_config.h containing...
I am migrating from SDK 12.2 to SDK 13 on Nrf52.
I use Eclipse.
I have a few questions:
In SDK12.2, there was :
Patch for SDK 12 - implements required workaround...
i am using nrf52832 dk. i am trying to change the flash address from 0x000 to 0x0002000. But i can only flash it to 0x0002000 if softdevice is already present on controller...
Hello,
I want to clarify one thing related to the limitaion in SoftDevice S130 V.1 of L2CAP_MTU size by 23 bytes. Is any way to extended it?
Because I see that changes...
Hi All,
We are trying to flash our custom NRF52832 board using NRF52-DK+nrf studio. With the same setup that's suggested by devzone.nordicsemi.com/.../
However, from...
Hi,
Recently i have moved to a much newer version of the SDK and have replaced my uart driver with the new ones, from SDK 12.7. The uart is between two nRF51422s one with...