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. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
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...
Hi,
We are using 52832 to developing.We need DSP to finish the arithmetic.
Can you tell me how to use the DSP on 52832 ? Do you have same examples?
These algorithms...