What is FreeRTOS? (ESP32 + Arduino series)
Simply Explained Simply Explained
464K subscribers
66,629 views
0

 Published On Mar 10, 2021

Want to multitask on your ESP32? By using FreeRTOS you won't have to worry about scheduling your tasks and making sure that all of them are given enough processing time.

FreeRTOS is a real-time operating system, designed to run on microcontrollers. It has a scheduler that gives each task a fair share of CPU processing power. When that's not possible, the scheduler will use a task's priority to give the most important ones the most CPU time.

⚡️Other videos in this series:
   • ESP32 + Arduino  
(Everything you need to know about programming the ESP32 by using the Arduino Framework)

🌍 Social
Twitter:   / savjee  
Facebook:   / savjee  
Blog: https://savjee.be

❤️ Become a Simply Explained member:    / @simplyexplained  

show more

Share/Embed