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...
I am taking the Radio Test example and introducing a button and LED for control over the various tests. However I have struck an issue in trying to call the LFCLK when it...
Whenever i chose SEGGER RTT backend the program crash after running for sometime throwing fatal error info: 0x2000FDBC. According to the documentation the error seems like...
Hello,
I am currently trying to implement Secure Buttonless DFU in my application using the nRF52832, s132 v5.0.0, and SDK14; but I am having some issues that I am hoping...
I'm trying to create a footprint for the NRF52840, and I can't find a layout specification for this package. I'm able to find a mechanical drawing here:
infocenter.nordicsemi...
I am trying to build a basic communication system without GATT or GAP services.
I don't have any device that is advertising, but it seems that my device get a
BLE_GAP_EVT_ADV_REPORT...
Hi,
I'm using nrf51822 and ble_app_uart(SDK 12.3.0).
I'm sending data from my android phone.
My question is that what happen if send data before previous data is...
Hi!
I am developing application for thread on NRF52840. I've got one problem with connection stability. Sometimes some SED nodes are disappearing. Only reset makes them to...
I am using CC2541 and CC2540 (USB dongle) which will communicate with each other and transfers data. I want to know weather i can communicate to CC2541 (ble device) directly...
Hello,
We have a setup where we connect an nrf51822 and an iphone.The nrf51822 connects to the iphone,
notifies the data and disconnects roughly every minute.(This is done...
There are only HID periphral sample code in nRF52840 SDK.
It is difficult for me to implement HID central with the sample and tutorial provided.
So I want to get a sample...
Capture_Load_error.PNG
All,
I'm new to the nodic. Just now installed KEIL V5.24.2.0.'m able to compile code but not able to load it on Target.
Please find attachment...
Hello,
It doesn't seem possible to mimic a IEEE public BLE MAC address using the BLE stack provided by Noridc. But how easy is it for others to roll their own BLE stack that...
For longer than I'd like to admit, I've been trying to make an application on the NRF52832 that relays UART data to a phone. To date, I've:
Gotten the BLE_APP_UART application...
hello all:
I think sdk13.1 s132 has a bug about ANCS,
ANCS works normally only in the following two cases
1、Both the phone side and the device side do not remember...
I have a sensor with serial protocol of 7 bits data, even parity, 2 stop bits. I wanted to use uart library to interface with this sensor. But I couldn't find the settings...