Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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 Nordic team
Is there a smartphone available meanwhile to support LE audio streaming to the headset (nRF5340 Audio DK)?
Or are there IOS or Android OS updates, that...
I tried to establish communication between the two development boards and the phone. The specific process is as follows: One development board works in slave mode and the...
hi team,
I am using nrf52840 device and version is nrf52840_xxAA_REV3.board version is pca10056.i have one doubt every file and programme's are flashing throuh interface...
Hi,
I'm doing migration from sdk 1.9.1 to sdk 2.1 according to procedures mentioned in Migration Guide. All dtsi migrations were done sing script and later on manually reviewed...
I am using the NCS (2.0.2) SMP SRVR example with the bt-overlay.
I can connect via Bluetooth, but once I start the DFU update via nRF Connect I get an "Authentication is...
I have AES ECB encryption working on the NRF5 system, but I cannot get it working on the Connect SDK.
I have found CONFIG_CRYPTO_NRF_ECB config, but this seems to require...
Hi!
I'm trying to run SPI slave on nRF5340 - doesn't work - project doesn't even build, the SPI master is running.
Can I see an example of NRFX SPI Slave for nRF5340?
Hi, I have several issues just to start off with. One is when I generate support information, it does its thing, and then stops, and I have no idea where the support information...
Hello,
I am looking for the detailed schematic of the debugger board which is packed along with the Thingy:53.
I need to understand the detail pin configuration for...
Hello there,
If I init a UARTE module (nrf_drv_uart_init) with e.g. Pin RX = 3 is it already enough to just disable the module (nrf_uarte_disable) so I can use the RX...
MCU: nRF52840
IDE: Keil uVision
SDK: 15.2.0
Board: Custom
Hello,
I realize there are a ton of threads about this, but none address the specific question I have...
Hello,
My board is powered by lithium-ion batteries.
It works from 3V to 2.1V. And It stop working at 2.1V.
After discharge, I re-charged battery. But It doesn't work...
I want to achieve reproducible builds on my development machine and a gitlab CI/CD server. So far the generated binary differs if I build locally (VS Code + NRFConnect SDK...