Hello,
We are currently evaluating BLE Gateway (CIS, BIS) development using the nRF5340 Audio DK.
We would like to ask whether bidirectional CIS streaming is officially...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
My nRF Connect SDK extension in VS Code did an auto update this morning, and now my whole IDE is non-functional.
This is the error I get when I go to the Quick Setup
...
Hi,
I have made a custom board with BL5340PA module from Ezurio and i try to test simple bluetooth advertisement code but i have this error and not able to see my bluetooth...
Hello,
I am developing an LTE-M application on nRF9151, using offloaded sockets to modem, including DTLS.
Everything works great - can connect to network, and communicate...
Hi,
Our devices are running on NRF52833 with soft device version s140. We are facing an issue to do DFU in one particular device. Details mentioned below:
We are able...
Hello,
We run a Bluetooth Mesh network with about 1,000 nodes. Our master node (antenna) consists of:
· An MCU running Zephyr Mesh and keeping the CDB.
· An embedded...
Hi,
We are using the LC3 driver in our product.
We measured the current consumption with and without the LC3 driver.
When the LC3 driver is enabled, the current is 4...
Hi, I'm experiencing a significant performance drop when switching from the nRF9160 to the nRF9151DK.
I have a firmware that sends around 300 kBytes of data over UART in...
Hi, I recently upgraded my nRF Connect SDK to 3.1, and have migrated my code (which was originally based on the direction finding connectionless example) to 3.1 so that it...
Our Jenksing builds when using Nrf Connect v2.7.0, the --no-sysbuild option and CMakePresets worked just fine. When migrating to Nrf Connect v3.0.2 and using sysbuild, they...
I have some issues with the default response handling.
My Zigbee door sensor sends a message, and I reply with the following code:
```
if ( ! cmd_info -> disable_default_response...
I need to maintain and update firmware written with 15.3 SDK on an nRF52832 on Windows 11. What is the exact software and tools I need to do this. The latest Segger development...
Hello,
My use case is the exact same use case as this forum post . I'd like to run BLE and Radio Test sample on the nRF5340. The device would be in 2 modes:
- BLE
-...
Hello,
I try to figure out, how to correctly setup MCUboot for an nrf5340, so that:
Application is updatable
BT Stack is updatable
Firmware Updates are encrypted...
I am trying to enable a watchdog and then stop it. i closely followed the datasheet way to do this. the problem is that the watchdog once enabled will always fire. i want...