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

Sara Santos

MicroPython: HTTP GET Requests with ESP32/ESP8266

MicroPython ESP32 ESP8266 NodeMCU Getitng Started with HTTP GET Requests

Learn how to make HTTP GET Requests with the ESP32 or ESP8266 boards programmed with MicroPython. We’ll first cover the basics of HTTP GET requests, and then, we’ll create and …

CONTINUE READING »

Raspberry Pi Pico W: Set a Static IP Address (MicroPython)

Raspberry Pi Pico W Setting a Static / Fixed IP Address MicroPython

Learn how to set a static / fixed IP address for your Raspberry Pi Pico W. When your Pico connects to a network, some routers may assign a different IP …

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 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 »

Arduino UNO Q: Getting Started (Features, Pinout, Examples)

Arduino Uno Q Getting Started Features Pinout Examples

The Arduino was recently acquired by Qualcomm, and with that, they launched a completely new Arduino board: the Arduino UNO Q. While it maintains the same form factor as previous …

CONTINUE READING »

ESP32: Save Wi-Fi Credentials in a Separate File (and Other Sensitive Information)

ESP32 Save Wi-Fi Credentials in a Separate File

Learn how to securely store Wi-Fi credentials and other sensitive information in a separate file for your ESP32 projects (also works for other Arduino based projects). This approach eliminates the …

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 »

ESP32 with PIR Motion Sensor using Interrupts and Timers (Arduino IDE)

ESP32 with PIR Motion Sensor using Interrupts and Timers

Learn how to use a PIR (Passive Infrared) Motion Sensor with the ESP32 programmed with Arduino IDE to detect motion. We’ll create a simple example to introduce you to the …

CONTINUE READING »

BLE Communication between Raspberry Pi and Raspberry Pi Pico W

BLE Communication between Raspberry Pi and Raspberry Pi Pico W

This tutorial explains how to set up Bluetooth Low Energy (BLE) communication between a Raspberry Pi and a Pico W. We’ll start by covering the basics of BLE, including the …

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 »

MicroPython: ESP-NOW with ESP32—Receive Data from Multiple Boards (many-to-one)

MicroPython: ESP-NOW with ESP32—Receive Data from Multiple Boards (many-to-one)

In this MicroPython guide, we’ll show you how to set up an ESP32 to receive and display data from multiple ESP32 boards using the ESP-NOW communication protocol (many-to-one configuration). We’ll …

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 »

Raspberry Pi Pico: HC-SR04 Ultrasonic Sensor (MicroPython)

Raspberry Pi Pico: HC-SR04 Ultrasonic Sensor - Measure Distance (MicroPython)

Learn how to use the HC-SR04 Ultrasonic Sensor with the Raspberry Pi Pico to get the distance to an object using MicroPython firmware. This tutorial covers how to wire the …

CONTINUE READING »

Raspberry Pi Pico: HC-SR04 Ultrasonic Sensor (Arduino IDE)

Raspberry Pi Pico: HC-SR04 Ultrasonic Sensor (Arduino IDE)

Learn how to use the HC-SR04 Ultrasonic Sensor with the Raspberry Pi Pico to get the distance to an object programmed using Arduino IDE. This tutorial covers how to wire …

CONTINUE READING »

Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page33 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