OTA | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 23 Jul 2025 14:16:48 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2018/03/n-favicon-2018.png?fit=16%2C16&quality=100&strip=all&ssl=1 OTA | Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 ESP32 CYD with ESP-NOW: Receive and Display Data From Multiple Boards https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/ https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/#comments Thu, 10 Jul 2025 13:23:01 +0000 https://randomnerdtutorials.com/?p=171725 In this project, you’ll learn how to use the ESP-NOW communication protocol with the ESP32 CYD Board (Cheap Yellow Display) to receive and display data from multiple ESP32 sender boards. ...

CONTINUE READING »

The post ESP32 CYD with ESP-NOW: Receive and Display Data From Multiple Boards first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-esp-now-receive-data/feed/ 12 171725
ESP32-CAM Save Picture in Firebase Storage https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/ https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comments Tue, 01 Jul 2025 09:50:02 +0000 https://randomnerdtutorials.com/?p=107690 In this guide, you’ll learn how to take and upload a picture to Firebase Storage using the ESP32-CAM. You’ll create a Firebase project with Storage that allows you to store ...

CONTINUE READING »

The post ESP32-CAM Save Picture in Firebase Storage first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/feed/ 231 107690
MicroPython: ESP32/ESP8266 Get Device Info (CPU, MAC Address, Flash Size, PSRAM & More) https://randomnerdtutorials.com/micropython-esp32-esp8266-device-info/ https://randomnerdtutorials.com/micropython-esp32-esp8266-device-info/#comments Wed, 04 Jun 2025 16:40:48 +0000 https://randomnerdtutorials.com/?p=169678 In this quick guide, we’ll share a simple MicroPython script that displays useful information about your board. It’s a great tool for diagnostics and testing. The script retrieves details about ...

CONTINUE READING »

The post MicroPython: ESP32/ESP8266 Get Device Info (CPU, MAC Address, Flash Size, PSRAM & More) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/micropython-esp32-esp8266-device-info/feed/ 1 169678
Raspberry Pi Pico with Interrupts: External and Timer Interrupts (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-interrupts-micropython/ https://randomnerdtutorials.com/raspberry-pi-pico-interrupts-micropython/#comments Thu, 29 May 2025 12:51:30 +0000 https://randomnerdtutorials.com/?p=169636 In this guide, we’ll show you how to handle interrupts with the Raspberry Pi Pico using MicroPython and build some project examples with a pushbutton and a PIR motion sensor. ...

CONTINUE READING »

The post Raspberry Pi Pico with Interrupts: External and Timer Interrupts (MicroPython) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-pico-interrupts-micropython/feed/ 3 169636
Getting Started with Raspberry Pi Pico 2 and Pico 2 W https://randomnerdtutorials.com/getting-started-raspberry-pi-pico-2-w/ https://randomnerdtutorials.com/getting-started-raspberry-pi-pico-2-w/#comments Thu, 15 May 2025 13:30:59 +0000 https://randomnerdtutorials.com/?p=169963 The Raspberry Pi Pico 2 is the successor to the original Raspberry Pi Pico (Pico 1). It’s a microcontroller developed by the Raspberry Pi Foundation, built around the RP2350 chip. ...

CONTINUE READING »

The post Getting Started with Raspberry Pi Pico 2 and Pico 2 W first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/getting-started-raspberry-pi-pico-2-w/feed/ 15 169963
ESP32 TFT with LVGL: Display Temperature on Line Chart (BME280) https://randomnerdtutorials.com/esp32-tft-lvgl-line-chart/ https://randomnerdtutorials.com/esp32-tft-lvgl-line-chart/#respond Thu, 27 Feb 2025 14:36:58 +0000 https://randomnerdtutorials.com/?p=165008 In this guide, you’ll learn how to display temperature from the BME280 sensor on an ESP32 and a TFT display using LVGL (Light Versatile Graphics Library). You’ll learn how to ...

CONTINUE READING »

The post ESP32 TFT with LVGL: Display Temperature on Line Chart (BME280) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-tft-lvgl-line-chart/feed/ 0 165008
ESP32 CYD with LVGL: Display Temperature on Line Chart (BME280) https://randomnerdtutorials.com/esp32-cyd-lvgl-line-chart/ https://randomnerdtutorials.com/esp32-cyd-lvgl-line-chart/#comments Tue, 25 Feb 2025 14:02:28 +0000 https://randomnerdtutorials.com/?p=164489 In this guide, you’ll learn how to display temperature from the BME280 sensor on an ESP32 Cheap Yellow Display (CYD) using LVGL (Light Versatile Graphics Library). You’ll learn how to ...

CONTINUE READING »

The post ESP32 CYD with LVGL: Display Temperature on Line Chart (BME280) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-lvgl-line-chart/feed/ 11 164489
Raspberry Pi Pico: 20 Free Guides for Sensors and Modules https://randomnerdtutorials.com/raspberry-pi-pico-guides-sensors-modules/ https://randomnerdtutorials.com/raspberry-pi-pico-guides-sensors-modules/#respond Thu, 20 Feb 2025 12:39:35 +0000 https://randomnerdtutorials.com/?p=165146 This article is a compilation of 20 free guides for different sensors, modules, and peripherals compatible with the Raspberry Pi Pico. Most guides cover programming the RPi Pico using MicroPython ...

CONTINUE READING »

The post Raspberry Pi Pico: 20 Free Guides for Sensors and Modules first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-pico-guides-sensors-modules/feed/ 0 165146
ESP8266 NodeMCU with MFRC522 RFID Reader/Writer (Arduino IDE) https://randomnerdtutorials.com/esp8266-nodemcu-mfrc522-rfid-reader-arduino/ https://randomnerdtutorials.com/esp8266-nodemcu-mfrc522-rfid-reader-arduino/#comments Thu, 09 Jan 2025 14:23:10 +0000 https://randomnerdtutorials.com/?p=164031 Learn how to interface the MFRC522 RFID reader module with the ESP8266 NodeMCU board. You’ll learn how to get raw RFID data, get the RFID card UID, and add personal ...

CONTINUE READING »

The post ESP8266 NodeMCU with MFRC522 RFID Reader/Writer (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-mfrc522-rfid-reader-arduino/feed/ 7 164031
ESP32 with MFRC522 RFID Reader/Writer (Arduino IDE) https://randomnerdtutorials.com/esp32-mfrc522-rfid-reader-arduino/ https://randomnerdtutorials.com/esp32-mfrc522-rfid-reader-arduino/#comments Tue, 07 Jan 2025 15:50:31 +0000 https://randomnerdtutorials.com/?p=163493 Learn how to interface the MFRC522 RFID reader module with the ESP32 board. You’ll learn how to get raw RFID data, get the RFID card UID, and add personal data ...

CONTINUE READING »

The post ESP32 with MFRC522 RFID Reader/Writer (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-mfrc522-rfid-reader-arduino/feed/ 21 163493