Search results for: 'times'
Show
per page
-
Overview Nowadays, learning about IoT devices operation and implementation is so essential due to the increasing use of IoT systems. In this tutorial, we are going to make a fingerprint attendance device with Arduino, which in addition to storing the logging information and working hours on the memory card, uploads this information on the Thingspeak platform as soon as it is connected to the Internet and You can download this information from the panel in various formats, such as CSV.https://electropeak...
-
Overview In electronic projects, performing operations at a specific time or showing the time to the user has always been one of the challenges ahead. The first common solution to this challenge is to use RTC ICs such as DS1307, Which are not usually accurate (for more information, see "How to Use DS1307 RTC Module with Arduino & Make a Remider?"). A newer and more accurate solution is to receive the time and date from a central server via the Internet. What You Will Learn ...
-
PCF8563 RTC Module Features The PCF8563 real time clock module features high accuracy and low power consumption. This RTC maintains seconds, minutes, hours, day, date, month, and year information. In this module, the date is set based on whether the month is 29, 30 or 31 days and also it is leap year or not. This module can also be used in 12-hour and 24-hour formats. DS3231 RTC Module Pinout This module has 6 pins:INT: interrupt outputCOT: Clock outputSCL: Seria...
-
DS3231 RTC Module Features DS3231 real time clock module features high accuracy and low power consumption. This RTC module maintains seconds, minutes, hours, day, date, month, and year information. In this module, the date is set based on whether the month is 29, 30 or 31 days, and also whether it is leap year or not. This module can be used in 12-hour and 24-hour formats. Note The DS3231 module is available in two different types on the market. There is actually no difference between the two ...
-
Introduction Have you ever had difficulties while uploading code to an ESP32 board? This article deals with one of the most common errors that occurs during code uploading: “Failed to connect to ESP32: Timed out waiting for packet header.” To tackle this problem, we will introduce two methods. Steps to Troubleshooting “Failed to connect to ESP32” Error First of all, disconnect all wires connected to the ESP32 board. This simple thing might solve the issue! (Because the serial or USB pins could be in...
-
Overview The multimeter is an indispensable tool for any electronics project, as it helps overcome countless challenges during project completion. This article will demonstrate how to create a cost-effective digital multimeter using an Arduino board and an OLED display. This multimeter is capable of measuring voltage, current, resistance, and capacitance. Upon completing the project, you will have your own multimeter at the lowest possible cost. What You Will Learn Underst...
-
Introduction Learn how to use a multimeter with this comprehensive guide. Whether you're a beginner or an experienced DIY enthusiast, mastering the functions of a multimeter is essential for troubleshooting electrical problems. Our step-by-step instructions and practical tips will help you understand the basics of using a multimeter, from measuring voltage and current to testing continuity and resistance. Discover the versatility of this indispensable tool and gain the confidence to tackle electrical pr...
Show
per page