Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 30 Aug 2024 12:43:43 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.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 Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 Raspberry Pi Pico: BME680 Environmental Sensor (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/ https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/#respond Fri, 30 Aug 2024 12:43:40 +0000 https://randomnerdtutorials.com/?p=161184 Learn how to use the BME680 environmental sensor module with the Raspberry Pi Pico board programmed with MicroPython to get data about temperature, humidity, pressure, and gas (air quality). We’ll ...

CONTINUE READING »

The post Raspberry Pi Pico: BME680 Environmental Sensor (MicroPython) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-pico-bme680-micropython/feed/ 0 161184
Raspberry Pi Pico: BME680 Environmental Sensor (Arduino IDE) https://randomnerdtutorials.com/raspberry-pi-pico-bme680-arduino/ https://randomnerdtutorials.com/raspberry-pi-pico-bme680-arduino/#comments Tue, 27 Aug 2024 13:36:04 +0000 https://randomnerdtutorials.com/?p=161196 Get started with the BME680 environmental sensor module with the Raspberry Pi Pico board programmed with the Arduino IDE to get data about temperature, humidity, pressure, and gas (air quality). ...

CONTINUE READING »

The post Raspberry Pi Pico: BME680 Environmental Sensor (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-pico-bme680-arduino/feed/ 1 161196
ESP32 with TFT: Display Image using LVGL – 2.8 inch ILI9341 240×320 (Arduino) https://randomnerdtutorials.com/esp32-tft-display-image-lvgl-arduino/ https://randomnerdtutorials.com/esp32-tft-display-image-lvgl-arduino/#respond Thu, 22 Aug 2024 13:22:17 +0000 https://randomnerdtutorials.com/?p=161779 In this guide, you’ll learn how to process and load an image to be displayed on a TFT 2.8 inch ILI9341 240×320 with the ESP32 board using LVGL (Light Versatile ...

CONTINUE READING »

The post ESP32 with TFT: Display Image using LVGL – 2.8 inch ILI9341 240×320 (Arduino) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-tft-display-image-lvgl-arduino/feed/ 0 161779
ESP32 CYD with LVGL: Display Image on the Screen https://randomnerdtutorials.com/esp32-cyd-lvgl-display-image/ https://randomnerdtutorials.com/esp32-cyd-lvgl-display-image/#comments Tue, 20 Aug 2024 15:38:44 +0000 https://randomnerdtutorials.com/?p=161686 In this guide, you’ll learn how to process and load an image to be displayed on the ESP32 Cheap Yellow Display (CYD) board using LVGL (Light Versatile Graphics Library). The ...

CONTINUE READING »

The post ESP32 CYD with LVGL: Display Image on the Screen first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cyd-lvgl-display-image/feed/ 17 161686
MicroPython: ESP32 with NEO-6M GPS Module https://randomnerdtutorials.com/micropython-esp32-neo-6m-gps/ https://randomnerdtutorials.com/micropython-esp32-neo-6m-gps/#comments Thu, 15 Aug 2024 10:06:51 +0000 https://randomnerdtutorials.com/?p=160889 In this guide, you’ll learn how to interface the NEO-6M GPS module with the ESP32 board programmed with MicroPython. You’ll learn how to get raw GPS data and how to ...

CONTINUE READING »

The post MicroPython: ESP32 with NEO-6M GPS Module first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/micropython-esp32-neo-6m-gps/feed/ 1 160889
ESP8266 NodeMCU with NEO-6M GPS Module (Arduino IDE) https://randomnerdtutorials.com/esp8266-nodemcu-neo-6m-gps-module-arduino/ https://randomnerdtutorials.com/esp8266-nodemcu-neo-6m-gps-module-arduino/#comments Wed, 14 Aug 2024 14:23:32 +0000 https://randomnerdtutorials.com/?p=160875 Learn how to interface the NEO-6M GPS module with an ESP8266 NodeMCU board to get GPS data. You’ll learn how to get latitude, longitude, altitude, speed, and UTC time. The ...

CONTINUE READING »

The post ESP8266 NodeMCU with NEO-6M GPS Module (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-neo-6m-gps-module-arduino/feed/ 8 160875
ESP32 with NEO-6M GPS Module (Arduino IDE) https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/ https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comments Tue, 13 Aug 2024 16:20:30 +0000 https://randomnerdtutorials.com/?p=160038 Learn how to interface the NEO-6M GPS module with the ESP32 to get GPS data. You’ll learn how to get raw GPS data and interpret NMEA sentences. Finally, we’ll show ...

CONTINUE READING »

The post ESP32 with NEO-6M GPS Module (Arduino IDE) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/feed/ 16 160038
ESP32 Cheap Yellow Display (CYD) Resistive Touchscreen Calibration https://randomnerdtutorials.com/esp32-cheap-yellow-display-cyd-resistive-touchscreen-calibration/ https://randomnerdtutorials.com/esp32-cheap-yellow-display-cyd-resistive-touchscreen-calibration/#comments Wed, 07 Aug 2024 10:27:09 +0000 https://randomnerdtutorials.com/?p=161067 In this guide, we’ll show you how to calibrate the ESP32 Cheap Yellow Display (CYD) Touchscreen. This calibration method also applies to other touchscreen displays. Our codes are compatible with ...

CONTINUE READING »

The post ESP32 Cheap Yellow Display (CYD) Resistive Touchscreen Calibration first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cheap-yellow-display-cyd-resistive-touchscreen-calibration/feed/ 4 161067
Programming the ESP32 CYD (Cheap Yellow Display) with VS Code https://randomnerdtutorials.com/programming-esp32-cyd-cheap-yellow-display-vs-code/ https://randomnerdtutorials.com/programming-esp32-cyd-cheap-yellow-display-vs-code/#comments Tue, 06 Aug 2024 13:17:12 +0000 https://randomnerdtutorials.com/?p=161013 In this tutorial, we’ll show you how to program the ESP32 CYD (Cheap Yellow Display) using VS Code with the PlatformIO extension. We’ll show you how to load and configure ...

CONTINUE READING »

The post Programming the ESP32 CYD (Cheap Yellow Display) with VS Code first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/programming-esp32-cyd-cheap-yellow-display-vs-code/feed/ 5 161013
Learn LVGL: Build GUIs for ESP32 Projects (eBook) https://randomnerdtutorials.com/learn-lvgl-esp32-ebook/ Mon, 05 Aug 2024 10:24:00 +0000 https://randomnerdtutorials.com/?p=159279 Learn LVGL: Build GUIs for ESP32 Projects (eBook) Learn how to build Graphical User Interfaces (GUIs) for ESP32 Projects using LVGL (Light Versatile Graphics Library) with the Arduino IDE. GET ...

CONTINUE READING »

The post Learn LVGL: Build GUIs for ESP32 Projects (eBook) first appeared on Random Nerd Tutorials.]]>
159279