I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
i work with the nrf51 example for ble and sd130 (nrf51 dongle and sniffer) and now i like to use sd310 for ble and ant+. is there also a example for sd310 (or sd110)?
Th...
Hello everyone,
I am using ADC functionality with NRF51822 and its working fine, Interrupt is raising when ever i give input to Analog Pin. Communication protocol i use is...
Hello.
I'm trying to start developing with the nRF51822 Eval kit with Eclipse and ARM GCC but I ran into some problems when trying to run the ble_app_hrs_example. I've been...
I have enabled a gpiote module, it does not set gpiote_enabled to 1.
I have tried deleting the file in the RTE folder with no success. I have tried disabling and enabling...
Hi,
I would like to change the transmission power of the beacon kit so that I can switch back and forth between high and low tx powers for each set of advertising messages...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hi,
I'm exploring the ANCS example with SD130 SDK 8.1.0 ...
The application acts as a GATT client to receive notification from GATT server on the iPhone.
I see in the...
Hi everyone, I am now writing a program with scheduler. But the program always can't enter app_sched_execute. I don't kow the reason. Is the scheduler blocked.
Firstly...
Hello,
I'm trying to implement a DFU support into the application, and in order to learn how it works, I'm following the steps at the page developer.nordicsemi.com/......
Is there an easy way to find out the range of handles for a service which I added? Obviously the first one is the service handle, then you add characteristics and descriptors...
Hi,
While access sd_ble_gattc_write api, I got an error code 0x00000011. If I check nordic document for sd_ble_gattc_write error code, I can't find any error code with...
I would like to use nRF2460 in my project (Hearing Aid for elder people).In that I need to transmit the data from a mic/line in to >30 receivers within a range of 100 yards...
I'm using nRF51822 and i want to send a notification to the central to notify it for the changing of a characteristic value (major_value) after using the sd_ble_gatts_value_set...