• Issues migrating from v2.5.0 to v2.9.1

    Hey, I am working with the Matter light bulb sample from the 2.9.1 SDK, which I have modified to support the occupancy cluster. (nRF-52840 and nRF-52840DK) This worked fine on version 2.5.0, so I tried to follow the migration guides and implement my…
  • nRF52840 dongle, BLE peripheral_uart example, SDK migration from 2.6.0 to 2.9.0

    Hello, I have working BLE peripheral_uart example based application using nRF52840 dongle with SDK v2.6.0. I tried to upgrade SDK to v2.7.0/v2.8.0/v2.9.0. v2.7.0 seems to start, if I do NOT use sysbuild; with sysbuild application hangs. Others…
  • nrf5340 custom board non-simultaneous updates without external flash with sysbuild on ncs2.7.0+

    Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints: Must update both App Core and Netcore Non-Simultaneous preferably Without External flash Custom…
  • VSCode troubles with NCS 2.7.0 and hardware model 2 boards

    I'm migrating our project with custom boards from NCS 2.6.1 to 2.7.0, and I'm having a number of issues in the vscode extension (v2024.9.87): The "Create a new board" option is creating hardware model 1 board start files, which is not useful when…
  • Importing folders that contain nested folders

    Greetings, I'm trying to add an existing folder from a project with its' contents, but it seems that it only adds files that are included in the folders, the other nested folders are skipped for some reason. Why is this and is there a fix where I…
  • nRF52811 project setup

    Dear community, I have a custom PCB based on nRF52811. Earlier i worked on nRF52840-DK successfully with less head-ache. How can we configure any basic project for this nRF52811 Soc. and to flash it i have no board JTAG facility can i use nRF52840…
  • Migrating makefile to SEGGER Studio

    Greetings, I'm trying to migrate the MAKEFILE configuration to SEGGER studio so that I could build and debug the project from there. So far, I'm stuck on the Linking part with the following error: c:/program files (x86)/gnu arm embedded toolchain…
  • Battery Service Notification

    Hi, I am using a NCS v2.6.0.I created a custom zephyr project. Implemented custom ble service and added BLE DIS and BAS services from source. 3 out of 2 services working properly but in the battery service notification is not enable automatically. so…
  • "zboss_osif: ZBOSS fatal error occurred" when migrating SDK from 2.3.0 to 2.7.0

    tl;dr ZBOSS's version needs to be upgraded one by one. When migrating the SDK from 2.3.0 to 2.7.0 while preserving the persisted ZigBee network info, migrate the code to 2.6.x first and do a firmware upgrade by nrfjprog --sectorerase or an OTA. After…
  • [Migration to v2.6.1] error gatt_dm.c:96: undefined reference to `k_calloc'

    I'm migrating from ncs v2.3.0 to ncs 2.6.1 in order to have the ram retetion working with the mcu boot. But after some modification on my board file using a nrf5340 I get this error that I don't get the meaning: C:/ncs/v2.6.1/nrf/subsys/bluetooth…
  • issues with migration from ncs v2.5.0 to 2.6.1

    hello Nordic i am working with ncs v2.5.0 (with nrf52840 and nrf52832) and trying to migrate to ncs v2.6.1 i have looked at this migration notes and guids: https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/releases_and_maturity/releases/release…
  • Migration from nRF52 to nRF5340 Microcontroller

    Hello, I'm planning to transition my firmware from the nRF52 series to the nRF5340. The current firmware includes Bluetooth functionality and integration with various sensor peripherals. I would like to know the process for upgrading to the nRF53 family…
  • warning from partition_manager on NCS 2.5.0

    I'm trying to migrate my project from NCS2.4.2 to NCS2.5.0. At that time, the following warning occurs. --------------------------------------------------------------------- --- WARNING: Using a bootloader without pm_static.yml. --- --- There are…
  • Send file of AT commands through Serial Terminal app

    Hi everyone, I'm doing a bash script to setup keys and certificates on my t91 using AT commands. It was previously done with a batch script and, as it was on windows, an app like RealTerm could be used. But now working on doing it cross platform and with…
  • Migrating LSM6DSL Custom FIFO and Interrupts Implementation from nRF to Zephyr SDK: Seeking Guidance

    Hello Everyone, I am currently in the process of migrating code for step detection using LSM6DSL, written for an older version of the nRF SDK, to the latest Zephyr SDK. My primary query revolves around setting up custom interrupts and attributes for…
  • What has app_timer changed from V1 to V2?

    Hello. I can't find the documentation that mentions it. Why did app_timer change from V1 to V2? What are the known issues with V1? Are there any additional features in V2? I've added a custom serialization implementation and it seems to work fine even…
  • Migration for FDS on nrf connect SDK

    I am planning to migrate from nRF5 SDK to nrf connect SDK. My application use FDS Flash Storage Library. Please let me know which module of nrf connect SDK is suitable to replace FDS.
  • How to receive HCI events in a single thread with nrf connect SDK

    I am planning to migrate from the nRF5 SDK to the nrf connect SDK. My application is processing events from SoftDevice on a single thread. In the same way, please tell me how to receive HCI events in a single thread with the nrf connect SDK.
  • Problem with migrating project from custom board based on nRF52832 to a custom board nRF52833

    I have a working project on a custom board based on nRF52832 ( PCA10040, S132). This board is a BLE Peripheral. My task is to migrate this to a custom board based on nRF52833 ( PCA10100, S113). The current status is I am able to compile the code on…
  • [nRF52840] SPI data control pin definition (.dts)

    Hi, I'm porting my SSD1333 (Solomon IC for OLED displays) code driver to Zephyr OS drivers for ease of use along with LVGL (going from `< nrfx_spim.h>` to `<drivers/spi.h>`) . Actually, I want to know if there is way of defining custom bindings…
  • [Zigbee] Problem with Zcl callback handler in zigbee and thread 4.2.0

    Hi guys, So lately, I decided to update the sdk from 4.1.0 to 4.2.0 and there are some problem that I can not solve myself. So I use the macro ZB_ZCL_REGISTER_DEVICE_CB to register a device call back in 4.1.0 and now keeping it in 4.2.0. But I have…
  • Migrating from SEGGER to VS Code

    Hey devzone community, I have a problem in migrating my program from SEGGER to VS code, the 6 tutorial work only on new versions of SEGGER. there is a simple option to migrate older SEGGER project to VS code? Many thanks !
  • DFU update from nRF5 SDK to nRF Connect SDK?

    Hi there, We currently have ~500 nRF52832 devices running nRF5 SDK (bootloader, S132, application). These devices are updated using the nRF5 SDK Secure Bootloader UART DFU. I have rewritten the application firmware using NCS (nRF Connect SDK) and…
  • Question: How to use EdDSA (Ed25519) in nRF Connect SDK?

    Hi there, We were using the Cryptographic library provided in the nRF5 SDK, with Oberon backend, to implement EdDSA/Ed25519 signing on our nRF5832 devices. We are now in the process of migrating our application to nRF Connect SDK, however I am having…
  • Gazelle Pairing device not store system address and host id

    Hi, I'm working on a project using the gazelle protocol with the gazelle pairing library. Due to the fact that I use the GNU GCC compiler, I created a Makefile from the example of gzp projects. Both devices (host and device) communicate with each other…
1 2 3