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...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hi,
Some questions in example ble_app_hids_keyboard/main.c
Why set the adv_params.timeout to zero in BLE_DIRECT_ADV (Line 779) ?
That will cause no BLE_GAP_EVT_TIMEOUT...
I just got a nRF51 and am having trouble getting started with it. I created a very simple program using the mbed compiler and produced a hex file which I now wish to flash...
Hello,
I see that the make files that have been included have provision to remove dead code from the projects to reduce code food print. This is accomplished using the...
HI folks,
I have checked the current consumption while connected on an average to be 325uA (with uC taking 4.5uA) so this mean almost 320uA being consumed by the nrf8001...
I have a general question about the RF frequency tolerance of Nordic devices in general. Is the following calculation correct?
Crystal spec = 16MHz, +/-50ppm tolerance...
Are there any plans to add boundary scan functionality to assist ICT testing? If not, are there any other hooks into the part that can be used to test during ICT?
Hello
I'm using a pstorage_register from pstorage.c to register two application storage blocks in flash memory. But I have situation that first module have 6 blocks of...
Hi,
are the GPIO pins broken out on the nRF51 Dongle configurable and can be used for SPI Slave tests? I have a running system powered by a ARM Cortex 4 (Teensy 3.1) and...
We have an early implementation of the v6 SDK DFU ported to support S310 on a handful of devices in the field and need to update them to a new bootloader and we'd like to...
Hi,
With the validation of the BLE V4.2 specification will Nordic be implementing the new features of the spec and if so do you have any idea of availability and dates. ...
Hardware: NFR51822_QFAAC0
Firmware: S110_7.0_SoftDevice
SDK: NRF518_6.0
Application: ble_app_hrs in NRF51822 S110 Examples
I start a timer to toggle led once per...
Hello Everyone,
I want to start working on nRF51822 development kit for my project. but as mentioned on this site : www.nordicsemi.com/.../nRF51822-Development-Kit
that...
Hello there,
I am using the experimental_ble_app_uart with S110 on nRF51-dk and receiving sensor data via 1MHz SPI every time the timer ticks = 100ms.
Data transfer displayed...
Hey,
I created a custom PCB with the nrf51822 that reads two sensors via TWI and transmits certain data over BLE. I can program the chip, print strings to the terminal...