During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
I have a XIAO nrf52840 board . It has a button which does two things: one click seems to reboot the nrf52840 and double click enters bootloader mode. I'd like to override...
Hello,
I am attempting to configure the following setup to support (with an nRF5340 + nRF7002-EK)...
1. nRF7002 on SPI w/ TLS, STA, and FW patches offloaded to QSPI...
Hi! I'm currently attempting to develop software using the nRF54L15 and NCS v2.9.0 (previously, I used the nRF52840 and NCS v2.9.0). Both development processes are carried...
Hello Team,
I am trying to set configurations for FOTA. I refer smv_server sample code and the following document https://docs.nordicsemi.com/bundle/ncslatest/page/nrf/app_dev...
Hi,
We are on NCS v2.9.1
We have an existing project on based on the nrf52832, which we use as a hci_spi controller. There, CONFIG_BT_LL_SW_SPLIT is set. We are now porting...
KConfig is warning me: CONFIG_LSM6DSO was assigned the value y, but got the value n. Missing dependencies: DT_HAS_ST_LSM6DSO_ENABLED
I am running on a custom board, the...
Hello,
I am testing nRF7002DK board using nRF Connect SDK.
Does nRF7002 support Wi-Fi roaming such as 802.11k, 802.11r, 802.11v?
If it supports Wi-Fi roaming, please...
Hello, I am working on a project where we use MCUBoot.
Currently everything works fine, but now we wanted to introduce persistent storage of some key value pairs.
For...
Hello,
I have a question regarding the sys_poweroff() function. In my device, there is a mode where the board (including the nRF52840 chip and GPIOs) remains powered, but...
I have my application running (NCS 2.6.4) on the bench with clock source set as internal RC and with the configurations such as -
But when I do multiple resets using nrfjprog...
I'm working on a Thingy53 project with Zephyr RTOS that requires TLS connections, but I'm encountering persistent "Failed to create TLS socket: 23" errors (ENOMEM - out of...
Hello,
I have nRF9160, modem FW = 1.3.6 and nrf sdk version 2.7.0.
I am trying to create an outgoing socket with connects to specific port num and ip address but I am...
I am using NRF52832 Custom Board and Have to implement deep sleep for 1 minute and have to limit the current consumption to a very minimal value during the sleep cycle I have...
Hi,
I am developing an application with the nRF5340 microcontroller.
I need to use the I2C module, but if I insert the CONFIG_I2C=y configuration in my prj.conf file,...
When disconnecting and connecting BLE, if the J-Link debugger is connected, BLE_EVT_DISCONNECTED in ble_evt_handler is executed, but if the debugger is not connected and the...