This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can we use Zephyr OS with Nordic SDK ?

I want to use some functionalities of Zephry OS. Example https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.0.0/zephyr/samples/gui/lvgl/README.html.

I also want to use Nordic's Bootloader and other SDK Libraries. Is this possible ?

Thank You

Parents Reply Children
  • nRF Connect SDK and nRF5 SDK are completely different, so it is easier to write about the similarities. The similarity is that both use nrfx as a basis for low-level peripheral drivers (but have their own higher level driver API's on top). Other than that they are completely different. Most importantly nRF5 SDK is a mature SDK that has been specifically written for nRF5 devices and has been used successfully for many years. nRF Connect SDK on the other hand is based on the Zephyr project. It is actively being worked on, but is not yet ready for product development. Also, note that Zephyr is not just an RTOS kernel. It is a large system consisting of many libraries, so you can almost think of it as an SDK in itself.

Related