hi, this is Liono Maker. You are Watching my official YouTube channel.
In this tutorial we will learn how to make Date and Time Logging with Arduino. For this purpose I am using DS3231 & Micro SD Card Modules.
the main module which is used for time & date logging is DS3231.
DS3231 is an RTC(real time clock) module. The real-time clock can provide seconds, minutes, hours, day, date, month, and year information. The DS3231 can be powered with 3.3V or 5V and a CR2032 lithium button-cell battery powers the RTC when not connected to the Arduino. The DS3231 also has an inbuilt temperature sensor. The DS3231 uses I2C communication with the two bidirectional lines:
1_Serial clock (SCL)
2_Serial data (SDA)
/*/*/*/------------------------------------------------------------------------------------------
If you are interesting to make data recorder or data Logger of a sensors and to record its data in a file. here are the following links:
1-Temperature and light intensity data logging
• How to Make Temperature and Light Intensit...
2-DHT11 data recorder with Arduino & micro SD Card
• How to make DHT11 Data Recorder with Ardui...
/*/*/*-------------------------------------------------------------------------------------------
Arduino coding, Schematics and other relative files used in this project are available:
Hackster.io:
https://www.hackster.io/Liono087/how-...
Instructable page:
https://www.instructables.com/id/How-...
Facebook page:
https://www.facebook.com/LionoMaker/?...
/*/*/*--------------------------------------------------------------------------------------------
Thanks for Watching
For more interesting videos Like and Subscribe
/*/*/*--------------------------------------------------------------------------------------------
#DateandTimeLogging #TimeLogging #DateLogging