Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 16 Nov 2023 16:06:49 +0000 en-US hourly 1 https://wordpress.org/?v=6.3.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 Bluetooth (BLE): Getting Started Guide https://randomnerdtutorials.com/esp32-web-bluetooth/ https://randomnerdtutorials.com/esp32-web-bluetooth/#comments Thu, 16 Nov 2023 15:58:16 +0000 https://randomnerdtutorials.com/?p=135306 This guide provides a beginner-friendly introduction to using Web Bluetooth with the ESP32. We’ll explain what Web Bluetooth is and walk you through creating a web application for interacting with ...

CONTINUE READING »

The post ESP32 Web Bluetooth (BLE): Getting Started Guide first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-web-bluetooth/feed/ 18 135306
Raspberry Pi: Control Outputs Based on Time of the Day (Python) https://randomnerdtutorials.com/raspberry-pi-control-outputs-based-on-time/ https://randomnerdtutorials.com/raspberry-pi-control-outputs-based-on-time/#comments Thu, 09 Nov 2023 14:57:45 +0000 https://randomnerdtutorials.com/?p=135243 In this guide, you’ll learn how to easily control outputs with the Raspberry Pi GPIOs based on the time of the day. We’ll program the Raspberry Pi using Python and ...

CONTINUE READING »

The post Raspberry Pi: Control Outputs Based on Time of the Day (Python) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-control-outputs-based-on-time/feed/ 5 135243
ESP32 BLE Peripheral (Server): Environmental Sensing Service https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/ https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comments Thu, 26 Oct 2023 13:10:38 +0000 https://randomnerdtutorials.com/?p=135186 In this guide, you’ll learn how to set up the ESP32 as a BLE Peripheral (or BLE Server) with an Environmental Sensing Service. This service exposes measurement data from environmental ...

CONTINUE READING »

The post ESP32 BLE Peripheral (Server): Environmental Sensing Service first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/feed/ 13 135186
Raspberry Pi: Temperature Readings with DS18B20 Sensor (Python) https://randomnerdtutorials.com/raspberry-pi-ds18b20-python/ https://randomnerdtutorials.com/raspberry-pi-ds18b20-python/#comments Thu, 19 Oct 2023 14:20:48 +0000 https://randomnerdtutorials.com/?p=133368 Learn how to interface the Raspberry Pi with the DS18B20 temperature sensor and how to get temperature readings using a Python program. Table of Contents Throughout this tutorial, we’ll cover ...

CONTINUE READING »

The post Raspberry Pi: Temperature Readings with DS18B20 Sensor (Python) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-ds18b20-python/feed/ 1 133368
Raspberry Pi: DHT11/DHT22 Temperature and Humidity (Python) https://randomnerdtutorials.com/raspberry-pi-dht11-dht22-python/ https://randomnerdtutorials.com/raspberry-pi-dht11-dht22-python/#comments Tue, 17 Oct 2023 16:04:11 +0000 https://randomnerdtutorials.com/?p=134396 Learn how to interface the DHT11 and DHT22 digital temperature sensors with the Raspberry Pi to get temperature and humidity readings. You’ll learn how to connect the sensors to the ...

CONTINUE READING »

The post Raspberry Pi: DHT11/DHT22 Temperature and Humidity (Python) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-dht11-dht22-python/feed/ 4 134396
Programming Raspberry Pi Pico with VS Code and MicroPython https://randomnerdtutorials.com/raspberry-pi-pico-vs-code-micropython/ https://randomnerdtutorials.com/raspberry-pi-pico-vs-code-micropython/#comments Thu, 12 Oct 2023 14:44:03 +0000 https://randomnerdtutorials.com/?p=134681 In this guide, you’ll learn how to program the Raspberry Pi Pico board with MicroPython using VS Code Editor and the MicroPico extension (previously called Pico-W-Go). New to the Raspberry ...

CONTINUE READING »

The post Programming Raspberry Pi Pico with VS Code and MicroPython first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-pico-vs-code-micropython/feed/ 11 134681
Raspberry Pi with BME280: Temperature, Humidity, and Pressure Data Logger (Python) https://randomnerdtutorials.com/raspberry-pi-bme280-data-logger/ https://randomnerdtutorials.com/raspberry-pi-bme280-data-logger/#comments Sat, 30 Sep 2023 09:38:46 +0000 https://randomnerdtutorials.com/?p=134513 In this project, you’re going to build a data logger with the Raspberry Pi and the BME280 sensor that automatically stores data on temperature, humidity, pressure, and the corresponding timestamp ...

CONTINUE READING »

The post Raspberry Pi with BME280: Temperature, Humidity, and Pressure Data Logger (Python) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-bme280-data-logger/feed/ 2 134513
Raspberry Pi: BME280 Temperature, Humidity and Pressure Sensor (Python) https://randomnerdtutorials.com/raspberry-pi-bme280-python/ https://randomnerdtutorials.com/raspberry-pi-bme280-python/#comments Wed, 27 Sep 2023 22:14:10 +0000 https://randomnerdtutorials.com/?p=134464 Learn how to interface the BME280 sensor with the Raspberry Pi to get temperature, humidity, and pressure readings. You’ll learn how to connect the sensor to the Raspberry Pi board ...

CONTINUE READING »

The post Raspberry Pi: BME280 Temperature, Humidity and Pressure Sensor (Python) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/raspberry-pi-bme280-python/feed/ 15 134464
ESP8266 NodeMCU: Write Data to a File (LittleFS) – Arduino IDE https://randomnerdtutorials.com/esp8266-nodemcu-write-data-littlefs-arduino/ https://randomnerdtutorials.com/esp8266-nodemcu-write-data-littlefs-arduino/#comments Thu, 21 Sep 2023 11:23:25 +0000 https://randomnerdtutorials.com/?p=134008 In this guide, you’ll learn how to write and save data permanently to a file saved on the ESP8266 filesystem (LittleFS). LittleFS is a lightweight filesystem created for microcontrollers that ...

CONTINUE READING »

The post ESP8266 NodeMCU: Write Data to a File (LittleFS) – Arduino IDE first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-nodemcu-write-data-littlefs-arduino/feed/ 7 134008
ESP32: Write Data to a File (LittleFS) – Arduino IDE https://randomnerdtutorials.com/esp32-write-data-littlefs-arduino/ https://randomnerdtutorials.com/esp32-write-data-littlefs-arduino/#comments Wed, 20 Sep 2023 15:53:46 +0000 https://randomnerdtutorials.com/?p=133987 In this guide, you’ll learn how to write and save data permanently to a file saved on the ESP32 filesystem (LittleFS). LittleFS is a lightweight filesystem created for microcontrollers that ...

CONTINUE READING »

The post ESP32: Write Data to a File (LittleFS) – Arduino IDE first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-write-data-littlefs-arduino/feed/ 19 133987