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...
Now I'm working with MCP 3.9.0.
When any device is connected, characteristic default values are not 0's. Can they be initialized in any way? It is a little bit annoying when...
Is there a separate reference resign for the 1.8V of operation (as in case of nrf51)? Or it's implicit and the chip can be powered in range of 1.7V - 3.6V.
Thank you!
I am using nrf51442 as central client.
I have used
SDK\v7.1.0\examples\ble_central\ble_app_hrs_c\pca10028\s120\arm\ble_app_hrs_c_s120_pca10028.uvproj" as a atart point...
Hi All,
I am integrating Johanson's balun and Nordic's L shaped pcb antenna, is it possible to have the antenna connected directly to the balun's pad? as in the below pcb...
The m_client_count is like instantly increased when I power up another (or the first) peripheral.
But with increasing connection interval the time till the central finally...
Hello,
i want to implement DFU with the S130. The problem is, that I currently do not use the device manager because I need both Central and Peripheral connections at the...
Hello,
This is an add-on question to the the one outlined in:
devzone.nordicsemi.com/.../
That question states that:
The maximum SoftDevice size that can be updated...
I've got the nRF52 preview development kit and I am trying to flash a binary in it.
I am using JLink_Linux_V501a_x86_64 the way I was using for nRF51, but I can't get anything...
If I try to build my project using GCC and I change the optimization flag to something other than -Os then I get the following error:
D:/Nordic/nRF51_SDK_8.1.0_b6ed55f...
Hi
Evothings Client is not scanning my NRF51-DK using HTC Desire 610 android mobile.
When I plugged nRF51-DK to my computer , it shows power On and my device manager...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I've been trying to implement a SPI master module in the example ble_app_hrs_c_s120 on the nRF51 DK with nRF51422 (I copied the code of the example of spi_master in...