Arduino Digital Clock with DS3231 RTC and OLED Display
In this project, you’ll learn how to create a digital clock with the Arduino using the DS3231 Real Time Clock (RTC) module and an OLED display. We’ll provide you with …
In this project, you’ll learn how to create a digital clock with the Arduino using the DS3231 Real Time Clock (RTC) module and an OLED display. We’ll provide you with …
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 …
New to ESP32? Start here! The ESP32 is a series of low-cost and low-power System on a Chip (SoC) microcontrollers developed by Espressif that include Wi-Fi and Bluetooth wireless capabilities …
New to the ESP8266? Start here! The ESP8266 is a Wi-Fi System on a Chip (SoC) produced by Espressif Systems. It’s great for IoT and Home Automation projects. This article …
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 …
In this project, you’re going to monitor the status of a door using an ESP8266 NodeMCU board and a magnetic reed switch. You’ll receive an email notification whenever the door changes state: opened …
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 …