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...
Hi all,
I am using an nrf51422 DK as a peripheral, with s130 softdevice and sdk11 on Keil, and iPhone6, with iOS 9.3.1, runing nrf Toolbox UART app.
I am sending data...
Dear All,
NRF 24L01 communication fails particularly @ midnight / early morning 1:00AM to 3:30/4:00 AM and resumes Automatically.
In my project, I have 1 base station...
I was reading a line of code:
mesh_gatt_evt_t* p_gatt_evt = (mesh_gatt_evt_t*) p_ble_evt->evt.gatts_evt.params.write.data;
And ble_gatts_evt_write_t::data is the cenerpiece...
Hi, I'm an undergrade student.
I use Android-NRF-UART in GitHub/Nordic.
I want to enter the encryption about send message and decryption about receive message.
so...
Hi all,
I wanted to know the power consumption in ble device while advertising as well as while scanning. please if anybody knows about it, let me know soon.
Any help...
Hi
I am trying to start an advertise. If I use the “BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED” flag all work’s pretty fine, but whenever I change the flag to “BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE...
Is it possible to have a fast advertisement interval (for connecting and bonding/pairing) for example: 40msec; at the same time, have a slow connection interval (after connection...
uint8_t flags = BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED |
BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;
And then when I look up "BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;...
Hallo,
i'm trying to test my BLE aplication using the PTS. The profile test are mostly OK. But if i run the GAP Test (especially TC_BROB_BCST_BV_01_C) the PTS does not...
It seems that static and global data is NOT set to zero during start-up. This is supposed to happen according to the C-standard. How to do this in a proper manner, i.e. to...
Hi All,
we currently move our custom design to CE testing and already did some successful EMC pretesting.
However, our testing house asked us to prepare a firmware for...
Hi All,
BLE Nordic Stack: 0.9.7
Tiny Circuits: Ardunio + Nordic nRF8001 Board
First time post, and hoping someone has run into the same issue that I am. I am in the...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...