Тёмный

Introduction to the Zephyr RTOS 

Nordic Semiconductor
Подписаться 14 тыс.
Просмотров 48 тыс.
50% 1

Together with Zephyr, we would like to give you a comprehensive introduction to the Zephyr Real Time Operating System (RTOS) and some of its main benefits. Register and you will be showcased demos doing a sample build and flashing a sample application to a Nordic board. Before the live panel QA session, we will present the future direction Zephyr is going, its capabilities and structure, as well as discussing some of the development tools that you can use to accelerate your product development.
You should have some embedded programming experience to get the best out of this webinar. Experience developing with Nordic products or RTOS is not a must.
Content:
Intro to Zephyr RTOS
Main benefits of Zephyr
Capabilities and structure
Technical deep dive
Demo of West functionality
This webinar was live September 24, 2020 at 9 AM CEST and 5 PM CEST.
The presentation used in the webinar and the live QA can be downloaded here: bit.ly/38Uv4fw

Опубликовано:

 

7 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@tsraikage
@tsraikage 3 года назад
i always loved how nordic semiconductor keep in touch with us, mortal people, just users who only want to learn.
@NordicSemi
@NordicSemi 3 года назад
Thank you so much for your comment, Tarash. You made our day!
@EdwinFairchild
@EdwinFairchild 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 года назад
Just started to blink led on nrf with zephyr 😂
@openmarkand
@openmarkand 2 года назад
Note for everyone: don't forget to turn off notifications before doing an online webinar. 😁
@bySteVOO
@bySteVOO 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 3 года назад
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 года назад
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.
@Andreasonline3
@Andreasonline3 3 года назад
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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-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 3 месяца назад
Go Zephyr Go!
@arjunsinghkalsi9305
@arjunsinghkalsi9305 3 года назад
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 3 года назад
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
@nachiketathakur697
@nachiketathakur697 3 года назад
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
@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/
@NozenPython
@NozenPython 6 месяцев назад
Useful information but the sound quality is very bad.
@turanamo
@turanamo 7 месяцев назад
What ARM926EJS 32-bit board with MMU does Nordic Semi support on Zephyr?
@NordicSemi
@NordicSemi 6 месяцев назад
We do not support non-Nordic-devices in our SDK. We recommend reaching out to Zephyr on their Discord channel: discord.com/invite/Ck7jw53nU2
@ansdfgb
@ansdfgb 3 года назад
Great introduction
@NordicSemi
@NordicSemi 3 года назад
Thank you!
@pooyamoradi4278
@pooyamoradi4278 3 года назад
At what point should one consider developing the application in Zephyr instead of nRF5 SDK?
@NordicSemi
@NordicSemi 3 года назад
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 3 года назад
All soc´s is already supported by nRF Connect SDK?
@NordicSemi
@NordicSemi 3 года назад
@@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
@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/
@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: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-6cOsxaNC06c.html They also have quite a lot of useful information on their website: code.visualstudio.com/docs/introvideos/debugging
@bharathkumarmaturu4913
@bharathkumarmaturu4913 3 года назад
so how can we install zephyr studio in ubuntu......?
@NordicSemi
@NordicSemi 3 года назад
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
@oidpolar6302
@oidpolar6302 3 года назад
And no mention about FreeRTOS at all?
@NordicSemi
@NordicSemi 3 года назад
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 3 года назад
@@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 3 года назад
@@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
@newsgo1876
@newsgo1876 3 месяца назад
West @ 36:58
@kippie80
@kippie80 3 года назад
You lost me at "without further todo".
@arthurchow-h8t
@arthurchow-h8t Год назад
受益匪浅.
@NozenPython
@NozenPython 6 месяцев назад
Useful information but the sound quality is very bad.
Далее
Zephyr RTOS Intro - And why I love it
39:37
Просмотров 7 тыс.
Beautiful Military 🏅
00:10
Просмотров 1,8 млн
POLI и Маша - Сигма бой
00:20
Просмотров 481 тыс.
Real Time Operating Systems (RTOS) - Nate Graff
35:02
Introduction to Thread networking protocol
1:15:57
Просмотров 16 тыс.