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] =...
new uses SDK 17.0.2, SD 7.2.0
old target used SDK 15.2.0 and SD 6.1.1
Attempting to update BL, SD, and App over DFU.
1. If merging all new BL settings with SD, BL, and...
Hi,
I am using nrf connect SDK and compiling nrf5340 examples.
I want to implement a security related example in nrf connect SDK.
Can you please tell me
1. Security...
Hi,
I am trying to open serial lte modem app to evaluate power profile on thingy91. i am using toolchain manager (v1.4.99-dev1) to open Segger Embedded Studio.
While building...
This compiles with warnings and the value always comes back as 0
#define SW1_NODE DT_ALIAS(sw1) #if DT_NODE_HAS_STATUS(SW1_NODE, okay) #define SW1 DT_GPIO_LABEL(SW1_NODE...
Hello,
I have a application on a nRF52840DK as central. The code is based on the ble_app_uart_c example.
I need to send a lot of data through UART into the serial port...
I have followed various advice to create an SPI/I2C driver an own-designed device using the bme_280 example as a model
As this could be either SPI or I2C I put both configurations...
Hi all,
I am currently working on a project which uses the ble_app_uart_c example. I have a nRF52840DK as central. The central receives NUS pakets with a average data rate...
Hi,
my case: I try to send as fast as possible data to smartphone. Bluetooth hvn_tx_queue_size = 20.
But if I'm losing connection to the smartphone, data packages are...
SDK- nRF5_SDK_17.0.2_d674dde
SD - s112_nrf52_7.2.0
Hi Team,
I have configured a gpioTE and the Interrupt priority is set 6. (#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY...
Hello
We're a startup company focusing on innovative smart home and security technology solutions, evaluating our way into beacon/locator design to support BLT 5.1 capabilities...
Hello,
currently I am working on a multilink project. I have a nRF52840DK as central and 4 evaluation boards (BMD-300-EVAL, contains nRF52832) as peripherals.
Code Central...
Hi,
Looking at Readme in NCS Zigbee sample NCP, it says "You can change the communication channel from the default UART to nRF USB".
Similarly, after enabling multi-protocol...
Hi,
I have an nRF91 Thingy that arrived last week but it's not operating as expected. I've downloaded the latest version of NRF Connect and I've been following the get started...
Hello,
I am a beginner student and I think this is the kind of misunderstanding on my part. I program on the Thingy 1.4.0 with the SDK 1.4.2. I create my own project to...