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 all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
Hi -- Can I run direct test mode on the nRF51-DK?
I've found the Direct Test Mode window in nRFgo Studio, but my board isn't available in the "Set up on ... " pulldown...
Hi,
I'm trying to implement a device including a PWM counter and a high resolution timer working with softdevice stack 110. Per the examples I got from this site, I'm using...
Hello! I'm trying to use s130 as peripheral.
I flashed nrf51822 with s130 stack. Opened peripheral example and build it with .ld file for s130.
After it I flashed this project...
we have a 2 chip soln. nrf for Ble, Atmel for main application.
config data is located in the Atmel part. Config data also has BT Device name, ADDR, Adv Params etc.
I...
I am thinking to use IoT SoftDevice in a project, but I read that
" This SoftDevice is a technology prototype only. Therefore, it should never be used in production ." This...
Hi there,
I'm trying to program an external nrf51 board (Xuntong 5518) through the nrf51-DK Debug out connector. So far I have no success and I'm wondering if I have the...
What exactly are the "glitch" issues with the PWM master library ? I see there have been some recent updates, but no clear indication as to what issues remain or have been...
Hi,
How to upload and debug application program to the beacon with S110_nRF51822_7.1.0 and bootloader (DFU) using J-LINK? The standard procedure takes into account OTA...
Hello,
I want to detect the advertising data of more then one Beacon with the SDK51 and read the TX_Power for a location-application.
I´m inexperienced in stuff like...
will gazell device fall-back immediately to out-of-sync state upon reaching the max tx attempts even if the sync counter is still less than the set sync lifetime?
thank...
I got a nRF51822 based module and I loaded a slightly modified application based on "ble_app_beacon" example in nRF51 SDK via SWD interface using J-Link. The code has been...
Hello,
I have an application in which a BLE peripheral device will be essentially permanently paired with a client. The client will need to connect infrequently with the...
Hi,
I am trying DFU example on nordic evaluation kit using example on github:
github.com/.../DFU-Bootloader-for-nRF51-Evaluation-Kit
However, while compiling in keil...