nRF Connect SDK 2.6.1 + nRF52832
I can't get the execution of shell commands from mcumgr over SMP to work.
Here is my prj.conf :
I registered some custom shell commands...
Hi,
I have an application based on the "peripheral_uart" sample code (nRF52840DK, NCS2.70)
As I use interchangeably the same pins as GPIOs and UARTE1, I use UARTE1 with...
Dear Nordic, We wonder if it is possible to connect to the BLE side of nRf9160dk using the LTE BLE Gateway sample. https://docs.nordicsemi.com/bundle/ncs-2.3.0/page/nrf/samples...
Hello~
I am developing nrf52840 with zephyr ncs tool chain v2.7.0 and SDK v2.6.1.
Our project needs RSA to exchange secure data.
I use example "samples/crypto/rsa",...
Hi.
I'm playing with an scenario based on two nrf52840dk and a dongle.
I have deployed a OTBR on a Linux Ubuntu22.04 and flashed the dk with OT COAP Server and Client...
From "nrf_section.h" (__GNUC__):
Example for the section name " log_const_data ":
NRF_SECTION_DEF(log_const_data, nrf_log_module_const_data_t) //: extern nrf_log_module_const_data_t...
Dear,
I am using both nRF52840 UART (UART0 and UARTE1) on the nRF52840 DK.
The default pin assignement is used, such as
UART0 pins are TX/RX 0.6 & 0.5 and
UARTE1...
Hello all,
I'm new in to development with nRF Connect and Zephyr RTOS, I have been reading the documentation and looking at the QA but I'm still unable to achieve a "low...
Hi,
I have a firmware running on ncs 2.2 with mcuboot and tfm which I'm in the process of upgrading to ncs 2.7 with sysbuild.
I currently have a problem converting the...
Hi
We have a Bootloader with NRF_CRYPTO_BACKEND_CC310_BL_HASH_SHA256_ENABLED function.
The private key is generated with "nrfutil.exe keys generate private.key" and is...
Hello, I hope someone on this forum can bring some clarification light and knowledge to me.
Background We have developed a remote-control system with several peripheral...
We are currently testing our product which has an nRF9151 SiP.
In order to provision a chip to nRF Cloud, the IMEI and HWID is required. We are already familiar on how to...
When the situation shown in the above figure occurs, I want to test the functionality of Sidewalk. Is there any simplest way to test it? Currently, only nrf52840dk is ava...
Hello,
I'm working on a project with a multi-color EPD display, using my custom display driver and LVGL. My display supports 3 colors (white, black, red), so the best option...
Hi there, Trying to follow the Hardware V2 model for Zephyr on a custom nRF5340 based board and trying to create revisions, we're having a problem with the revision format...
Hi,
I am using esb_ptx example to transmit data to another device having esb_prx , here one device having esb_prx has to communicate multiple esb_ptx devices which is happening...
Hi,
I am using the nRF Connect SDK 2.6.1 with the nRF5340 board.
I referred to the soc_flash_nrf example to read and write data into flash.
I need to overwrite data...
I have custom project, which utilizes manifest file to fetch nRF Connect SDK. I need to add tflite-micro module to my project, which is present in zephyr.
After some research...
Hello,
I am reaching out to inquire if there is an existing sample program within the nRF Connect SDK that demonstrates how to read the Device Information Service (DIS...
Hi,
I'm trying to test onomondo static profile with a custom board build with an nrf9161 chip. So I've followed onomodo readme, I got an error when i'm trying to build...
I using nrf52805 for DTM, in sdk17.1, pca10040e. I only changed RXTX pin number, but did not modify the rest. Then use Nordic Connect for DTM testing, and the following prompt...
Hello Experts,
I am writing a code for nRF52833 using the SDK nRF5 version v16 using the Segger Embedded Studio as development environment.
In my code when sd_ble_gap_adv_start...