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...
i used nRF5_SDK_14.1.0_1dda907.
ANT protocol :
I used ant_background_scanning example.
I want to scannig device ID of hrm, bpwrt and bsc.
Then choose the device ID...
Looking forward to using the new sdk v15! Is there a plan to implement a new Bluetooth Developer studio plugin or should we go ahead and keep using the current version? We...
Hi, I encountered the following error in keil v5.12.0.0:
linking... .\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_enable (referred...
Hi,
During SD+BL OTAU form SD132 ver 3.1.0 to SD112 ver 5.1.0, Old bootloader copied new one using function nrf_dfu_mbr_copy_bl(uint32_t * p_src, uint32_t len); to bad address...
Hi,
I have nrf52840 DK, I am unable to find details of which debug pin connected connected to respective controller pin.
basically dev kit has 10pin "Debug input" I want...
I tried following steps as mentioned in the tutorial, but after adding " ../../../../../../components/device " to the User Include Directories it looked like this..
But...
Hi,
I successfully installed and test pc-ble-driver with connectivity_2.0.1_115k2_with_s132_5.0.hex on PCA10040.
When I download ble_connectivity_s132_uart_pca10040.hex...
Android nRF Connect app DFU is flakey on my phone, a Motorola Droid Turbo w/Android 6.0.1. I tried with a Moto X and it worked fine, but on my Droid it rarely downloads successfully...
I'm using 52832/S132 V2/SDK11. For the test I only send notification to central just to see how many I can send in each interval. I keep calling sd_ble_gatts_hvx() until I...
Hi, I am having some issues. Just getting started with the nRF51422, so forgive my being a bit "green."
Background: Testing with nRF5_SDK_12.3.0_d7731ad, Keil V5.18A on...
I was looking for a way to connect multiple nrf52832 via ble and connect the master to a smartphone app. Right now I'm focussing on connecting two nrf52832 through BLE. Can...
Hi there,
I see the "Error 133 (0x85): GATT ERROR" in the nrfconnect App with an HTC U11 Life with up to date Android (8.0.0).
I tested the nordic ble_app_uart example...
I am setting up the Power Profiler kit as standalone, no DK, measuring external target, also use the Segger jLink as interface. With the 2.0 software, it could not connect...
hello ,
can anyone guide how to add custom service and charactericteristic and receive data from nrf connect app using handler
i am using
board :PCA10040
nRF52DK ...