DS1307 RTC module With Arduino (Tiny RTC ).

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ค. 2021
  • This is a detailed explanation of the hardware structure of the DS1307 RTC and how to use this Real Time Clock with Arduino. I also demonstrate how to display time and date on an I2C LCD.
    For schematics and code visit the link: mytectutor.com/how-to-use-ds1...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @Ayesha86_
    @Ayesha86_ 8 หลายเดือนก่อน

    you used the 2032 non li rechargeable battery? If so then wouldnt you remove the charging circuit from the ds 1307 because that will force the battery to charge and can cause it to explode.

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

    very detailed and clear, thank you

  • @tiennguyenminh6454
    @tiennguyenminh6454 5 หลายเดือนก่อน

    can i buy this and use 24c32 eeprom only for store memory

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

    Is it 12hr clock?

  • @stefaniadellapa8772
    @stefaniadellapa8772 6 หลายเดือนก่อน

    how i can do if it plot on my serial monitor a lot of no sense symbols? (on the example code)

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

    Bom dia amigo.
    Muito bom seu projeto, bem explicativo e pratico. Parabéns.
    Vc poderia me dar um auxilio?
    Tenho um módulo de 8 relés e um rtc ds1307.
    Programei um horário para ligar o módulo, porem gostaria de ligar cada um dos relés em 1 minuto após o outro. Tipo ligo todos juntos as 12:00 e desligo um por minutos tipo 13:00, 13:01, 13:02, 13:03, 13:04, 13:05, 13:06, 13:07, 13:08.
    Teria como me dar um auxilio? Agradeço desde ja

  • @stevec5000
    @stevec5000 หลายเดือนก่อน

    The sketch for the LCD has all kinds of errors in it! I had to edit the line for
    LiquidCrystal_I2C to say "
    LiquidCrystal_I2C lcd(0x27, 16, 2);".

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

    how can ı fix "couldnt find rtc" eror ?

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

      If your using Arduino MEGA
      Try connecting SCL connection to SCL pin ( pin 21 ), and SDA connection to SDA pin ( pin 20)
      That worked for me :)

  • @gokulkrishnan7364
    @gokulkrishnan7364 2 ปีที่แล้ว

    how much peripherals could we connect parallely for sda&scl pins?????

    • @teejay872
      @teejay872 ปีที่แล้ว

      127... that's 7 bits ;-)

  • @koldenrjk
    @koldenrjk 7 หลายเดือนก่อน

    Usiny my windows PC clock - I'm getting wrong time.

  • @minhthuongvo1122
    @minhthuongvo1122 2 ปีที่แล้ว

    Your video is about led matrix esp8266 i took the code from that video but got the error "MD_MAX72xx.h: No such file or dictory" can you tell me how to fix it. Thanks

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

      That is because you have not installed the MD_MAX72xx.h library. Please visit this link for more reference on the libraries necessary for using the LED matrix; mytectutor.com/max7219-led-dot-matrix-display-with-arduino/

  • @ludogermain6766
    @ludogermain6766 2 ปีที่แล้ว

    message d'erreur dans le code
    'POSITIVE' was not declared in this scope

    • @herediiaa.e
      @herediiaa.e ปีที่แล้ว

      me too bro

    • @herediiaa.e
      @herediiaa.e ปีที่แล้ว

      did you fix it?

    • @srujanendhratalla4187
      @srujanendhratalla4187 ปีที่แล้ว

      even i got the same error
      did you fix it??
      if yes please share the details.