if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hello Everyone,
I am trying to measure the (3v)battery voltage by having proximity example as reference but intially it is showing 100percent later it is going to 13(percent...
Hi,
SDK: v11.0.0.2-alpha
DK: PCA10040 (NRF52)
I am trying to build a peripheral application that communicates with an external device via UART (h/w flow disabled)....
Hello!
I have PCA10006 with revision QFAA nRF51422
I am testing the buck converter's ability to make the system consume less power when transmitting.
Example is ant...
hello there! i am working on project in which my one nordic BLE(A) want to send command to second nordic BLE(C) which is not in my range. now there is third nordic BLE(B)...
Hello Guys,
I would like to know, can i use NRF52 Preview DK on Board Segger Section as standalone Segger JLink Programmer for NRF51?
So, is there any way to dis connect...
Hi, I read about concurent operation of the Softdevice and other proprietary stacks like esb or gazelle using timeslot api. Is it possible to run two ble stacks in this way...
Hi Guys,
I would like to develope a HID device on nRF52832 chip. I'm woring with nRF52 Development Kit (PCA10040, v0.9.0).
I've tried to flash the board with both hid...
I'm getting the NRF_ERROR_NO_MEM when I try to put my ADC interrupt routine into the scheduler. The code runs without error if I run from the ADC interrupt handler directly...
Hello ,
I am testing the DFU support and usage for the next phase of my project. I am using S110 softdevice 8.0 and SDK 9.0 and evaluation kit nRF51822QFAAG0.
I followed...
hello, I have some quesetion about the nrf51822's carrier detect. I want to use " CSMA" to avoid
Communication collision, the datasheet has no detailed infomation about...
when I call pstorage_store so store a block of data, sometimes I call just after pstorage_store : the following code
do {
pstorage_access_status_get(&count);
} while...
In this post , I can register a new case with some required parameters to have the current estimation, but I don' t know how to obtain some of them.
I'm using nRF51422...
on the log of nRF Master Control (mobile version) I can see DEBUG VERBOSE APP WARNING . I want to know if there is a directive on SDK 10 (functions) to send those kind of...
I created a BLE central device using nrf51422 chip base on S120, it connects to a peripheral device which can send around 12k bytes in 10 seconds. My device always received...
Hello, the official example of BLE peripheral communicate with android device using GATT HVX NOTIFICATION. I'm wondering, if I need to send data over 20 bytes, are there other...