Maker.io main logo
PROJECT
5 211

Introduction to RTOS - Solution to Part 9 (Hardware Interrupts)

By ShawnHymel

How to use FreeRTOS with Hardware Interrupts

PROJECT
1 714

Introduction to RTOS - Solution to Part 10 (Deadlock and Starvation)

By ShawnHymel

How to avoid deadlock and starvation in FreeRTOS

PROJECT
2 366

Introduction to RTOS - Solution to Part 8 (Software Timers)

By ShawnHymel

How to use FreeRTOS Software Timers

PROJECT
6 977

Introduction to RTOS - Solution to Part 5 (FreeRTOS Queue Example)

By ShawnHymel

Example of using queues in FreeRTOS

PROJECT
12 651

Getting Started with STM32 - Introduction to FreeRTOS

By ShawnHymel

This tutorial will cover how to get started with FreeRTOS that comes with STM32CubeIDE.

PROJECT
8 342

Introduction to RTOS - Solution to Part 7 (FreeRTOS Semaphore Example)

By ShawnHymel

Example of using semaphores in FreeRTOS

PROJECT
1 542

Raspberry Pi Pico and RP2040 - MicroPython Part 1: Blink

By ShawnHymel

Tutorial showing how to use MicroPython to blink an LED on the Raspberry Pi Pico

PROJECT
2 614

Hardware Design with the RP2040 Part 2: PCB Layout

By ShawnHymel

How to lay out your own PCB for the Raspberry Pi RP2040

PROJECT
7 784

Introduction to RTOS - Solution to Part 2 (FreeRTOS)

By ShawnHymel

Solution to a multi-threaded challenge to blink an LED at different rates using an RTOS

PROJECT
8 255

Hardware Design with the RP2040 Part 1: Schematic

By ShawnHymel

How to create your own PCB for the Raspberry Pi RP2040

PROJECT
5 105

Introduction to RTOS - Solution to Part 6 (FreeRTOS Mutex Example)

By ShawnHymel

Example of using mutexes in FreeRTOS

PROJECT
1 999

Introduction to RTOS - Solution to Part 12 (Multicore Systems)

By ShawnHymel

How to run tasks in FreeRTOS on the ESP32 with multicore support