I wrote a simple terminal that reads the keyboard input from USB UART device and echos it back to the same device. It works as follows: 1. It registers an interrupt handler...
Hello,
I using ncs v3.1.1 SLM on nrf9151 to send messages to a CoAP server. It seems nrf9151 by default uses AES_128_CBC_SHA256 even though on the server side, we have given...
Hi, I am unable to read GPIOs (always getting 0x00000000 from gpio_port_get or 0 from gpio_pin_get). My main project is https://github.com/marcuswu/leaf-fall/tree/main/firmware...
The DECT Nr+ shell (the MAC version, not the -phy; tested with v3.3.0-ba167d9f3db4) offers IPv6 connectivity.
The DECT standard has a profile for IPv6 described in ETSI...
Hello,
Overview:
Currently we are using nRF9160 we are using mbedtls library for generating EC key based certificates (self-signed and CSR). Our code is built with TFM...
Hello, I wanted to update my project (Custom board using the nRF54L15 ) to the v3.3.0 SDK since this fixed a BLE bug with the v3.0.1. version. To my knowledge I did not change...
I have installed ncs3.3.0 and want to keep ncs unaffected. According to the document docs.nordicsemi.com/.../sdk_setup.html , I should choose to import the edge impulse SDK...
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...