[Udemy] Arduino FreeRTOS From Ground Up Build RealTime Projects 2020 VO 720p WEB x264

seeders: 19
leechers: 0
Added 1 year ago by FranceGallForever in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

[Udemy] Arduino FreeRTOS From Ground Up Build RealTime Projects 2020 VO 720p WEB x264 (Size: 3.14 GB)
  01 Introduction
  001 Introduction.mp4 18.33 MB
  002 Downloading the Arduino IDE.mp4 17.83 MB
  003 Installing Arduino.mp4 8.86 MB
  004 Adding FreeRTOS to the Arduino IDE.mp4 9.48 MB
  005 Hardware Setup.mp4 19.67 MB
  02 Getting Started
  006 0-Converting-existing-sketch-to-rtos
  0_Converting_existing_sketch_to_rtos
  0_Converting_existing_sketch_to_rtos.ino 765 B
  006 Coding Converting an existing sketch to a FreeRTOS Real-Time application.mp4 84.96 MB
  007 1-Profiling
  1_Profiling
  1_Profiling.ino 1.24 KB
  007 Coding Debugging Real-Time applications with Profiling.mp4 57.02 MB
  03 Introduction to FreeRTOS
  008 What is FreeRTOS.mp4 17.13 MB
  009 Features of FreeRTOS.mp4 19.33 MB
  010 FreeRTOS Variable Names.mp4 8.8 MB
  011 FreeRTOS Function Names.mp4 14.3 MB
  012 FreeRTOS Macro Names.mp4 20.75 MB
  04 Task Management
  013 The Task Function.mp4 15.41 MB
  014 Creating a Task.mp4 42.9 MB
  015 2-Creating-tasks
  2_Creating_tasks
  2_Creating_tasks.ino 1.1 KB
  015 Coding Creating Tasks.mp4 63.84 MB
  016 3-TaskInstance
  3_TaskInstance
  3_TaskInstance.ino 822 B
  016 Coding Using Task Parameters.mp4 74.34 MB
  017 4-TaskPriorities
  4_TaskPriorities
  4_TaskPriorities.ino 879 B
  017 Coding Experimenting with Task Priorities.mp4 88.27 MB
  018 Coding Changing Task Priority at run-time.mp4 66.18 MB
  019 6-Task-changing-its-priority
  6_Task_changing_its_priority
  6_Task_changing_its_priority.ino 1.35 KB
  019 Coding Task changing its own priority.mp4 58.94 MB
  020 7-Getting-Task-Priority
  7_Getting_Task_Priority
  7_Getting_Task_Priority.ino 1.23 KB
  020 Coding Getting the Task Priority.mp4 92.48 MB
  021 8-Suspending-a-task
  8_Suspending_a_task
  8_Suspending_a_task.ino 1.7 KB
  021 Coding Suspending a Task.mp4 107.26 MB
  022 9-Task-suspending-itself
  9_Task_suspending_itself
  9_Task_suspending_itself.ino 1.69 KB
  022 Coding Task suspending itself.mp4 16.87 MB
  023 10-Reseuming-a-task
  10_Reseuming_a_task
  10_Reseuming_a_task.ino 2.02 KB
  023 Coding Resuming a suspended Task.mp4 86.03 MB
  024 11-Blocking-with-vTasKDly
  11_Blocking_with_vTasKDly
  11_Blocking_with_vTasKDly.ino 1.25 KB
  024 Coding Blocking Tasks with vTaskDely().mp4 27.74 MB
  05 Queue Management
  025 Introduction to queues.mp4 35.5 MB
  026 Queue management functions.mp4 70.98 MB
  027 12-Simple-Queue
  12_Simple_Queue
  12_Simple_Queue.ino 785 B
  027 Coding Working with queues.mp4 71.49 MB
  028 Coding Sending from different Tasks to the same Queue (Part I).mp4 67.77 MB
  029 13-Queue-sending-from-different-tasks
  13_Queue_sending_from_different_tasks
  13_Queue_sending_from_different_tasks.ino 1.36 KB
  029 Coding Sending from different Tasks to the same Queue (Part II).mp4 61.73 MB
  030 Coding Sending structures onto queues (Part I).mp4 65.53 MB
  031 14-Sending-structures-onto-queues
  14_Sending_structures_onto_queues
  14_Sending_structures_onto_queues.ino 1.58 KB
  031 Coding Sending structures onto queues (Part II).mp4 34.41 MB
  06 Queue Sets
  032 Introduction to Queue Sets.mp4 15.03 MB
  033 Queue Sets management functions.mp4 22.54 MB
  034 Coding Creating Queue Sets (Part I).mp4 55.47 MB
  035 15-Quesets
  15_Quesets
  15_Quesets.ino 1.45 KB
  035 Coding Creating Queue Sets (Part II).mp4 69.29 MB
  07 Software Timers
  036 Introduction to software timers.mp4 66.4 MB
  037 Timer management functions.mp4 80.54 MB
  038 16-Software-Timers
  16_Software_Timers
  16_Software_Timers.ino 1.41 KB
  038 Coding Creating One-Shot and Auto-Reload Timers.mp4 96.1 MB
  039 17-Interracting-with-software-timers
  17_Interracting_with_software_timers
  17_Interracting_with_software_timers.ino 1.34 KB
  039 Coding Interacting with multiple Timers.mp4 110.89 MB
  08 Semaphores
  040 Introduction to Binary Semaphores.mp4 63.23 MB
  041 Coding Creating Binary Semaphores (Part I ).mp4 53.29 MB
  042 18-Simple-BinarySemaphore
  18_Simple_BinarySemaphore
  18_Simple_BinarySemaphore.ino 1.34 KB
  042 Coding Creating Binary Semaphores (Part II ).mp4 73.58 MB
  043 Introduction to Counting Semaphores.mp4 44.68 MB
  044 Coding Creating a Counting Semaphore (Part I ).mp4 57.61 MB
  045 Coding Creating a Counting Semaphore (Part II ).mp4 15.23 MB
  046 Some common concepts.mp4 22.46 MB
  09 Mutual Exclusion
  047 22-Mutex
  22_Mutex
  22_Mutex.ino 700 B
  047 Coding Creating a Mutex.mp4 44.71 MB
  10 The Gatekeeeper
  048 Coding Using Gatekeepers (Part I).mp4 61.8 MB
  049 23-Gatekeeper
  23_Gatekeeper
  23_Gatekeeper.ino 1.19 KB
  049 Coding Using Gatekeepers (Part II).mp4 63.28 MB
  11 Event Groups
  050 Coding Creating Event Groups (Part I).mp4 72.89 MB
  051 24-Event-Groups
  24_Event_Groups
  24_Event_Groups.ino 1.34 KB
  051 Coding Creating Event Groups (Part II).mp4 13.18 MB
  052 Coding Managing 3 Tasks with an Event Group (Part I).mp4 99.01 MB
  053 25-Event-Groups2
  25_Event_Groups2
  25_Event_Groups2.ino 1.86 KB
  053 Coding Managing 3 Tasks with an Event Group (Part II).mp4 11.99 MB
  054 Coding Synchronizing Tasks with an Event Groups (Part I).mp4 42.67 MB
  055 26-Syncing-tasks-with-eventgroups
  26_Syncing_tasks_with_eventgroups
  26_Syncing_tasks_with_eventgroups.ino 1.79 KB
  055 Coding Synchronizing Tasks with an Event Groups (Part II).mp4 62.54 MB
  12 Interrupt Management
  056 19-Syncing-tasks-and-isr-using-semaphores
  19_Syncing_tasks_and_isr_using_semaphores
  19_Syncing_tasks_and_isr_using_semaphores.ino 882 B
  056 Coding Syncing Tasks and Interrupt Service Routines (Part II).mp4 12.86 MB
  057 Coding Sending and receiving from Queues in an ISR (Part I).mp4 99.11 MB
  058 21-Queues-and-interrupts
  21_Queues_and_interrupts
  21_Queues_and_interrupts.ino 1.59 KB
  058 Coding Sending and receiving from Queues in an ISR (Part II).mp4 16.83 MB
  13 Configuring the Scheduler
  059 Coding Experimenting with Non-Preemption.mp4 48.21 MB
  14 General RTOS concepts Fundamentals
  060 What is an RTOS.mp4 7.05 MB
  061 Performance Metrics of Real Time Operating Systems.mp4 2.2 MB
  062 Busy Wait System.mp4 4.23 MB
  063 Multi-Threaded Systems (With ISRs).mp4 8.11 MB
  064 Real-Time Systems.mp4 2.56 MB
  065 The Thread.mp4 11.01 MB
  066 Classification of Threads.mp4 11.73 MB
  15 General RTOS concepts The Scheduler and Scheduling policies
  067 The Scheduler.mp4 10.81 MB
  068 Process vs. Thread.mp4 10.81 MB
  069 Classification of Schedulers.mp4 5.46 MB
  070 Preemption.mp4 3.39 MB
  071 Scheduler Criteria.mp4 5.77 MB
  072 CPU Utilization.mp4 11.92 MB
  073 Scheduling Algorithm Optimization.mp4 9.71 MB
  074 Overview of Popular Scheduling Algorithms.mp4 3.31 MB
  075 First Come First Served (FCFS) Scheduler.mp4 42.39 MB
  076 Round Robin (RR) Scheduler.mp4 29.34 MB
  077 Round Robin (RR) Scheduler (PART II).mp4 22.45 MB
  078 Quanta.mp4 22.15 MB
  079 Weighted Round Robin (WRR) Scheduler.mp4 22.58 MB
  080 Internals of the Round Robin Scheuler.mp4 21.91 MB
  081 The Kernel.mp4 1.79 MB

