Real Time Clock Tutorial | Arduino | DS3231

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 เม.ย. 2020
  • Real-Time Clock Tutorial | Arduino | DS3231
    I2C Tutorial - • I2C Communication | De...
    The DS3231 is a low-cost, highly accurate Real Time Clock that can maintain hours, minutes, and seconds, as well as, day, month, and year information. Also, it has automatic compensation for leap-years and for months with fewer than 31 days.
    The module can work on either 3.3 or 5 V which makes it suitable for many development platforms or microcontrollers. The battery input is 3V and a typical CR2032 3V battery can power the module and maintain the information for more than a year.
    Once we connect the module we need to program the Arduino Board to work with the Real-Time Clock. However, when it comes to programing communication between Arduino and an I2C module the code isn’t that small and easy. Luckily, there are already several libraries for the DS3231 RTC which can be found on the internet.
    The module uses the I2C Communication Protocol which makes the connection to the Arduino board very easy.
    Amazon India
    Arduino UNO R3 - amzn.to/2n8NbWi
    Ultrasonic Sensor hc-sr04 - amzn.to/2ACHEkl
    Arduino Beginners kit - amzn.to/2n6LUPj
    Wi-Fi Wireless Transceiver Module for IOT ESP8266 - amzn.to/2M0ttd8
    NodeMcu WiFi Development Board - ESP8266 - amzn.to/2LOQgtd
    Bluetooth Transceiver Module - amzn.to/2M077sj
    37 in 1 Sensor Modules Kit for Arduino - amzn.to/2vysGpA
    Servo Motors 2 - amzn.to/2AEeJMO
    Arduino Nano V3 with USB Cable - amzn.to/2vxcxRo
    Quadcopter Kit Quad Copter - amzn.to/2ADuzqS
    Social Links
    Facebook - robocircuits
    Instagram - / robocircuits
    Twitter - / robocircuits
    Instructables - www.instructables.com/member/...
    Arduino - create.arduino.cc/projecthub/...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 5

  • @electronic7979
    @electronic7979 4 ปีที่แล้ว +4

    Nice tutorial video. I like it

  • @kevincastro9585
    @kevincastro9585 3 ปีที่แล้ว +1

    where is the github link?

  • @shreyaroy1707
    @shreyaroy1707 2 ปีที่แล้ว +2

    You are using a different Library than the one you downloaded