Skip to content
Random Nerd Tutorials
  • Free eBooks
  • About
  • Contact
  • Courses Login
  • Get Courses
    • All eBooks & Courses
    • 🔥 Learn LVGL: Build GUIs for ESP32 Projects
    • Smart Home with Raspberry Pi, ESP32, and ESP8266
    • Learn ESP32 with Arduino IDE
    • Build Web Servers with ESP32 and ESP8266
    • Firebase Web App with ESP32 and ESP8266
    • Build ESP32-CAM Projects
    • MicroPython Programming with ESP32 and ESP8266
    • Home Automation Using ESP8266
    • Learn Raspberry Pi Pico/Pico W with MicroPython
    • Arduino Step-by-step Projects
    • Android Apps For Arduino
    • Electronics For Beginners
HOME ESP32 ESP8266 ESP32-CAM RASPBERRY PI MICROPYTHON RPi PICO ARDUINO REVIEWS

Search Results for: freertos

ESP32 FreeRTOS Mutex – Getting Started (Arduino IDE)

ESP32 with FreeRTOS - Getting Started with Mutex Arduino IDE Core

In this guide, you’ll learn how to use a FreeRTOS Mutex with the ESP32 programmed with Arduino IDE. A Mutex (Mutual Exclusion) is a special type of binary semaphore that …

CONTINUE READING »

ESP32 with FreeRTOS: Software Timers/Timer Interrupts (Arduino IDE)

ESP32 FreeRTOS Software Timers, Timer Interrupts

In this guide, you’ll learn how to use software timers (timer interrupts) with the ESP32 using FreeRTOS programming on Arduino IDE. We’ll take a look at auto-reload (periodic) timers and …

CONTINUE READING »

ESP32 with FreeRTOS: Getting Started with Semaphores (Arduino IDE)

ESP32 FreeRTOS Semaphores Arduino IDE Getting Started Guide

In this guide, we’ll introduce you to and explain how to use FreeRTOS semaphores with the ESP32, using the Arduino IDE. Semaphores are like signals (or flags) that allow you …

CONTINUE READING »

ESP32 with FreeRTOS Queues: Inter-Task Communication (Arduino IDE)

ESP32 with FreeRTOS Queues: Inter-Task Communication (Arduino IDE)

In this guide, you’ll learn how to use FreeRTOS queues for safe and efficient communication between tasks on the ESP32, using the Arduino IDE. Queues allow you to exchange data …

CONTINUE READING »

ESP32 with FreeRTOS (Arduino IDE) – Getting Started: Create Tasks

ESP32 with FreeRTOS - Getting Started Guide Create Tasks

In this tutorial, we’ll introduce the basic concepts of FreeRTOS and show you how to use it with the ESP32 and the Arduino IDE. You’ll learn how to create single …

CONTINUE READING »

ESP32 Web Server: Set Timer Schedule (Arduino IDE)

ESP32 Web Server Set Timer Schedule Arduino IDE

In this project, we’ll build a web server with the ESP32 that allows you to control an LED by scheduling a timer with an ON/OFF action for any period duration …

CONTINUE READING »

ESP-IDF: ESP32 Simple Web Server (Serve HTML Page)

ESP-IDF ESP32 Simple Web Server Serve HTML Page

This guide shows how to build a simple local web server with the ESP32 programmed with ESP-IDF that serves a simple HTML web page. This web page can then be …

CONTINUE READING »

ESP-IDF: ESP32 GPIO Interrupts (Button with Debouncing)

ESP-IDF ESP32 GPIO Interrupts Button with Debouncing

In this guide, you’ll learn how to set ESP32 GPIO interrupts with ESP-IDF (Espressif IoT Development Framework). The ESP32 is a microcontroller that offers several General Purpose Input/Output (GPIO) pins …

CONTINUE READING »

Year in Review 2025 – Random Nerd Tutorials

Random Nerd Tutorials Year in Review 2025

With the beginning of a new year, it is time to share our Year in Review. Every year seems to pass faster than the last, and 2025 was no different. …

CONTINUE READING »

ESP-IDF: ESP32 GPIO – Read Analog Input (ADC – Analog to Digital Converter)

ESP-IDF ESP32 GPIO Read Analog Input ADC Analog to Digital Converter

In this guide, you’ll learn how to set and read the ESP32 board’s GPIO pins as ADC (Analog to Digital Converter) with ESP-IDF (Espressif IoT Development Framework). The ESP32 is …

CONTINUE READING »

How to use ESP32 Dual Core with Arduino IDE

ESP32 FreeRTOS Dual Core Tutorial

The ESP32 comes with 2 Xtensa 32-bit LX6 microprocessors: core 0 and core 1. So, it is dual core. When we run code on Arduino IDE, by default, it runs on core …

CONTINUE READING »

ESP32 GPIO Interrupts with Arduino IDE

ESP32 GPIO Interrupts with Arduino IDE

Learn how to configure and handle interrupts with the ESP32 board to detect and respond to changes on its input GPIOs. We’ll build a project example using a pushbutton and …

CONTINUE READING »

ESP-IDF: ESP32 GPIO – Read Digital Inputs

ESP-IDF ESP32 GPIO Read Digital Inputs

In this guide, you’ll learn how to set and read the ESP32 board’s GPIO pins as digital inputs with ESP-IDF (Espressif IoT Development Framework). The ESP32 is a microcontroller that …

CONTINUE READING »

ESP-IDF: ESP32 GPIO PWM with LEDC (Control LED Brightness)

ESP-IDF: ESP32 GPIO PWM with LEDC Control LED Brightness

In this guide, you’ll learn how to control the ESP32 board’s GPIOs using PWM (Pulse Width Modulation) with ESP-IDF (Espressif IoT Development Framework). The ESP32 is a microcontroller that offers …

CONTINUE READING »

Older posts
Page1 Page2 Next →

Affiliate Disclosure: Random Nerd Tutorials is a participant in affiliate advertising programs designed to provide a means for us to earn fees by linking to Amazon, eBay, AliExpress, and other sites. We might be compensated for referring traffic and business to these companies.



Learn ESP32 with Arduino IDE eBook » Complete guide to program the ESP32 with Arduino IDE!



SMART HOME with Raspberry Pi, ESP32, and ESP8266 » learn how to build a complete home automation system.



Learn Raspberry Pi Pico/Pico W with MicroPython​ » The complete getting started guide to get the most out of the the Raspberry Pi Pico/Pico W (RP2040) microcontroller board using MicroPython programming language.



🔥 Learn LVGL: Build GUIs for ESP32 Projects​ » Learn how to build Graphical User Interfaces (GUIs) for ESP32 Projects using LVGL (Light Versatile Graphics Library) with the Arduino IDE.

  • About
  • Support
  • Terms and Conditions
  • Privacy Policy
  • Refunds
  • Complaints’ Book
  • MakerAdvisor.com
  • Join the Lab
Copyright © 2013-2026 · RandomNerdTutorials.com · All Rights Reserved