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'm trying the USB Audio in ncs .
dts is like below:
And prj.conf:
CONFIG_USB_DEVICE_AUDIO=y and other USB relevant defines.
It works,and the usb audio data...
Hi,
i upgraded the nRF Connect SDK from 1.8.0 to 1.9.1. During the install i have chosen a different install path - to have the same current path in different locations...
We were developing an nRF52840 device and were working on MCUBOOT DFU firmware updates, and accidentally did an update rather than an upgrade, and now my nRF52840DK is bricked...
Hello everyone, I'd like to implement the nrf52-ble-image-transfer-demo for nRF52840 Dongle. The normal code already plays well. However, since I am aiming for a low-power...
I have been using Segger Embedded Studio with an external zephyr repo by setting the following in SES:
Tools->Options->nRF Connect->Zephyr Base
It works fine. However...
Hello,
As part of my Senior Project for graduation I am working using the Blinky example projects to learn about BLE implementation. As part of the project I need to add...
Hi,
1.Does the 9160 support voice calling in NCS V2.0?
2.Is it a software or hardware limitation if the voice call function is not supported?
3.Our customer hopes that...
We do have standalone applications developed in nrf52840, SD 6.1.1 Peripheral and Central individually, and working perfect.
Now we want to merge both applications based...
HI,
I've gotten round to trying to setup a development envoironment with nRF Connect SDK & VS Code which I've been really looking forward to.
I've installed nRF SDK v1...
Dear experts,
Hi, I found the decode method in scripts/interactive_pyaci/models/common.py has a bug
I guess STEP_10S_FACTOR in the line of 79 should change to STEP_10...
Hi, All
I try to modify the central uart example - mainly focus on uart function instead of BLE, I try to send a message back to uart use uart_tx() api instead of printk...
Hi,
I am getting error while calling the function "nrf_ble_gq_item_add(p_gatt_queue, conn_handle)" in my custom ble service. Here I am duplicated the same definitions for...
I am having issues using a 2Gb NOR flash part for LittleFS storage on an nRF52840 based project (using the nRF Connect SDK). I am not sure yet if the issue is in the LittleFS...
So, new versions according to Subject in Windows 10 64-bit: No longer possible to program nRF9169 Modem firmware as shown in following screendump
Poor quality, but right...
Hello,
I have been trying to run the Thread co-processor sample for a whole day with no success. I have tried everything including the steps from OpenThread website. I originally...