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] =...
Is there any reason I could not modify this demo to use IRK values and allow whitelist scanning based on stored IRK values? I'm wondering why the demo seems to have an option...
Hi everyone,
I am using the nRF51 SDK 10.0 with the Rigado BMD-200 Evaluation Kit and want to print debug messages to UART or something similar.
I am trying from main...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
I followed the instructions from here developer.nordicsemi.com/.../a00081.html
to make my application support DFU OTA. Despite of some errors in the instructions I managed...
Now I am using hid mouse example to develop a project which requiring bond process. Everything is OK but the question: I need report the btn number which trigger the system...
I copied the example "ble_app_hrs_s110_pac10028(nRF51 PCA10028)"in the nRF51 sdk 10.0.0. I Changed the configuration to make it run on BOARD_PCA10001. But the program keep...
Hi,
I need to update the Min and Max connection parameters run time.
Is it possible to do so?
Also can i update the Min and Max connection parameters through an iOS app...
Hi,
I am using app_pwm in low power application on nRF51822 with soft device S110. Today I measured power consumption and found the current was ~1.5mA during advertising...
Hello,
There are two problems on nRF52 ble uart example code.
I would like to know is there any misunderstanding or mistake I made?
or anyone met the problem too.
1...
Hi All,
I am starting the process of getting our product Bluetooth RF PHY tested, and our lab has asked an interesting question.
What is the image frequency of the nRF51822...
Note: I am using v8.0.0 of the s110 softdevice on the nrf51822.
I am developing an application with the nrf51822 that uses pstorage, bluetooth, and SPI reads/writes.
...
I was looking at the nrf52 startup code and noticed something.
The handlers for UsageFault, MemoryManagement and BusFault are there.
But they are not available in the vector...
Hello,
are there some known reasons why S120 can reset the system while BLE connection to S110 peer is lost? I have S120 and two S110 connected. When i take one of S110's...
Hi, I'm trying to work out, why p08 stops working as DO if mbed Serial is used.
Code is pretty minimalistic:
#include "mbed.h"
int main() {
//Serial pc(p15, p16...