Description



[Udemy] Arduino FreeRTOS From Ground Up Build RealTime Projects 2020 VO 720p WEB x264

Udemy-Arduino-Free-RTOS-From-Ground-Up.jpg?042148

Description
Arduino FreeRTOS From Ground UpTM : Création de projets temps réel, etc. Ce cours propose la création de plus de 20 projets temps réel pour l'industrie Arduino. Au cours de cette formation, vous apprendrez les systèmes de base, le temps réel et la création d'applications temps réel avec FreeRTOS sur carte Arduino. Ce cours vous permettra de découvrir les fonctionnalités du noyau FreeRTOS en temps réel, ainsi que de suivre une formation détaillée sur l'API implémentant FreeRTOS sur Arduino. À la fin de cette formation, vous vous concentrerez sur la création de 30 projets temps réel.

Quelle période Arduino FreeRTOS From Ground UpTM : Build RealTime Projects apprend :
Chargement de FreeRTOS sur chaque carte Arduino
Créez des applications multitâches en temps réel grâce à FreeRTOS sur Arduino
Maîtriser la gestion technique, la gestion des tâches, la gestion des ressources, la synchronisation des tâches et la gestion des événements FreeRTOS
Calculer la quantité de CPU consommée par le RTOS
Mettre en œuvre et expliquer les algorithmes, le timing, la célébrité
Maîtriser les fonctionnalités de gestion, les interruptions et la gestion du temps FreeRTOS
Comprendre le paragraphe actuel, le tarif monotone, le premier arrivé, premier servi, le Round-Robin et le Round-Robin pondéré

Spécifications du cours
Parution : 2020
Éditeur : Udemy
Instructeurs : Israel Gbati
Durée : 8 heures et 43 minutes
Niveau : Débutant à avancé
Nombre de leçons : 80

Qualité : WEB 720p
Format : MP4
Codec vidéo : AVC/x264 à ~ 900 kb/s
Codec audio : AAC LC 2.0 à 128 kb/s
Langue : Anglais

Taille Totale : 3,13 Go
Nombre de fichiers : 106

Regardez avec votre joueur préféré.


FRANCEGALLFOREVER-LOGO.jpg?042148

Related Torrents

torrent name size uploader age seed leech
6
0
1
3
2