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 have captured the ble packet showing as the screenshot by using the ble sniffer(win7 ) and wireshark.
But I did not understand the meaning of delta time (such as end to...
Hello!
I would like to whitelist a peripheral when -60 dBm RSSI is achieved (this means that central will bond to peripheral by proximity) but later data exchange must...
Hi all, i have an application with a smart beacon kit; i won't resume the whole project because it's long and boring, i will just say that i have a service that every 100...
Hi,
I'm using the S110 v8.0 on a nrf51422 together with our own scheduler with a few lines left from SDK v8.1.
I'm sending out advertising containing some extra data and...
Dear
As far as I know, the nRF51822 has the Pin Crossbar feature that weu can chose and connect
any GPIO pins as second UART.
I need to talk to two UART peripherals...
Hello Everyone,
I have created an schematic for m custom prototype using NRF51BLE with Sigfox Radio chip whenever i press the button on the NRF51i has to send message to...
Hello,
is there a trick, how the Radio peripherals device address match feature could be used to implement those advertising filter policies that filters based on the PDU...
I want to program the ARM MCU in the nRF51822 Development Kit for my own purposes and then send the processed data using the BLE module in the kit to another nRF51822 Development...
I have been using this mode to init the app_uart_fifo code on SDK8 for a while now and when moving over to the SDK11 code I was in the app_uart_fifo.c code and it's radically...
Has anyone taken the Nordic LE Secure ECDH key exchange and encryption code though FIPS 140-2 certification and what level was attained? I was tasked with getting to level...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
When I use "sd_ble_opt_set" to set channel map as below, the API will retrun...
Brand new PC running windows 10.
Installed all of the necessary drivers (J-Link 5.12f)
To clarify any tool that tries J-Link connect crashes.
Also same behaviour with...
Im having problems running DFU serial examples.
i use one of the examples of the SDK but it seems like board doesnt leave the bootloader mode and memory value doesnt change...
Does someone could tell me where can I find information on the sequencing of events BLE_EVT_TX_COMPLETE and packet transmissions during connection periods?
In my application...
Hi,
I am using nrf51822 evaluation kit, and the sample program i am working on is ble_app_hrs.
I have created 4 characteristics with notify property and also created...