TM1638 Executing Multiple Applications (part 2)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 มิ.ย. 2024
  • In this 2nd part video, the programming of the TM1638 module is updated by adding time and date functionalities using real-time clock DS3231. External interrupt is also used to exit from each application.
    Link to code:
    akuzechie.blogspot.com/2021/0...
    Contents:
    0:00 Introduction
    0:18 Block Diagram
    0:57 Demonstration
    1:49 C++ Sketch
    4:30 Conclusion

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

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

    Cool

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

    Very usefull,i am going to try to this.Thanks for adding the code.Having no code experience its going to be a big help building my own.

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

      Thanks for your feedback.

  • @marcosgiovanni9682
    @marcosgiovanni9682 3 ปีที่แล้ว

    Anas very good, of the continuity to the videos of Websocket.

  • @rajup.abraham9267
    @rajup.abraham9267 ปีที่แล้ว

    Pls provide the RTC library link for both and
    . Sir I found your library but it is it is not used in this sketch . Part 1 I like very much. Thank you so much.

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

    I can't get these libraries: "TM1638_Initialization.h", "readButtons.h", "setLED.h", "setDisplay.h", "scroll_2021.h", "functions.h". I have tried many similar libraries but not accepted. Pls help, thanks a lot...

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

      These are not libraries but header files. Insider your Arduino sketch folder that contains .ino file, create these header files with extension .h, and copy-paste the codes into these files Good luck.

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

      @@AnasKuzechie I finally figured it out, I got it done, thank you very much.

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

      @@fswinly great