Тёмный

Zephyr and Nordic nRF Connect SDK - 06 OpenThread CLI Example 

Подписаться
Просмотров 2,7 тыс.
% 63

Thread is a network technology for wireless networks based on IPv6. It is ideally suited for home automation, Industry 4.0 and wireless sensor-actuator networks. In this video, we program at a first OpenThread CLI example with Zephyr (nRF Connect SDK) using two developer board nRF52840-dk from Nordic Semiconductor. Then we are sending an UDP package from one device to a second one.
You can support me at Patreon:
www.patreon.com/WSNandIoT
##Introduction into network technology Thread###########
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-r4ORGVOCvpQ.html
##Hardware###########
Developer board nRF52840-dk:
www.nordicsemi.com/Products/Development-hardware/nrf52840-dk
00:00 Introduction
00:35 Thread overview
01:18 Thread layers
02:05 Mesh network structure
03:07 Creating a project
04:49 Setting project parameter for OpenThread
08:51 Addjusting the device tree
09:46 Application sourcecode
10:25 Flashing two developer boards
13:28 OpenThread CLI commands
15:21 Sending UDP package
17:31 Outro

Наука

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

 

11 окт 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@vigneshs6232
@vigneshs6232 2 года назад
I reallly really liked this video very much...Other than you No body can explain the Open Thread in nRF as this simple...Really great...Without typing single program line in main file, You made us achieve the advanced latest Wireless Communication protocol, The Open Thread.... When I try to study about Open Thread, I struggled so much...Now, From your video, everything is very clear to me...Thankyou so much... Please do continuous series of videos....♥
@BooBar2521
@BooBar2521 Год назад
Ich hören den deutschen Akzent und schreibe daher auf deutsch 😅. Danke dass Sie diese Videos mit uns teilen. Dies ist mein erster Versuch auf einer Plattform hörer als arduino oder esp zu arbeiten und gar mit open thread. Diese Reihe ist ein super Einstieg obwohl ich schon so viel gelesen und versucht habe traue ich mich noch nicht damit zu beginnen bis ich es nicht zu 80% verstanden habe😂 bitte machen sie weiter so und vielen Dank!
@wsniot
@wsniot Год назад
Sehr gerne. Ich sehe mich übrigens selber noch nicht bei 80%. Es gibt soviele Details in Zephyr, OpenThread, Matter, SoCs und eingebettete Systeme.... ;-). Da gibt es immer wieder was Neues zu lernen.
@mrafayshams3089
@mrafayshams3089 Год назад
Sorry for my questions, but can i follow this example with 1 NRF52840 dk and 1 Seed Xiao nrf52840?
@wsniot
@wsniot Год назад
Yes, no problem. I tried it with toolchain 2.2. For the Xiao there will be automatically a software usb driver installed on the nrf52840. The only thing what you have to keep in mind that the headerfiles with a newer toolchain (above 2.0) changed. So you have to use for example #include and #include and so on.