OTA | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 04 Jun 2025 16:40:51 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.1 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 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/ 14 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/ 9 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
ESP8266 NodeMCU OTA (Over-the-Air) Updates – ElegantOTA Library with Arduino IDE https://randomnerdtutorials.com/esp8266-nodemcu-ota-elegantota-arduino/ https://randomnerdtutorials.com/esp8266-nodemcu-ota-elegantota-arduino/#comments Thu, 19 Dec 2024 14:04:20 +0000 https://randomnerdtutorials.com/?p=164560 This tutorial shows how to do OTA (over-the-air) updates to your ESP8266 NodeMCU boards using the ElegantOTA library (V3 version) with Arduino IDE. This library sets up a web server ...

CONTINUE READING »

The post ESP8266 NodeMCU OTA (Over-the-Air) Updates – ElegantOTA Library with Arduino IDE first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-ota-elegantota-arduino/feed/ 10 164560
ESP32 OTA (Over-the-Air) Updates – ElegantOTA Library with Arduino IDE https://randomnerdtutorials.com/esp32-ota-elegantota-arduino/ https://randomnerdtutorials.com/esp32-ota-elegantota-arduino/#comments Tue, 17 Dec 2024 18:49:51 +0000 https://randomnerdtutorials.com/?p=164492 This tutorial shows how to do OTA (over-the-air) updates to your ESP32 boards using the ElegantOTA library (V3 version) with Arduino IDE. This library sets up a web server that ...

CONTINUE READING »

The post ESP32 OTA (Over-the-Air) Updates – ElegantOTA Library with Arduino IDE first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-ota-elegantota-arduino/feed/ 72 164492