Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
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...
nRF5_SDK_17.1.0_ddde560
nrf52832
Cache overflow at baud rate 921600. I use the register to complete the serial port driver. I don't know how to use registers to implement...