Hi all,
I need to generate two 1 MHz signals with opposite phases. However once I configure the decode mode as "Individual" I don't have output signals. In case of "Common...
I build the NCS 2.9.1 connectivity bridge with
west build -b thingy91x/nrf5340/cpuapp
when I try to flash that with jlink, I get
west flash -- west flash: rebuilding...
Hey,
I encountered a problem with the thread viewer, where the corresponding window is empty when I'm in a debug session. Inside the build configuration I used "Optimize...
Hi,
Recently I am studying the relationship between RSSI and datarate. Intuitively, I think lower the RSSI lower the datarete. Is there any physical evidence for this guess...
HI there,
I've been following the DevAcademy Lesson 5 exercise example on SPI communication to get a nRF9161 DK (as a Master) and an ESP32 (as a Slave) to communicate synchronously...
Hi, I have recently created a board definition for our nRF5340-based hardware using the "Create a new board" feature from the nRF Connect for VS Code plugin. I'm using SDK...
Hi
Can the device(nrf52832) be used as a BLE Mesh Provisioner and Light Switch Client(such as Generic OnOff Client) at the same time?
I want to develop a device (nrf52832...
Hello!
I am learning to obtain data by SPI protocol from ICM20948 sensor using nRF54l15. I tried to write my code based on sample given on devacademy nRF Connect SDK Intermediate...
Hi all !
I recently faced an weird issue with a nRF5340 (on a DK board, and then a custom PCB). When writting to the PWM peripheral, configured to some GPIO pins, some...
Hi all,
I need to generate two 1 MHz signals with opposite phases. However once I configure the decode mode as "Individual" I don't have output signals. In case of "Common...
Is there a sample app that uses the Zephyr Light CTL Bluetooth Mesh model? I've tried to add that model to the light_ctrl sample app, but get a crash during configuration...
Hi, I have a brand new nrf5340dk and the debug interface is not showing up when connected: I have other nrf5340s that work so I'm sure its the board specific.
Board label...
We are developing with the nRF9131EK. But there is no documentation of this board.
https://docs.nordicsemi.com/category/nrf-91-series
Can You add the information like...
I have been bringing up an application on nRF54L15-DK, and about 50% of the time it hardfaults on initialization. I tracked down the cause to a branch to address 0, caused...
Before developing our custom board, we connected our MCU to the DK via pins 26, 27 and after disabling VCOM0 via the DK configurator, we were able to communicate using AT...
I sometimes have bonding issues. Most of the time, bonding works fine. But occasionally, It looks like the Nordic SDK on the peripheral sends messages too early. The peripheral...
Hi Nordic Team,
Is there any way to input 3 audio streams (through I2S ) on nRF5340DK board are there any extra I2S Port available to input one more sinusoidal signal and...
We managed to get the nrf5430 Audio DK broadcast source application running with two subgroups each containing at least one mono stream and custom metadata about the streams...
Hello,
I wanted to know if the "direct test mode sample" could be used for the EVK-ANNA-B402C that integrates the nRF52833 in its SIP.
Because building with the board...
Hey,
I get the following errors when running my application and I am not sure how to debug this (The nrf thread viewer is empty when I start a debug session of my application...
We're using nrf52833 and our target board is already running our program well.
Then
we'd like to flash by using Jlink SWD programmer.
So, we connected vref, gnd, swdio...