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 All,
I'm trying to add FreeRTOS into an existing project that is based off the UART example but has a lot of stuff stripped out of it. I've been referencing the HRS...
I examine the Logger Module implementation a little and find out that the only way to get a character from UART is via the NRF_LOG_GETCHAR() macro, which is blocking.
I...
I was just wondering if theres plans to migrate the PPK software to be an app in the NRFConnect tool. I love the NRFConnect tool and I wasnt able to get the PPK software running...
Dear sir,
Sir I want to send some data(characters) over ble using 52832 on android phone. I gone through ble_app_uart. if I put my data in this function ble_nus_string_send...
I am unable to get the FatFs example working for my nRF52840 dev kit board using the latest SDK14.2. I have determined this is related to the type of SD Card that is inserted...
Hi DevZone,
Regarding example: \examples\peripheral\spi_master_using_nrf_spi_mngr, can I ask several questions?
1. I want to modify this code for receive the response...
I'm using nrf51822 (peripheral) ,nrf52832 ( central) devices. In peripheral side i have created custom services and its 16byte uuid characteristics. Thats working fine because...
First time turning the board on by connecting to a PC running Windows 10 through USB. The power button starts blinking which is odd, I expected it to be solid green. There...
Hi, Just to clarify, is there a difference between a mesh network containing purely Bluetooth 5 nodes and a network containing purely Bluetooth 4 node?
I am referring to...
I'm trying to use the GPIOTE to generate an interrupt when a pin makes a transition. It appears everything is working except the interrupt never gets triggered. NRF_GPIOTE...
Hi
I am trying to get get the ble_app_template running on my PCA20006 beacon kit (nRF51822 xxAC) using a j link edu .
I have imported the ble_app_template_pca10028_s130...
I'm new to using the Nordic SDK and I'm trying to use the BLE template to start my own service. Is there a walk-through for doing this somewhere that may be able to help?...
Hello,
I'm developing a simple code that make use of timers using NRF-based boards and Arduino code.
The following code works fine on a Simblee nRF51822 board , but...
I was trying to install firmware into my nRF51 Dongle using jlink.exe on Windows, so I can use nRF Sniffer. I made the mistake of unplugging the dongle from USB after erasing...
I have an nRF52832, coding with SEGGER and the SDK 14.2.0. I'm trying the ble_peripheral/ble_app_uart example (although I get similar results with the other BLE examples)...