News

This is a freeRTOS example project for arduino uno This is a fork of Richard Barry's freeRTOS, optimised for the Arduino AVR devices. It has been created to provide access to FreeRTOS capabilities, ...
The Arduino delay() function has been redefined to automatically use the FreeRTOS vTaskDelay() function when the delay required is one Tick or longer, by setting configUSE_PORT_DELAY to 1, so that ...
After my previous project with one Arduino controlling one LED garland, here, this project use multi-tasking with FreeRTOS on one Arduino (nano) to drive multiple garlands with asynchronous tasks ...
Animate multiple 24 VDC LED garlands with flashing and variable brightness (13 different parameters) with one Arduino Nano multi-tasking with FreeRTOS.