esp32-cam | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 24 Jul 2025 13:54:26 +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 esp32-cam | Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 ESP-IDF: ESP32 GPIO – Control Digital Outputs https://randomnerdtutorials.com/esp-idf-esp32-gpio-outputs/ https://randomnerdtutorials.com/esp-idf-esp32-gpio-outputs/#comments Thu, 24 Jul 2025 13:54:23 +0000 https://randomnerdtutorials.com/?p=173537 In this guide, you’ll learn how to set and control the ESP32 board’s GPIO pins as digital outputs with ESP-IDF (Espressif IoT Development Framework). The ESP32 is a microcontroller that ...

CONTINUE READING »

The post ESP-IDF: ESP32 GPIO – Control Digital Outputs first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp-idf-esp32-gpio-outputs/feed/ 4 173537
ESP32-CAM: Display Pictures in Firebase Web App https://randomnerdtutorials.com/esp32-cam-display-pictures-firebase-web-app/ https://randomnerdtutorials.com/esp32-cam-display-pictures-firebase-web-app/#comments Wed, 02 Jul 2025 13:21:02 +0000 https://randomnerdtutorials.com/?p=107976 In this guide, you’ll create a Firebase Web App to display the last picture taken with an ESP32-CAM saved in the Firebase Storage. The Web App also shows the date ...

CONTINUE READING »

The post ESP32-CAM: Display Pictures in Firebase Web App first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-display-pictures-firebase-web-app/feed/ 50 107976
VS Code and pioarduino IDE: Programming the ESP32 (Windows, Mac OS X, Linux) https://randomnerdtutorials.com/vs-code-pioarduino-ide-esp32/ https://randomnerdtutorials.com/vs-code-pioarduino-ide-esp32/#comments Wed, 02 Jul 2025 09:40:16 +0000 https://randomnerdtutorials.com/?p=169287 Learn how to program the ESP32 boards using VS Code (Microsoft Visual Studio Code) with the pioarduino IDE extension. The pioarduino IDE extension supports the latest Arduino core for the ...

CONTINUE READING »

The post VS Code and pioarduino IDE: Programming the ESP32 (Windows, Mac OS X, Linux) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/vs-code-pioarduino-ide-esp32/feed/ 46 169287
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
ESP-IDF: ESP32 Blink LED Example (VS Code) https://randomnerdtutorials.com/esp-idf-esp32-blink-led/ https://randomnerdtutorials.com/esp-idf-esp32-blink-led/#comments Thu, 12 Jun 2025 13:26:58 +0000 https://randomnerdtutorials.com/?p=170519 Learn how to blink an LED on an ESP32 board with ESP-IDF (Espressif IoT Development Framework). The ESP-IDF was developed by Espressif, and it is the “official” way to program ...

CONTINUE READING »

The post ESP-IDF: ESP32 Blink LED Example (VS Code) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp-idf-esp32-blink-led/feed/ 4 170519
Firebase: Control ESP32 GPIOs from Anywhere https://randomnerdtutorials.com/firebase-control-esp32-gpios/ https://randomnerdtutorials.com/firebase-control-esp32-gpios/#comments Mon, 26 May 2025 08:39:00 +0000 https://randomnerdtutorials.com/?p=110464 In this guide, you’ll learn how to control the ESP32 GPIOs from anywhere using Firebase. We’ll create nodes on the Firebase Realtime Database to save the current GPIO states. Whenever ...

CONTINUE READING »

The post Firebase: Control ESP32 GPIOs from Anywhere first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/firebase-control-esp32-gpios/feed/ 50 110464
Programming ESP32 with ESP-IDF using VS Code – Getting Started Guide https://randomnerdtutorials.com/programming-esp32-esp-idf-vs-code/ https://randomnerdtutorials.com/programming-esp32-esp-idf-vs-code/#comments Thu, 22 May 2025 13:10:18 +0000 https://randomnerdtutorials.com/?p=170029 Learn how to program the ESP32 boards with the ESP-IDF (Espressif IoT Development Framework). The ESP-IDF was developed by Espressif and it is intended for development of Internet of Things ...

CONTINUE READING »

The post Programming ESP32 with ESP-IDF using VS Code – Getting Started Guide first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/programming-esp32-esp-idf-vs-code/feed/ 55 170029
ESP32-CAM QR Code Reader User Management System (Web Server) https://randomnerdtutorials.com/esp32-cam-qr-code-reader-web-server/ https://randomnerdtutorials.com/esp32-cam-qr-code-reader-web-server/#respond Thu, 17 Apr 2025 14:56:21 +0000 https://randomnerdtutorials.com/?p=168608 In this project, you’ll build a QR code user management system with a web server that runs on an ESP32-CAM. The ESP32-CAM is constantly using its camera to scan for ...

CONTINUE READING »

The post ESP32-CAM QR Code Reader User Management System (Web Server) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-qr-code-reader-web-server/feed/ 0 168608
ESP32-CAM PIR Motion Detector with Photo Capture (saves to microSD card) https://randomnerdtutorials.com/esp32-cam-pir-motion-detector-photo-capture/ https://randomnerdtutorials.com/esp32-cam-pir-motion-detector-photo-capture/#comments Fri, 11 Apr 2025 07:58:00 +0000 https://randomnerdtutorials.com/?p=88137 In this project, we’re going to make a motion sensor detector with photo capture using an ESP32-CAM. When the PIR sensor detects motion, the ESP32 wakes up, takes a photo, ...

CONTINUE READING »

The post ESP32-CAM PIR Motion Detector with Photo Capture (saves to microSD card) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-pir-motion-detector-photo-capture/feed/ 279 88137
ESP32-CAM QR Code Reader/Scanner (Arduino IDE) https://randomnerdtutorials.com/esp32-cam-qr-code-reader-scanner-arduino/ https://randomnerdtutorials.com/esp32-cam-qr-code-reader-scanner-arduino/#comments Thu, 27 Mar 2025 12:03:51 +0000 https://randomnerdtutorials.com/?p=168239 Learn how to build a QR code reader/scanner with the ESP32-CAM board programmed with Arduino IDE. The ESP32-CAM is constantly using its camera to scan for new QR codes using ...

CONTINUE READING »

The post ESP32-CAM QR Code Reader/Scanner (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-qr-code-reader-scanner-arduino/feed/ 21 168239