Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
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 am able to sniff and decrypt all the packets in Mesh Network as per NRF_Sniff Procedure Manual.
But unable to decrypt the packets received between the Low Power...
I'm developing an application where there will be multiple central links to relatively low bandwidth sensors and 1 central link where sensor data will be streamed. The throughput...
Hi teams,
I am developing with Mesh SDK 4.0.0, and suffers from random fault during long-term test.
The last readable callstack position is the below.
The callstack...
I am currently trying to use a nordic semi ppk and nrf52840 to read current in the nordic semi power profiler software. I am able to flash the DK successfully (while P22 is...
I have a 9160 DK board with lte_ble_gateway on the 9160 side and hci_lpuart on the 52840 side. It works as far as being able to send and receive BLE messages but it has faults...
Hello,
Previous revisions of the nRF SoC's such as nRF52840 and nRF52832 have had specifications for certain IO to be low frequency < 10Khz and standard drive only because...
Hello
I'm facing an issue with app_timer_start. Indeed, with small values, sometimes, the app_timer_start won't start the timer. As a result, the interrupt handler is not...
Online Manlio 6 minutes ago
Hi,
I add NFC to my project with freertos. The initialization of nfc is ok. After running few seconds ,it hang. If I comment the usr_nfc_init...
Hello,
I work with the ATE using Algocraft WN series programmer.
It has directly access to GPIO registers through SWD interface with WRITE / READ / COMPARE commands. ...
Hi,
I was tracking down a bug that resulted in a secure fault exception. To save some time tracking it down I enabled logging in the spm. However this resulted in an escalated...
Hello,
So I am just real confused on how the softdevice programming works via the open_bootloader right now and can't seem to track down the documentation I need to be successful...
I'm running a code based on the ble_app_uart example using the PCA10059 dongle. I have the dongle connecting to a raspberry pi 0 W via BLE and when this runs using a power...
Hello,
at the moment I am working on a project with a nRF52840DK as central and multiple nRF52DKs as peripherals. The code on the central is based on the "ble_app_uart_c...