Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Hi, I am trying to code my nRF51822 on my custom board, however right now I'm having my doubt on using some of the example code provided in the SDK.
Essentially, I want...
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...