deta | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 02 Jul 2025 10:44:33 +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 deta | Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 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
Control ESP32/ESP8266 GPIOs from Anywhere (Firebase Web App) https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/ https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/#comments Thu, 12 Jun 2025 09:39:00 +0000 https://randomnerdtutorials.com/?p=110568 In this guide, you’ll create a Firebase Web App to control the ESP32 or ESP8266 GPIOs from anywhere. The access to the web app is protected with authentication using email ...

CONTINUE READING »

The post Control ESP32/ESP8266 GPIOs from Anywhere (Firebase Web App) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/feed/ 58 110568
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
Firebase: Control ESP8266 NodeMCU GPIOs from Anywhere https://randomnerdtutorials.com/firebase-control-esp8266-nodemcu-gpios/ https://randomnerdtutorials.com/firebase-control-esp8266-nodemcu-gpios/#comments Fri, 30 May 2025 08:50:00 +0000 https://randomnerdtutorials.com/?p=110533 In this guide, you’ll learn how to control the ESP8266 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 ESP8266 NodeMCU GPIOs from Anywhere first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/firebase-control-esp8266-nodemcu-gpios/feed/ 45 110533
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
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
ESP8266 NodeMCU Data Logging to Firebase Realtime Database https://randomnerdtutorials.com/esp8266-data-logging-firebase-realtime-database/ https://randomnerdtutorials.com/esp8266-data-logging-firebase-realtime-database/#comments Thu, 15 May 2025 06:58:54 +0000 https://randomnerdtutorials.com/?p=109333 In this guide, you’ll learn how to log data with the ESP8266 NodeMCU to the Firebase Realtime Database with timestamps (data logging) so that you have a record of your ...

CONTINUE READING »

The post ESP8266 NodeMCU Data Logging to Firebase Realtime Database first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-data-logging-firebase-realtime-database/feed/ 39 109333