У нас вы можете посмотреть бесплатно Arduino DS3232 Real Time Digital Clock & Calendar | Simulation или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
------------------------- 📌Overview ------------------------- The first question that comes here is why we actually need a separate RTC for our Arduino Project when the Arduino itself has built-in timekeeper. Well the point is that the RTC module runs on a battery and can keep track of the time even if we reprogram the microcontroller or disconnect the main power. The DS3231 is also a low cost, easy to use and highly accurate real time clock IC which counts seconds, minutes, hours, day of the week, date, month and year. A battery can be connected to the DS3231 to keep the time running in case of main power failure. The DS3231 don’t need any oscillator because it has a built-in one. ------------------------- 📌 Tags ------------------------- #arduino #ds3232 #digitalclock ------------------------- 📌 The Code ------------------------- Given In Comment Section The DS3231 Arduino code is similar to the DS1307 code and it works with both RTC chips.The Arduino code below doesn’t use any library for the DS3231 RTC, the Wire library is for the communication between the Arduino and the DS3231 using I2C protocol. void DS3231_display() : displays time and calendar, before displaying time and calendar data are converted from BCD to decimal format. void blink_parameter() : this small function works as a delay except that it is interrupted by the buttons B1 (connected to pin 8) and B2 (connected to pin 9). When called and without pressing any button the total time is 10 x 25ms = 250ms. With this function we can see the blinking of the selected parameter with a frequency of 2Hz. So a delay of 250ms comes after the print of the selected parameter and after that delay a 2 spaces is printed which makes the parameter disappears from the LCD and another 250ms delay comes after the print of the 2 spaces. 📌 Tune With us so you never miss any update ------------------------------------------------------------------------------------------------------------------------------------------------------------- 🏷️Telegram : https://t.me/electronicsdeveloper 🏷️Facebook : / electronicsdeveloper 🏷️Instagram : / electronics_developer 🏷️Tweeter : https://twitter.com/Electronics_Dev?s=09 🏷️LinkedIn : / electronics-with-shreyash 🏷️Pinterest : / electronics_developer Copyright Disclaimer under Section 107 of the copyright act 1976 -------------------------------------------------------------------------------------------------------------------------------------------------------------- Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use. --------------------------------------------------------------------------------------------------------------------------------------------------------------- About Electronics Developer : YouTube certified creative essentials and asset monetization ---------------------------------------------------------------------------------------------------------------------------------------------------------------