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...
Hi:
I want to include the Characteristic value in the advertising packet,for example the real time battery level,thus there is no need to establish a connection between...
Hello.
I wish to implement a DFU Client. One (USB connected) nRF52840 based device should update an other (Wireless) nRF52840 device.
As the SDK only has a DFU service...
I am planning on pairing two parts of my system using OOB pairing via a UART connection. I couldn't find many examples of pairing using a physical connection as oppose to...
Hi,
I use ble_app_uart sample code using nRF52840 in SDK15.
There is a code below in ble_stack_init().
And APP_BLE_OBSERVER_PRIO is defined as 3 at the top.
On...
Hi there,
We are currently doing current measurements on the nRF5340 DK with a Power Profiler Kit 2.
To do this, we simply use the PPK as a source meter and connect it...
Hello Nordic Semiconductor
I am developing a small application on the nRF52840 development kit where I need to transfer I2S signals in/out of the MCU. I have set up an I2S_IRQHandler...
I'm trying to send data readings an advertising packets from the nrf21540-dk board, and use the phone as an observer to record the data.
So far I've been able to send counters...
I'm sending a short data string from a NUS application. For some reason I cannot read the data as bytes, only string, even if the sent array is uint8_t.
Is there a specifier...
For Errata 149 on nRF52832 , TWIM send illegal pulse after clock stretching.
When using TWIS as slave device and TWIS require clock stretching,
Do they work correctly...
I have an issue with DFU via USB CDC ACM.
I would like to update the firmware using open bootloader over USB without softdevice.
I already tried to follow the thread:...
Hello,
I have a firmware working perfect with nRF52832 DK and nRF52840 DK, using SES 5.40a.
Now I just upgraded SES to version 5.70a. With new SES version, each time I...
Hi,
we are getting during NB-IoT attach (full AT dialogue below) for some nRF9160 SIPs:
URC: +CNEC_ESM: 29,0 URC: +CNEC_EMM: 19 URC: +CEREG: 2,"B414","000F6E21",9,0,19...
Hello,
I follow up this documentation https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/ug_thingy91_gsg.html#updating-firmware-through-external-debug-probe...
I try to run asset_tracker and asset_tracker_v2 on nRF9160DK. I observed that the default cloud Host Name is Amazonaws.com, which is shown in autoconfig.h file. see the image...