SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hello,
A nrf52840 central device programmed with Soft-Device S132 and connectivity firmware, the host is interfaced via USB and uses PC-BLE driver API's to communicate with...
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...