In our product, we use Laird (Ezurio) BL653 BT module. In some countries such product requires SRRC certification. For SRRC certification we set BL653 to DTM mode with AT...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
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...
I cloned a project( https://github.com/pstrueb/hci_uart ) from GitHub and added conf files to the project. How do I know that these conf files were compiled correctly?
Hi : Here is the initialization in C:
#define SPIS_INST_IDX 22
static nrfx_spis_t spis_inst = NRFX_SPIS_INSTANCE ( SPIS_INST_IDX );
void device_spis_init...
Hi,
I keep running into an error with the following output when building the configuration for nRF52840. I thought my prj.conf would fix the issue, however, the error still...
This isn't really a problem, just wanted to bring it up in case it is helpful. I'm using the nRF Connect for VS Code Extension with nRF Connect SDK v3.0.2. I have a nRF 52...
I have upgrade to nRF Connect for Desktop v5.2.0
Under the Desktop, I also upgrade Programmer APP to v4.6.2
and JLink to v818. Added the installation folder at the top...
Sometimes is interesting to see more details of each layer.
I remembered some times ago, that SoftwareDefinedRadio (SDR) comes with a lot of possibilities at a very low...
I have a custom board with nrf52832 and LIS2DW12. I was trying to poll accelerometer data, but getting "app: fetch failed: -134" error" My dts file is:
&i2c1 {
compatible...
Hi,I am working with W25Q32JW flash using nrf54l15.I saw that at present there is no support for qspi we need to try with sQspi but right i just want to check with spi communication...
Hello everyone,
I have built a few models on the nRF5340 DK, possibly more than two, and I want to run them on the board. I followed this tutorial: Run Multiple Impulses...
ticket link I have reviewed an existing thread and learned that when using Main Mode 1 or 3, the Channel Sounding Security Level is set to Level 2. For other modes, it defaults...
I am writing a custom BLE profile library and when I add new characteristics that are read write parameters and initialize the value with 0 the code seems to lose context...
I need help with this issue. I'm updating the code from SDK 2.4.2 to SDK 2.9.2. I had change the device tree to HWM2 and I'm using sysbuild.
The build log is showing this...
Hello, I am using the nRF54L15 DK board, and trying to connect to the FLPR RISC-V coprocessor in the SoC.
I have been able to do so, and can have both processors running...
I have installed NCS V3.0.0, nrf54L05
I'm currently working on the ESB and BLE coexistence feature, but I've run into some issues.
In ,config file
I find that TIMER10...