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,
I'm using nrf52840 DK and android based mobile with nrf connect for mobile app installed.
I would like to execute a freestanding sample code to transfer message between...
Hi Nordic,
I met a issue on BUS FAULT , which caused by queue.
It core dumps that:
[2022-03-22 15:35:12.657] [xxx]index = 6,len = 158 [2022-03-22 15:35:12.660] [xxx...
Hi all,
I'm a beginner and planning to import Android-nRF-Toolbox source code from Github into Android Studio after reading the README by the following steps:
1. I open...
Hi Team
In nRF52
According below picture the only the power on reset and brownout reset can reset SWJ-DP. Do we have any other method to reset the SWJ-DP.
By the way...
Hi there, We have a product using an nRF52832-QFAA, with the SDK15.2.0, the 132 Softdevice, and an application based around the Nordic UART service (nus). Customers are reporting...
Hi everyone,
i'm writing to ask some advice for my NBIOT AWS application with the nRF9160 DK.
I'm currently using the aws_iot sample available as a baseline for my project...
Hi everyone,
I am working on a project, in which I have n nodes that communicate with each other (peer to peer communication). In addition, each node is able to communicate...
I see mainline Zephyr is now on v3.0.0 since end of Feb. I assume the bump from 2.7.x to 3.x means substantial changes. When will NCS move to a 3.x zephyr?
I ask this...
Hello.
It is being developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
Previously, I inquired about how to add a value to the characteristic with...
Hi,
Our customer needs CAT-M, CAT-NB, GPS RF test data
I see that devZone has less information about CAT-M, CAT-NB and GPS RF performance tests
1. Please provide GPS...
As requested I am posting a public question based on Nordic's request here:
https://www.linkedin.com/feed/update/urn%3Ali%3Aactivity%3A6911310498537869312/?commentUrn=urn...
Hi,
parameters A NRF_SDH_CLOCK_LF_RC_CTIV
parameters B NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
1. The internal RC parameter should be configured as follows, but how are parameters...
If AT+CFUN=1 will not get modem connected/registered to a network, what retry algorithm does the nRF9160 implement? Is it something like exponential back-off algorithm?
I'm attempting to add NVS functionality to my code. Had a play around with the zephyr/samples/subsys/nvs example. It was working originally, and then when I started porting...