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] =...
Currently I am developing application which run on nRF52832. In this application I have to decode and encode messages using RSA 2048-bit keys pair. Currently I am using ARM...
Hi,
I just want to know if this is an expected behaviour of the Softdevice. I have a central that scans every 2 seconds for 1.7 seconds (leaving 300ms for connections...
Hello,
I am thinking to use nRF52840 EVK for our project. I am supposed to use Katalon ( a tool for test automation) and Katalon works with Java. Hence, I will need a Java...
I have an existing setup, where firmware is transferred to a nRF52832 over a BLE USB dongle PCA10031 (V1.1.0) and nrfutil. This setup has been automated on our CI system/tools...
Hello,
I was able to compile my example codes successfully. All of sudden I have started seeing Error starting Process JAVA.
Has anyone faced this issue?
Can you please...
Hello Nordic team ,
I am working in BLE project ,while I am scanning device(filter) am getting (error 18) . Need your help team
Sd ble gap connect returns error code...
Hi.
I am trying to start development using Thingy:52. To start, I tried the firmware from the download page ( https://www.nordicsemi.com/Software-and-tools/Prototyping-platforms...
The Limitations subsection of the Zigbee Section here contains the following paragraph:
- OTA DFU: Migration from the nRF5 SDK for Thread and Zigbee version earlier than...
After installing nRFgo Studio v1.17.1 on Windows 7 64 Bit (using the administrator account), I get an error message in the Log section just when I start the program:
"JLinkARM...
I'm using SDK 14 and trying to build the ble_app_buttonless_dfu example. I'm using Linux environment, so gcc for building. When I try to build the example I'm getting an error...
Hi, I was just wondering why there is a "nrf_delay_ms(200);" in the SPI Master example in SDK 16.0.
Here is the code in the main function where it is located :
while ...
Hi Support,
Now I am developing over Nordic 52840 DK (PCA10056). My environment as below,
(1) upon SDK (nRF5_SDK_15.3.0_59ac345)
(2) softdevice s140_nrf52_6.1.1_softdevice...
Hello,
I am using the nRF SDK for Mesh v.3.1.0. To achieve periodic publishing, I set p_pubstate -> publish_period . step_num = 1 instead of zero in the configure step in...
Hi,
I plan to design my own hardware based around nRF9160. Prior to this, I want to verify that I can use the nRF9160DK as a debugger for my own board. As an initial test...
Hello,
We would like to develop a wireless sensor network using the 802.15.4 stack in nRF SDK.
I wanted to know if it is possible to port the existing 802.15.4 example...