filmov
tv
How to Multitask with FreeRTOS (ESP32 + Arduino series)
Показать описание
Run multiple tasks on the ESP32 with FreeRTOS. For instance: blinking two LED's at different intervals or increment two counters at the same time.
A FreeRTOS task is nothing more than a standard C (or C++) function. Nothing fancy, very easy!
Most ESP32's have a dual-core processor, so FreeRTOS will balance your tasks across cores. This technique also works for single-core versions of the ESP32. In that case, FreeRTOS will rapidly switch between tasks, giving the impression that it's multitasking.
⚡️Other videos in this series:
(Everything you need to know about programming the ESP32 by using the Arduino Framework)
🌍 Social
(no more than once a month)
A FreeRTOS task is nothing more than a standard C (or C++) function. Nothing fancy, very easy!
Most ESP32's have a dual-core processor, so FreeRTOS will balance your tasks across cores. This technique also works for single-core versions of the ESP32. In that case, FreeRTOS will rapidly switch between tasks, giving the impression that it's multitasking.
⚡️Other videos in this series:
(Everything you need to know about programming the ESP32 by using the Arduino Framework)
🌍 Social
(no more than once a month)
How to Multitask with FreeRTOS (ESP32 + Arduino series)
What is FreeRTOS? (ESP32 + Arduino series)
How to do multiple tasks in Arduino | Beginners | millis() function
[Experiment Result] : Multitasking ESP32 with FreeRTOS
FreeRTOS Tutorial: Running Multiple Tasks on ESP32
36 MultiTasking and FreeRTOS with ESP32 & Arduino
Manage FreeRTOS tasks - Suspend, Delay, Resume, Delete (ESP32 + Arduino series)
FreeRTOS ESP32 2stepper motors spinning different speeds
Processi paralleli con FreeRTOS e Arduino - Video 714
#244 Multiple tasks on an Arduino?😲FreeRTOS can do it - so can you😜
How to use FreeRTOS with STM32 Microcontroller–Example Project
True multitasking with ESP32 using FreeRTOS
[Knowledge Sharing] Multitasking for Arduino using FreeRTOS
Keep WiFi Connection Alive with FreeRTOS Task (ESP32 + Arduino series)
02 Create MultiTask with FreeRTOS and STM32 Nucleo Board
FreeRTOS ESP32 LED Blinking at 2 Different speeds
ESP32 Multitasking and variable sharing.
FreeRTOS Development-Create Multi-Task Application
Arduino multitasking. FreeRTOS.
Multitasking in Arduino Uno using Free RTOS
ESP32 tutorial A-18: Multitasking
Demo: FreeRTOS AVR Multitasking
Passing data between RTOS tasks
Arduino FreeRTOS Tutorial 2 - Using Queues in Arduino FreeRTOS
Комментарии