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...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi,
Basically i want my nRF52 DK should be able to transmit data to connected android device and also be able to receive data from android,data is kind of logs.
hi,
I would like to do some code profiling and measure execution time.
What is a lowest possible resolution for the counter is possible to achieve and how?
I am currently...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
Hello,
I have the NRF52 DK with a PCA10040 designation. As instructed, I connected the board to my computer via the USB cable. The original demo on the board worked fine...
Hi,
I need to implement a simple external interrupt triggered by another IC on a nrf51822.
After searching the devzone I found the example in the GIT repo ( github.com...
My code is roughly based on:
devzone.nordicsemi.com/.../
I'm using SDK12.2, softdevice S132. The relevant parts of code are:
static uint8_t bapi_adv_data[14] = {...
we are facing issue of "application program" hex file generation, which is different in two machine . we are matching setting of both machine , we found the difference in...
Hi,
I've got a problem with nrfutil package on Raspberry Pi with Python 2.7.9 and pip 1.5.6 included to raspbian distribution.
I'm writing like below:
pi@raspberrypi...
Using SDK 12.1.0 with flash containing data from a previous version of software.
The pages_init function in fds.c does no have adequate protection to prevent writing to...
Hello,
I have followed a couple of the posts on the devzone on how to increase the MTU and add the DLE support such as this .
However, whenever I send over 20 bytes...
hi, i have a SIM800L Core board which is using UART protocol to communicate or to send At commands. so that i am using BLE_APP_UART example to set AT commands to SIM800L....
Trying to follow this tutorial using KEIL 5.23, J-Link 6.14b and the DK.
I am getting linking errors like this when compiling:
What did I do wrong and how can I fix...
hi,
i was looking for example of two nrf52 communication. One is central of course and other one is peripheral. But i have following doubts.
If one is central then...