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,
we have experienced multiple times during testing that nRF9160 Modem reported CEREG 2. After that it stopped generating any notifications and stopped connecting to...
Adverting mode changing from BLE_ADV_EVT_FAST to BLE_ADV_EVT_IDLE. Could you provide example for changing adverting mode from BLE_ADV_EVT_FAST to BLE_ADV_EVT_SLOW mode?
...
Dear all
I use VS Code with nrf Connect v1.9.1, DK is nrf52833. It has been working fine in terms of debug, but today it stopped working and give me a message like this...
Hello, Nordic team
We have been studying Nordic for some time and are now in the stage of product research and development. We bought an nrf9160DK from a local agent at...
Is it possible to download the Certificate from a file or memory to chip with the internal SDK function?
I intend to automate the installation of the certificate on the...
Hey, we are moving our projects from nRF5 SDK to nRF Connect SDK
Iam new to this SDK and Iam trying to add mesh features into the project, so I'm using Bluetooth mesh: Sensor...
On a custom board with the NRF9160 chip, performing `nrfjprog -f NRF91 --recover --log`, AND `nrfjprog.exe -f NRF91 --coprocessor CP_APPLICATION --recover --log`, I get: ...
Dear Community,
I am trying to run the HTTP application update sample. I can run the sample without issues, but after the download is completed, the app is not updated...
I am using an nrf9160DK with modem firmware v1.3.2.
I want to be able to send the "AT#" type of SLM-specific AT commands to the modem (and read the response back) via firmware...
Hi,
I have setup exactly as described in this page Bluetooth: Mesh sensor server — nRF Connect SDK 1.4.2 documentation (nordicsemi.com) ,
I can successfully read the temperature...
Hi
According to the documentation for the GNSS interface, information into non-volatile (NV) memory so that the information can be used when GNSS is restarted and also after...
Good day
Im trying out the central multilink BLE example on sdk 2.02 with VS Code zephyr. After adding the example, under source file there is a warning stating
"missing...
I have trouble compiling when using the uart1 device on nrf5340dk with ncs 2.0.2.
I took the uart example program from Developer Academy. It compiles fine with the original...
I am creating a Matter accessory device with the nrf52840dk and the guide on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...