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...
The Online Power Profiler ( ) shows a reduction in power usage for the central with non-zero Slave Latency figures. Why is this? I thought Slave latency only reduced power...
Hi:
when i set the timeslot parameter see below:I found it will run.H owever, after running for a few seconds, the program hangs. Debugging found that the softdevice hangs...
We are evaluating a number of Thingy:91 to track GNSS positions and reporting them to nRF Cloud using the Asset Tracker V2 firmware. When running the Asset Tracker in Active...
We are seeing an issue where we are connecting to an LTE/GPS chip via interrupt UART. Things work great until have an irregular amount of time, communication to the LTE chip...
I have 4 rencet nRF52-DK boards. The sticker on the MCU says "PCA10040 / v3.0.0 / 2022.14). I want to switch them to the DAPLink firmware, and to do so I need them to enter...
I can capture NRF_GPIOTE_POLARITY_TOGGLE event now. But how can I capture NRF_GPIOTE_POLARITY_LOTOHI and NRF_GPIOTE_POLARITY_HITOLO events.
The following is log messages...
Hi,
I want to implement AoA feature for our BLE beacons. I understand that I should add a CTE field to the packet, and rest of the job will be done by the receiver. Please...
I have plan to use Raspberry pi as a central device and my BLE nRF52840 Dongle as a peripheral device.
I am testing the peripheral with ble_app_hrs example. The dongle could...
Hi,
The product is used in a humid environment, found that the 52832 chip sleep current becomes large, from 30uA to 80uA, now has disconnected all external pins only retain...
I have enabled mcuboot and have two boot partitions: primary and secondary. I'm using a static flash configuration. I want to start using the settings subsystem for persistently...
Dear ,
I am currently using NCS1.8.0.
I noticed that there was warning message as shown below after I downloaded the program to my custom board via my nRF52 dev kit. ...
Board: nRF52833
SoftDevice: s122
SDK version: 17.0.2
I'm trying to log my continuous sensor data from the peripheral on the serial monitor. So I took ble_app_uart_c...