CREATING A FREE RTOS TASK FOR BLINKING A LED IN ESP32.

Project Title Blinking a LED by creating a freertos task in ESP-32 Components Required esp-32 board leds jumper wires breadboard Working Principle First of all for we must create a task where... Read more »

TASK MANAGEMENT IN FREE RTOS

Introduction The real time projects which uses real time operating system (RTOS) are generally structured as a set of independent tasks. In a single core processor only one task can be executed... Read more »

INTRODUCTION TO FREE RTOS

INTRODUCTION What is operating system (OS) ? A operating system is a system software that act as an interface between computer users and computer hardware. Every user is not familiar with machine... Read more »