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...
I will start doing a custom PCB (1.3cm diameter) with a nordic BLE, any recommendations about the components needed and design?. I need to use mbed programing tools, any experience...
Hi,
After training on a PCA10028, i want to develop on my personal board.
I use keil but i saw a problem.
The libraries are all in folders of folders in the sdk folder...
I don't know why I didn't notice this blurb in the reference manual sooner. In pretty much all peripheral sections (such as SPI), you have this warning:
Therefore, the...
When loading the ble_app_uart_s130_pca10028.hex file (Windows 10)
from nRF5_SDK_11.0.0_89a8197/examples/ble_peripheral/ble_app_uart/hex using nRFgo Studio - Program Application...
Hi,
I programmed the NRF51-dk to take ADC samples and transmit those values at 8 bit resolution. Now I want to send a 10 bit resolution value over BLE UART, but I believe...
Hi everyone,
In my low power application , I use PORT EVENT to detect the interrupts of my two pins.
when I use only one pin interrupt, it's working well .
But with two...
Dear All,
We are implementing 8 Pheripheral Nodes and one central node with S110 and S120 respectively.
We have our custom board with us we are able to connect the pheripheral...
Hi
I want to run RAM retention sample example with sd_app_evt_wait(void) .is it possible?
is it require soft device to load first?
I have included S110 soft device of...
Hello Nordic team,
are there documentation about the MTTF (Mean Time To Failure) Value of the NRF51822?
For more details please see the EN 13849-1. We need this information...
Hi
I want to operate nrf51 in various power modes available like low power mode, constant latency mode system idle mode and so on.my questions are as follows:
...
Hi,
I am using the following statements for send a string data over BLE.
static uint8_t Name3[BLE_NUS_MAX_DATA_LEN]= "xxxxxxxx";
err_code = ble_nus_string_send(&m_nus...
Hi.
I have interesting UART problem in Ubuntu. The multilink example only outputs one character at time, and line change doesn't change line. However if I flash another...