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...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
For the Pawr example I refer to E:\NCS\v2.8.0\zephyr\samples\bluetooth\periodic_adv_rsp and periodic_sync_rsp.
I need...
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...