Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
I just got an 32u4 BlueFruit LE board. and want to create a customized FW for its nRF51822 v3 chip.
I am using STLink v2 and OpenOCD connected to this chip. To verified...
Hello everyone! Frist of all, sorry for my broken English.
I had a timeout handler, which call by application timer every 50ms. In this function I took data from accelerometer...
I have a few nRF51-DK's lying around. I've compiled this simple test program using Yotta/mBed.
#include <mbed-drivers/mbed.h>
Serial pc(USBTX, USBRX);
DigitalOut...
hello,, i want an additional information on this product.... End of life of this chip... how long the chip will be available in market. Because we in our company decided to...
Hi,
I use the nrf24le1 device in my design. I want to stroe data when power is off, so I write data to the NVM flash. But something is wrong in my design, could you help...
Hello,
I am using the nRF51 transmitter_pca10028 example to try to communicate with legacy systems using nRF2401A.
I could achieve nRF51 TX to nRF24 RX successfully...
I would like to burst out 12 packets of 64 bytes and then go into RX mode immediately after for a single payload, followed by another round of transmissions. Is there a shortcut...
The data is sampled at 3khz, each sample is 2 bytes, connection interval is 7.5ms ,4packets per connection interval. The data is displayed on a graph with respect to time...
When I execute nRF5x_MDK_8_7_1_IAR.msi from the SDK 11 directory the files from the .msi are added to the IAR install directory, not the SDK. These changes are ignored when...
I was little bit confused between NRF24l01 and (+) plus version which is better . i want range of 900-1000m. which is best??
If i choose NRF24l01+ what are the ways to...
(/attachment/0495424521df76d5b8f8e66c969ed791)Hi,
I add ANCS Service into my Heart rate ref ble_app_ancs_c example code.
I use MCU nRF51 and SD130 in nRF5_SDK_11.0.0_89a8197...
Hello,
My device is based on nRF51822 SD110 v8.0. Softdevice is enabled, but no BT functionality used. I measure 2 different voltages with ADC each second with two channels...
I'm writing code for PCA10040 basing on UART/NUS example. There are no big changes: different UUIDs and just one characteristic for both reading and writing. I can connect...
This is a follow-up question from devzone.nordicsemi.com/.../
I finally got passkey support to work on ble_app_uart but don't quite understand the changes made to the code...
I am trying to add static passkey pairing to ble_app_uart in SDK_11 s130. To do this, I first implemented static passkey successfully in ble_app_gls using sd_ble_opt_set(...