Sensor Projects
-
VL53L0X Arduino Measure Distance | Time-of-Flight Sensor Guide
This tutorial will help you to use the VL53L0X Time-of-Flight (ToF) sensor with Arduino. A Time-of-flight sensor measures the distance of an object by calculating the…
-
Raspberry Pi Pico LDR(Photoresistor) Interfacing Guide – Light/Dark Sensor
This tutorial will guide you to interface an LDR/photoresistor with Raspberry Pi Pico W. LDR (Light Dependent Resistor) is an electronic sensor commonly used in electronic…
-
Raspberry Pi Pico Data Logger Flash Memory (MicroPython Code) – Example Temperature Logging
In this tutorial, you will learn to perform temperature sensor data logging to the flash memory of Raspberry Pi Pico using MicroPython code. In our previous…
-
BME280 Arduino Environment Sensor Interfacing Guide
This tutorial will guide you to interface the BME280 environment sensor with Arduino. The Bosch BME280 is a three-in-one environment sensor that can sense temperature, humidity,…
-
Raspberry Pi Pico With PIR Motion Sensor – Send Email Alert (MicroPython)
In this tutorial, you will learn to interface a PIR motion sensor with Raspberry Pi Pico W. We will use MicroPython to detect the signal sent…
-
Raspberry Pi Pico W & DS18B20 Temperature Sensor (MicroPython Code)
In this guide, learn how to interface the DS18B20 temperature sensor with Raspberry Pi Pico using MicroPython code. The tutorial will teach you how to wire…
-
Raspberry Pi Pico & MAX6675 K-Type Thermocouple (MicroPython)
This article will guide you to interface a K-Type Thermocouple with Raspberry Pi Pico, using the MAX6675 thermocouple-to-digital converter. We will use SPI(Serial Peripheral Interface) to…
-
Measure Distance Using Raspberry Pi Pico & HC-SR04 (MicroPython)
This guide will demonstrate how to measure distance using Raspberry Pi Pico and HC-SR04 ultrasonic ranging module. First, we will display the distance of an obstacle…
-
Use BME280 With Raspberry Pi Pico W – MicroPython Code
This tutorial will guide you to easily interface the BME280 environment sensor with Raspberry Pi Pico using MicroPython. We will communicate with BME280 using I2C communication…
-
Raspberry Pi Pico With BMP280 – MicroPython Guide
In this article, we will learn how to interface the BMP280 temperature and pressure sensor with Raspberry Pi Pico using MicroPython code. The connection diagram and…