Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Port application to Zephyr

Hi,

We have build complex application based on Nordic SDK. Right now we are thinking about moving to Zephyr OS. I was wondering if there is any tutorial/tips I can find about porting our application? We are currently using SDK 14 for nrf52832 and SDK 15 for nrf52832.

We are mostly using bluetooth stuff and timers but nothing specific to Nordic like PPI or GPIOTE.

Regards,

Michał

Parents
  • Hi.

    I would recommend you to use our nRF Connect SDK (NCS), wich contains several extra libraries on top of Zephyr.

    Bluetooth support in NCS is currently experimental, and we, therefore, do not recommend using it in production.

    However, while we do not have official support for Bluetooth in NCS at the moment, you will find implementations of several Bluetooth services. This should help you in your porting efforts.

    Best regards,

    Didrik

Reply
  • Hi.

    I would recommend you to use our nRF Connect SDK (NCS), wich contains several extra libraries on top of Zephyr.

    Bluetooth support in NCS is currently experimental, and we, therefore, do not recommend using it in production.

    However, while we do not have official support for Bluetooth in NCS at the moment, you will find implementations of several Bluetooth services. This should help you in your porting efforts.

    Best regards,

    Didrik

Children
Related