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...
Greetings,
I have a setup where I have a periodic single channel low power SAADC implementation. In this the configuration is
A single SAADC channel is initialized...
Dear Nordic,
After playing around (a lot) with your nRF51 and (all) of your nRF52 devices, both on a personal and a professional level, I would find very interesting to...
I've come to the conclusion that NDEF doesn't provide the functionality that I'm looking for (primarily security). I spent some time playing around the SDK running in NFC_T4T_EMUMODE_PICC...
Hi,
I am using the ble_app_uart_c example for scanning the peripheral.
My requirement is I need a name of the device when UUID is being checked.
Means when isUUIDpresent...
I coded a simple timer using app_timer and tested it on my nRF51822-DK:
#ifndef NRF51
#error NRF51 must be defined.
#endif
#include <nrf.h>
#include <app_timer.h...
i am troubling in connection with nrf51822 with android via bluetooth.can you please tell me the procedure of how to connect nrf51822 bluetooth with android phone. i have...
Hi all,
I'm having trouble getting the buttonless DFU using the android version of NRF connect v 4.10.0 to work reliably. I have previously had it working reliably but...
We have made custom board with raytec MDBT40. Our device was working for few days on cr2032 battery and suddenly a day ago it stoped working we tried with new battery but...
hi i am interfacing mpu6050 with nrf51 dk. i find some coders in devzone. but they don't work. so i write simple code. but my problem is that if i write any thing in device...
Hi
i am trying to connect ble_app_proximity with ios (10.0.2), but every time it is generating PM_EVT_CONN_SEC_FAILED for pm_evt_handler with sdk 12.2.0
i need to implement...
My objective is , when the button is pressed , the led should glow and when am released the led should turn off.
Eventhough i have tried the example code of pin change interrupt...
I am a first time user and have very little idea about how to initialize UART. I have not used developer kits before and i am having a difficult time with it. I am on a deadline...
Hi!
I am currently working with the nRF51 Development Kit board (PCA10028).
while trying out some of the samples (mainly - gzll dynamic paitring host and gzll dynamic...
Hello Nordic staff,
I'm now trying out the nRF52832 BLE SoC and made a measurement of the SoC initialization time. The example application is ble_app_template from nRF_SDK_13...