Hi, I am using nRF5340 for my unicast Audio server example where the nRF5340DK is the headset and my mobile device is the audio source. I have taken the unicast audio server...
I am using the nRF54L15 and SDK 2.9.1 in VSCode.
I need to know the microseconds since start throughout my code.
I created this function:
The problem is that CONFIG_SYS_CLOCK_TICKS_PER_SEC...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
Hi,
For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically...
I have been able to connect and initialize two different Bluetooth OBD II Devices. I am running into issues with the third device I am trying to add as an option. I add the...
Hi All,
Simply put I am trying to use the Xiao BLE Sense board connected to the Expansion board (with SD card slot) to write audio recorded data from the Xiao embedded PDM...
here is 2 question for this example. (v2.9.0) as i looking for this example, there are some limitations like belows.
One BIG, one of the two BIS streams (selectable...
Hello! Introduction. Responsibilities of the cores in my device: 1. app core. 1.1. data processing from a stereo microphone 1.2. data sending to net core. 2. net core. 2.1...
Hi, I am seeking assistance with a very weird issue encountered while programming an nRF5340 SoC using a custom debugging-PCB using a SEGGER J-Link EDU debugger.
The debugging...
Hello,
I’m working with an nRF5340-based device (NORA-B106-00B) and nRF Connect SDK 2.0.2. At low temperatures (around -20°C), some boards fail to advertise BLE (the advertisements...
Today I bought a new NRF-PPK2, but compare with my old NRF-PPK2.
For the old and new PPK2, I use the same DUT.
It can't show the same current with my old one? can you...
Hey!
I am working on a project that requires downgrade prevention of the Network Core and also requires the application core to read the Network Core version, set with the...
Hello Nordic,
Based on the nRF52805 chip, when enabling scanning and sending the scanned data via UART, the system occasionally fails to enter the sleep mode properly after...
Hi! I want to write some software utilizing OpenThread and CoAP. I've seen samples of coap server and coap client in NCS. However, I want to ask whether it's possible or not...
I have connected a Digital MIC to the nRF52833 and aim to transmit the voice data captured by the MIC via USB 2.0 Audio Class (UAC).
Upon consulting with the agency, they...
Hi,
I noticed an issue with CONFIG_NET_L2_OPENTHREAD=y in my project, and I prepared a newer, simpler project to investigate in the issue.
The new program simply sets...
Hello,
I am testing on nRF7002DK board using nrf/samples/wifi/ble_coex sample.
The sample is working fine and I am measuring current consumption of nRF5340 and nRF7002...
I have recently upgraded NCS SDK and Toolchains to v2.9.1 t for our project to resolve some critical issues we were having. After this upgrade, I haven't been able to run...
Hello,
I'm currently creating my own custom board for NRF 52832.
I put everything together, but I can't detect my custom board through Bluetooth using the NRF connect...