Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
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...
Hi,
After I've successfully connected my smartphone via nRF Toolbox's UART-BLE Service to my nRF52 peripheral, I tried to mimic the scenario when the devices get disconnected...