Arduino with DS3231 Real Time Clock (RTC): Getting Time and Setting Alarms
Learn how to use the DS3231 Real Time Clock module with the Arduino board. The DS3231 RTC module is useful for accurate timekeeping, it also allows you to set alarms, …
Learn how to use the DS3231 Real Time Clock module with the Arduino board. The DS3231 RTC module is useful for accurate timekeeping, it also allows you to set alarms, …
In this guide, you’ll learn how to interface the Arduino board with NEO-M8N GPS module. You’ll learn how to connect the module to the board and how to program it …
In this guide, you’ll learn how to use an anemometer with the Arduino board to measure wind speed. We’ll cover how to power and connect the sensor to the Arduino …
The Arduino community has created a wide variety of modules, sensors, and other peripherals that you can use to easily create electronic projects. We have tutorials for the most popular …
In this guide, you’ll learn how to use the RCWL-0516 Microwave Radar Proximity sensor to detect motion with the Arduino. We’ll show you how to wire the sensor and we’ll …
In this guide, you’ll learn how to create a digital scale with the Arduino using a load cell and the HX711 amplifier. First, you’ll learn how to wire the load …
In this guide, you’ll learn how to use a TDS meter (Total Dissolved Solids) with an Arduino board. A TDS meter indicates the total dissolved solids like salts, minerals, and …
In this guide, you’ll learn how to read temperature using a K-Type Thermocouple with the MAX6675 amplifier with the Arduino board. A K-type thermocouple is a type of temperature sensor …
The BH1750 is a 16-bit ambient light sensor. In this guide, you’ll learn how to use the BH1750 ambient light sensor with the Arduino board. The sensor communicates with a …
This article is a guide about the Ultrasonic Sensor HC-SR04. We’ll explain how it works, show you some of its features and share an Arduino project example you can follow …
Learn how to use the MPU-6050 accelerometer and gyroscope module with the Arduino board. The MPU-6050 IMU (Inertial Measurement Unit) is a 3-axis accelerometer and 3-axis gyroscope sensor. The accelerometer …
The BME680 is an environmental digital sensor that measures gas, pressure, humidity and temperature. In this guide you’ll learn how to use the BME680 sensor module with the Arduino board. …
There are a wide variety of temperature sensors compatible with Arduino, ESP32, ESP8266 and other development boards. So, it can be difficult to to pick up the most suitable sensor …
This guide shows how to use the LM35 (LM35DZ), LM335 and LM34 temperature sensors with the Arduino board. We’ll show you how to wire the sensors and write the code …