We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...