IFTTT | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 02 Jul 2025 10:49:34 +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 IFTTT | Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 Raspberry Pi Pico: BME280 Get Temperature, Humidity, and Pressure (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/ https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/#comments Thu, 08 Feb 2024 15:18:53 +0000 https://randomnerdtutorials.com/?p=136805 Learn how to use the BME280 sensor module with the Raspberry Pi Pico board with MicroPython to get temperature, humidity, and pressure readings. This is a short tutorial to get ...

CONTINUE READING »

The post Raspberry Pi Pico: BME280 Get Temperature, Humidity, and Pressure (MicroPython) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-pico-bme280-micropython/feed/ 6 136805
ESP32: How to Log Data (10 Different Ways) https://randomnerdtutorials.com/esp32-how-to-log-data/ https://randomnerdtutorials.com/esp32-how-to-log-data/#comments Tue, 23 Jan 2024 16:41:46 +0000 https://randomnerdtutorials.com/?p=125460 In this article, we’ll share ten different methods to log and save data with the ESP32. Would you like to monitor a specific sensor with the ESP32 and keep track ...

CONTINUE READING »

The post ESP32: How to Log Data (10 Different Ways) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-how-to-log-data/feed/ 21 125460
ESP32 Datalogging to Google Sheets (using Google Service Account) https://randomnerdtutorials.com/esp32-datalogging-google-sheets/ https://randomnerdtutorials.com/esp32-datalogging-google-sheets/#comments Thu, 18 Jan 2024 14:46:37 +0000 https://randomnerdtutorials.com/?p=144933 In this project, you’ll learn how to log data to Google Sheets with the ESP32 securely and reliably using a Google Service Account and Google Sheets API. We’ll use the ...

CONTINUE READING »

The post ESP32 Datalogging to Google Sheets (using Google Service Account) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-datalogging-google-sheets/feed/ 88 144933
ESP8266 NodeMCU: 25 Free Guides for Sensors and Modules https://randomnerdtutorials.com/esp8266-nodemcu-guides-sensors-modules/ https://randomnerdtutorials.com/esp8266-nodemcu-guides-sensors-modules/#comments Thu, 17 Aug 2023 02:23:13 +0000 https://randomnerdtutorials.com/?p=113938 There is a wide variety of sensors, modules, and peripherals compatible with the ESP8266 NodeMCU boards. We have tutorials for the most popular components. This article is a compilation of ...

CONTINUE READING »

The post ESP8266 NodeMCU: 25 Free Guides for Sensors and Modules first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-guides-sensors-modules/feed/ 8 113938
ESP32: 29 Free Guides for Sensors and Modules https://randomnerdtutorials.com/esp32-guides-sensors-modules/ https://randomnerdtutorials.com/esp32-guides-sensors-modules/#comments Tue, 15 Aug 2023 08:13:15 +0000 https://randomnerdtutorials.com/?p=110588 There is a wide variety of sensors, modules, and peripherals compatible with the ESP32 boards. We have tutorials for the most popular components. This article is a compilation of 29 ...

CONTINUE READING »

The post ESP32: 29 Free Guides for Sensors and Modules first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-guides-sensors-modules/feed/ 18 110588
ESP8266 NodeMCU: Send Pushover Notifications (Arduino IDE) https://randomnerdtutorials.com/esp8266-nodemcu-pushover-arduino/ https://randomnerdtutorials.com/esp8266-nodemcu-pushover-arduino/#comments Thu, 18 May 2023 13:49:14 +0000 https://randomnerdtutorials.com/?p=127842 In this guide, you’ll learn how to send ESP8266 notifications to Pushover. Pushover is a notification service that integrates with many applications. You can send push notifications to all of ...

CONTINUE READING »

The post ESP8266 NodeMCU: Send Pushover Notifications (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-pushover-arduino/feed/ 13 127842
ESP32: Send Pushover Notifications (Arduino IDE) https://randomnerdtutorials.com/esp32-pushover-notifications-arduino/ https://randomnerdtutorials.com/esp32-pushover-notifications-arduino/#comments Tue, 16 May 2023 21:09:33 +0000 https://randomnerdtutorials.com/?p=127792 In this guide, you’ll learn how to send ESP32 notifications to Pushover. Pushover is a notification service that integrates with many applications. You can send push notifications to all of ...

CONTINUE READING »

The post ESP32: Send Pushover Notifications (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-pushover-notifications-arduino/feed/ 11 127792
ESP32-CAM Post Images to Local or Cloud Server using PHP (Photo Manager) https://randomnerdtutorials.com/esp32-cam-post-image-photo-server/ https://randomnerdtutorials.com/esp32-cam-post-image-photo-server/#comments Mon, 27 Mar 2023 10:58:56 +0000 https://randomnerdtutorials.com/?p=97893 Learn how to make HTTP POST requests using the ESP32-CAM board with Arduino IDE to send photos to a server. We’ll show how to post a JPG/JPEG image to a ...

CONTINUE READING »

The post ESP32-CAM Post Images to Local or Cloud Server using PHP (Photo Manager) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-post-image-photo-server/feed/ 128 97893
ESP32-CAM HTTP POST Photos to Local or Cloud Server using PHP and Arduino IDE https://randomnerdtutorials.com/esp32-cam-http-post-php-arduino/ https://randomnerdtutorials.com/esp32-cam-http-post-php-arduino/#comments Mon, 27 Mar 2023 10:50:00 +0000 https://randomnerdtutorials.com/?p=97955 In this guide, you’ll learn how to make HTTP POST requests using the ESP32-CAM board with Arduino IDE to send photos to a server. We’ll show how to post a ...

CONTINUE READING »

The post ESP32-CAM HTTP POST Photos to Local or Cloud Server using PHP and Arduino IDE first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-http-post-php-arduino/feed/ 53 97955
ESP32/ESP8266 Send Email Notification using PHP Script https://randomnerdtutorials.com/esp32-esp8266-send-email-notification/ https://randomnerdtutorials.com/esp32-esp8266-send-email-notification/#comments Sun, 26 Mar 2023 23:20:42 +0000 https://randomnerdtutorials.com/?p=90022 In this project, you’ll build an ESP32 or ESP8266 client that makes an HTTP POST request to a PHP script to send an email notification with sensor readings. You can ...

CONTINUE READING »

The post ESP32/ESP8266 Send Email Notification using PHP Script first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-esp8266-send-email-notification/feed/ 10 90022