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...
If I let the SoftDevice write to my variables directly by having the characteristics point to my app's variables through BLE_GATTS_VLOC_USER - when are these variables actually...
HI,i have some problems about RSSI (51882)
BELOW IS MY CODE. who can tell me why I can not get RSSI from variable t
int main(void)
{
uint8_t *p;
uint8_t t = 0;
...
Hi,
In S130, both central and peripheral modes are enabled. How do you enable just the peripheral mode and not the central mode for S130 so that less RAM space is used...
I am just working through the tutorial on radio notifications and imported "ble_radio_notifications.c" to my application folder and included the header in included directories...
I use NRF51822 Bluetooth 4.0 e-val kit.
souce code is peripheral example.
so, android smart phone and NRF51822 is connection.
result, Pairing success. occur On_ble_evt...
Is it possible to detect a bluetooth (BLE) enabled phone when it enters the room?
I like to use the nrf51822 (BLE-Peripheral or BLE-Central) to detect any phone when it...
Is it possible to have S110 but not more than ~30-40K size? I need to establish communication in order to upgrade firmware over BLE (UART Emulation), but without using such...
Hello,
Situation:
I am trying to write a characteristic to an iOS device acting as a peripheral from a nRF51822 board.
The board has 2 leds (green and red) and a button...
What is the file pstorage_platform.h? Is it an SDK file? Where does it come from? Is it auto-generated somewhere or should it be just copied from an example?
Hi all,
About the NRF_UARTE0 of nRF52, I want to check the number of received data(example:I set RXD.MAXCNT=16, but I just receive 10 bytes now.Then I want to handler these...
Hi,
I'm working on nRF52822 device with gcc4.9.3 compiler under eclipse environnement (with gnuarm toolchain plugin).
I have some problems with data initialisation....
I have attempted to migrate over a couple of nRF52 projects built around device manager to the new peer manager in SDK 11 that are built with eclipse and GCC. However, I am...
I have seen I can use the nRF8001 to broadcast as a beacon, can a second nRF8001 pick up this beacon? If not, what is the smallest device that will do the job?