Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 29 Jul 2025 15:24:52 +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 Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 ESP32 Web Server using LittleFS Filesystem (serve files from filesystem) https://randomnerdtutorials.com/esp32-web-server-littlefs/ https://randomnerdtutorials.com/esp32-web-server-littlefs/#respond Tue, 29 Jul 2025 15:24:12 +0000 https://randomnerdtutorials.com/?p=170074 In this tutorial, you’ll learn how to build a web server with the ESP32 that serves HTML and CSS files stored in the LittleFS filesystem. Instead of embedding the HTML ...

CONTINUE READING »

The post ESP32 Web Server using LittleFS Filesystem (serve files from filesystem) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-web-server-littlefs/feed/ 0 170074
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
Getting Started with the ESP32-C3 Super Mini https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/ https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/#comments Thu, 17 Jul 2025 14:27:50 +0000 https://randomnerdtutorials.com/?p=170189 ESP32-C3 Super Mini Pinout Schematic diagram

CONTINUE READING »

The post Getting Started with the ESP32-C3 Super Mini first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/getting-started-esp32-c3-super-mini/feed/ 52 170189
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: 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
Arduino with APDS9960 Proximity, Light, RGB, and Gesture Sensor https://randomnerdtutorials.com/arduino-apds9960-gesture-sensor/ https://randomnerdtutorials.com/arduino-apds9960-gesture-sensor/#respond Thu, 26 Jun 2025 13:53:20 +0000 https://randomnerdtutorials.com/?p=169788 Learn how to interface an Arduino board with the APDS9960 sensor, which combines gesture detection, proximity sensing, and ambient RGB light measurement over I2C. In this guide, we’ll show you ...

CONTINUE READING »

The post Arduino with APDS9960 Proximity, Light, RGB, and Gesture Sensor first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/arduino-apds9960-gesture-sensor/feed/ 0 169788
ESP8266 NodeMCU with APDS9960 Proximity, Light, RGB, and Gesture Sensor (Arduino IDE) https://randomnerdtutorials.com/esp8266-nodemcu-apds9960-sensor-arduino/ https://randomnerdtutorials.com/esp8266-nodemcu-apds9960-sensor-arduino/#respond Wed, 25 Jun 2025 15:12:00 +0000 https://randomnerdtutorials.com/?p=169899 Learn how to use the APDS9960 sensor with the ESP8266 board using Arduino IDE. This sensor combines gesture detection, proximity sensing, and ambient RGB light measurement over I2C. In this ...

CONTINUE READING »

The post ESP8266 NodeMCU with APDS9960 Proximity, Light, RGB, and Gesture Sensor (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-apds9960-sensor-arduino/feed/ 0 169899
ESP32 with APDS9960 Proximity, Light, RGB, and Gesture Sensor (Arduino IDE) https://randomnerdtutorials.com/esp32-apds9960-sensor-arduino/ https://randomnerdtutorials.com/esp32-apds9960-sensor-arduino/#comments Wed, 25 Jun 2025 15:03:18 +0000 https://randomnerdtutorials.com/?p=169853 Learn how to use the APDS9960 sensor with the ESP32 using Arduino IDE. This sensor combines gesture detection, proximity sensing, and ambient RGB light measurement over I2C. In this guide, ...

CONTINUE READING »

The post ESP32 with APDS9960 Proximity, Light, RGB, and Gesture Sensor (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-apds9960-sensor-arduino/feed/ 3 169853