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 am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...
Hello, I wanted to show here two cases that made me crazy today and I fixed using workarounds, but still have no idea why they are happening.
In main context I call a function...
I m using two Arduino pro mini(3.3v,8MHz),nrf24l01+ modules, when i first used those modules they worked fine they were communicating well(used the program from here arduino...