RTOS

FreeRTOS Task Scheduling with ESP32: A Smart Irrigation Example

In our last discussion, we explored the basics of FreeRTOS and how it enables multitasking on microcontrollers like the ESP32. Today, we're going further under the hood—examining how the FreeRTOS scheduler works and how tasks are prioritized, d…

ee-diary

Writing a Blinky Program with FreeRTOS on ESP32

If you're diving into embedded systems or real-time programming, FreeRTOS (Free Real-Time Operating System) is a must-learn tool. In this guide, we’ll explore key RTOS concepts and how to implement them using FreeRTOS on an ESP32 board throu…

ee-diary
Load More
That is All