Introduction to the Zephyr RTOS

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 43

  • @tsraikage
    @tsraikage 3 года назад +22

    i always loved how nordic semiconductor keep in touch with us, mortal people, just users who only want to learn.

    • @NordicSemi
      @NordicSemi  3 года назад +2

      Thank you so much for your comment, Tarash. You made our day!

  • @openmarkand
    @openmarkand 2 года назад +5

    Note for everyone: don't forget to turn off notifications before doing an online webinar. 😁

  • @EdwinFairchild
    @EdwinFairchild 3 года назад +3

    This was amazing thank you !!!! , So this is more closer to an Embedded Linux type of OS , as oppose to something like FreeRtos where I just add a few files and continue working in my regular IDE . This seems to be like a higher level type of OS more than a scheduler with tasks and such.

    • @airfix5857
      @airfix5857 2 года назад +1

      Just started to blink led on nrf with zephyr 😂

  • @nachiketathakur697
    @nachiketathakur697 3 года назад +2

    zephyr ecosystem begins at: 14:37

    • @EdwinFairchild
      @EdwinFairchild 3 года назад

      hey would you happen to know if there is a forum or any sort of online community for users to ask questions or have a discussion? they seem to make "community" and important factor, but aside from zephyr developers i have found no other community for users.

    • @coltennabers634
      @coltennabers634 2 года назад

      @@EdwinFairchild subscribe to the mailing list

  • @Andreasonline3
    @Andreasonline3 3 года назад +1

    awesome video !
    i recently got my 53 dk board and was wondering if these more content to digest on the approaches on programming in the new enviroment that is zephyr as i've come from the 52dk / stm32

    • @NordicSemi
      @NordicSemi  3 года назад

      Thanks! We recommend you to watch our webinar: "Getting started with custom development in nRF Connect SDK" l ruclips.net/video/KSivO9Cf1TE/видео.html&lc=UgxjdCB5GVVTuI9Cd7N4AaABAg
      You might find this tutorial on DevZone useful as well: devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0

    • @Andreasonline3
      @Andreasonline3 3 года назад

      @@NordicSemi woo thanks. Just in time for the weekend

    • @NordicSemi
      @NordicSemi  3 года назад

      @@Andreasonline3 Perfect timing! Have a great weekend.

  • @newsgo1876
    @newsgo1876 6 месяцев назад +1

    Go Zephyr Go!

  • @bySteVOO
    @bySteVOO 4 года назад +3

    Great Webinar, thanks for that!
    I see a lot of Nordic people using VS Code in these videos, but is it possible to fully develop applications solely in VS Code? You know: Building, Flashing, Debugging, Accessing all the source files down to the HAL files e.g.
    Or is the embedded studio from SEGGER (nordic edition) the only way to fully develop an application in one environment?

    • @NordicSemi
      @NordicSemi  4 года назад

      Thank you for your feedback! Please use our DevZone to connect directly with our tech support team, they will be able to answer your question: devzone.nordicsemi.com

    • @wlgrd7052
      @wlgrd7052 3 года назад +2

      You can absolutely dive as deep as you want with VS Code, but it demands more fiddling with the command line than SES. More control, but might be a bit more advanced depending on your experience with CLI.

  • @newsgo1876
    @newsgo1876 6 месяцев назад +1

    West @ 36:58

  • @platin2148
    @platin2148 Год назад

    I’m still wondering how i make my own part of hal and drivers? I work with pretty new chips that require there custom protocols..

    • @NordicSemi
      @NordicSemi  Год назад

      Have you seen our Nordic Developer Academy? We recommend taking the nRF Connect SDK Fundamentals to learn more about Zephyr RTOS: academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/

  • @ansdfgb
    @ansdfgb 4 года назад +1

    Great introduction

  • @arjunsinghkalsi9305
    @arjunsinghkalsi9305 4 года назад

    Loved this introductory video. My question is: if i have my project outside of nrf connect directory (zephyr is in nrf connect sdk directory). How can i use West tool. I have been trying with no luck. Thanks

    • @NordicSemi
      @NordicSemi  4 года назад

      Thank you Arjun. You should reach out to our tech support team on DevZone with your questions, they will be able to help you out: devzone.nordicsemi.com

  • @turanamo
    @turanamo 10 месяцев назад

    What ARM926EJS 32-bit board with MMU does Nordic Semi support on Zephyr?

    • @NordicSemi
      @NordicSemi  10 месяцев назад

      We do not support non-Nordic-devices in our SDK. We recommend reaching out to Zephyr on their Discord channel: discord.com/invite/Ck7jw53nU2

  • @iunknowncyber8893
    @iunknowncyber8893 2 года назад

    sorry i'm newcomer, rpi support Zephyr?

    • @NordicSemi
      @NordicSemi  2 года назад

      If you mean Raspberry Pi so yes. For more info, check out: www.zephyrproject.org/raspberry-pi-zephyr-rtos/

  • @bharathkumarmaturu4913
    @bharathkumarmaturu4913 3 года назад

    so how can we install zephyr studio in ubuntu......?

    • @NordicSemi
      @NordicSemi  3 года назад +1

      We have a guide on how to install nRF Connect SDK manually on Linux and MacOS: developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html

  • @pooyamoradi4278
    @pooyamoradi4278 4 года назад

    At what point should one consider developing the application in Zephyr instead of nRF5 SDK?

    • @NordicSemi
      @NordicSemi  4 года назад +2

      Hi Pooya, there is no need to migrate to nRF Connect SDK/Zephyr if you are happy with the current feature set in nRF5 SDK v17, but keep in mind that the nRF5 SDK is currently in maintenance mode, and will not be updated with major new features. For instance, support for Bluetooth 5.1 direction finding and LE Audio in Bluetooth 5.2 will only be supported by nRF Connect SDK. New Nordic devices like the nRF91 and nRF53 Series will also only be supported by nRF Connect SDK, so if you are planning to use Nordic devices in the future you will likely need to migrate at one point.

    • @wcaeng
      @wcaeng 4 года назад

      All soc´s is already supported by nRF Connect SDK?

    • @NordicSemi
      @NordicSemi  4 года назад

      @@wcaeng yes, all the SoC's in the nRF52 Series, nRF53 Series and nRF91 Series. You can read more about the nRF Connect SDK: bit.ly/3kBm0yr

  • @NozenPython
    @NozenPython 9 месяцев назад

    Useful information but the sound quality is very bad.

  • @oidpolar6302
    @oidpolar6302 4 года назад

    And no mention about FreeRTOS at all?

    • @NordicSemi
      @NordicSemi  4 года назад

      nRF Connect SDK builds on the Zephyr RTOS to provide best in class functionality. It is however also possible to combine our RTOS-independent HAL and driver layer, nrfx, with another RTOS like FreeRTOS.

    • @oidpolar6302
      @oidpolar6302 4 года назад

      @@NordicSemi zephyr support for nrf4350dk is weak. Only examples are compilable. There is no option to create new project for zephyr provided in Nordic ses clone. There is no impact on zephyr configuration using nrf connect configurator

    • @NordicSemi
      @NordicSemi  4 года назад

      @@oidpolar6302we appreciate feedback on our products. If you could please post on our DevZone with more information for us to evaluate the Zephyr support we offer at the moment. Thank you. devzone.nordicsemi.com

  • @winstonalf
    @winstonalf 3 года назад

    Can we do debugging through VSCode GUI.. ? Like without doing through commandline. Since there is a plugin in VSCOde named "Cortex-Debug"

    • @NordicSemi
      @NordicSemi  3 года назад

      You might find this video from Visual Studio Code useful: ruclips.net/video/6cOsxaNC06c/видео.html They also have quite a lot of useful information on their website: code.visualstudio.com/docs/introvideos/debugging

  • @arthurchow-h8t
    @arthurchow-h8t 2 года назад

    受益匪浅.

  • @kippie80
    @kippie80 3 года назад +1

    You lost me at "without further todo".

  • @NozenPython
    @NozenPython 9 месяцев назад

    Useful information but the sound quality is very bad.