32 skills found · Page 1 of 2
god233012yamil / 30 Day FreeRTOS Course For ESP32 Using ESP IDFA complete 30-day hands-on course to master FreeRTOS on ESP32 with ESP-IDF. Learn task creation, synchronization, multicore design, debugging, and build real-world IoT projects. Perfect for embedded developers ready to level up with real-time systems.
pitschu / RP2040matrix V2This project shows a LED matrix panel with 64x64 full RGB pixels driven by a RP2040 Rasberry Pi micro chip. It runs at 50Hz frame rate in BCM mode to get an absolute flicker free display. This is only a tiny demo program running several tasks using FreeRTOS. The driver uses 2 state machines of one PIO device. Each state machine is feeded by a DMA channel providing RGB pixel data and row address data.
leCandas / M5Stamp C3An example PlatformIO project for M5Stamp C3 using Arduino FreeRTOS tasks
GeorgeBregman / ESP32 SIP VoiceESP32-based SIP VoIP client (ESP-IDF + FreeRTOS). Tasks, queues, and core SIP call flow logic. Uses G.711 µ-law and I2S codec (e.g., ES8388).
aanban / Esp32 Beo4Decoder library for Bang & Olufsen Beo4 IR remote control using a TSOP7000 IR receiver
tvlad1234 / Pico WindowMultitasking text-based windowing system for Raspberry Pi Pico, using a PS/2 keyboard, VGA monitor and FreeRTOS
JohnsonGu / TypeC Lesson6 ChassisTask FreeRTOSRoboMaster电控教程-底盘任务与实时操作系统
sachin-ik / EDF FreeRTOSFreeRTOS with Earlier Deadline First( EDF ) task scheduling.
gbmhunter / Uart FreeRtos CA FreeRTOS task for controlling a UART on an embedded platform. Designed for use with a PSoC microcontroller.
NasirZhou / STM32 基于FreeRTOS的智能手表,集成抬腕显示、心率血氧监测、GPS定位及步数统计。多任务调度与队列通信优化效率,任务优先级管理实现功能切换,结合传感器采集数据,利用ESP8266远程同步,打造低功耗方案。 /FreeRTOS-based smartwatch with wrist-lift, HR/BloodO2 monitoring, GPS, step counting. Multi-tasking/queues boost efficiency. Task priority switching. Collects sensor data, syncs via ESP8266. Low-power solution.
lukezsmith / Stm32 CliA FreeRTOS C project for the STM32F407 Discovery board that runs a number of GPIO tasks through a UART-driven command line interface. This project uses GoogleTest for unit testing.
kasonhaimen / Stm32 Ad5933 AnalogswitchesHere, the Keil projects run on freeRTOS with nucleo-f411 board. I edited some basic modules like software IIC, hardware IIC, USART, etc..
yulong77 / RTOS GPS TrackerA FreeRTOS-based GPS tracking project demonstrating task management, UART communication, and real-time data processing.
CalinRadoni / ESP32HALESP32 HAL: helper C++ classes for some ESP32 info (tasks, heap) and generic peripherals (ADC, GPIO, I2C, SPI, Timers, ...)
nizarmojab / STM32 FreeRTOSThis project develops embedded code for STM32 using FreeRTOS, with task management, synchronization, and real-time features. Implementations include task scheduling, queue management, and mutexes, with GPIO control and task notifications. Tera Term enables serial monitoring, while SEGGER SystemView visualizes and optimizes task performance.
MahdisSep / Real Time Solar Tracker FreeRTOS Simulink Embedded Systems project developing an intelligent solar tracker. Features Simulink modeling, C++ implementation using FreeRTOS for real-time operation, and concurrent task management (tracking, energy monitoring, environment).
emanalva / FreeRTOS CAN Bus ESP32This project simulates a real-time automotive sensor network using two ESP32 microcontrollers running FreeRTOS and communicating via CAN bus. It handles data acquisition from multiple sensors, such as ultrasonic distance, temperature, humidity, and light levels, while employing FreeRTOS for task management and real-time performance.
loa / Freertos CliCLI handler and SCI task for FreeRTOS crafted to work alongside a generated Texas Instruments Halcogen project. Can easily be used in any FreeRTOS environment with modification.
Vinu-1975 / FreeRTOS Task Scheduler ANALYSISAnalysis of Task Schedular in FreeRTOS and detailed review of implementation of Ready List
3SamuelW / ESP32S3 CameraAn ESP32-S3 based camera system with FreeRTOS task management, dual-core scheduling.