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...
Hi,
1/ I download the s110 softdevice and ble_app_hrs to the nRF51822 board, and running normally.
2/ I download the s120 softdevice and ble_app_hrs_c to the nRF51822...
Dir sir. I read the white paper "Tuning the nRF24xx matching network" and I have a question.
I would like to know the setting of the spectrum analyzer when I measure the...
I'm looking at the 5.2 SDK and I have noticed a few minor things that may be bugs or might be my mistake but here goes:
In the GCC linker scripts, I was carefully...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Hi,
I am working on a keyboard project,I change the HID report as follows
0x05, 0x0C, // Usage Page (Consumer Devices)
0x09, 0x01, // Usage (Consumer Control)
0xA1...
Hi,
How does the advertisement filter policy work?
I tried both BLE_GAP_ADV_FP_FILTER_SCANREQ and BLE_GAP_ADV_FP_FILTER_BOTH, but this doesn't restrict other devices...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
I just purchased an mbed developer kit and I am looking for the source code for the device. I want to write an iOS app to interface to this device via BLE. I'd like to have...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
Using ble_app_hrs running on a PCA10004 (nRF6310 motherboard + PCA10004 which uses a PCB antenna), the achieved range at +4dbm (<10m) seems to be short. Master Control Panel...
I think the new MCP might have a bug somewhere. I have not been able to find out the exact sequence on how to provoke it, but I have to restart the application more often...
if I set BLE_GAP_CONN_SEC_MODE_SET_OPEN, I can get data,
but if I set BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM,
Three different even sequences happened, only one sequences...
Hi,
I disconnect the BLE by calling *sd_ble_gap_disconnect*(), and found that it run to *app_error_handler*() after the BLE_GAP_EVT_DISCONNECTED event occured, and I don...
I program the nRF2727 module with the "Block readback of mainmemory" seleted using nRFgo studio tool.
After that, I can still read out the content of flash. What's the root...