All About TM1637

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2022
  • PCBway: only $5 for 10 pcbs from www.pcbway.com/?from=CZcouple
    In this tutorial, I am going to show you guys how to control the TM1637 4-Digit 7-Segment displays using an Arduino. If you want to displays sensor data, temperature and humidity, or want to design a clock, timer or counter, you will need this 4-Digit Seven-Segment Display.
    ---------------------------------------------------------------------
    Thanks again for checking my post. I hope it helps you.
    If you want to support me subscribe to my RUclips Channel: / tarantula3
    Video: Video Link • All About TM1637
    Full Blog Post: diy-projects4u.blogspot.com/2...
    Datasheet: github.com/tarantula3/TM1637-...
    Schema: github.com/tarantula3/TM1637-...
    TM1637Display Library: github.com/avishorp/TM1637
    Thingiverse : github.com/tarantula3/TM1637-...
    PCF8574 GPIO Extender: diyfactory007.blogspot.com/20...
    Code:
    Example1: github.com/tarantula3/TM1637-...
    Example2: github.com/tarantula3/TM1637-...
    Example3: github.com/tarantula3/TM1637-...
    Example4: github.com/tarantula3/TM1637-...
    TM1637Test: github.com/tarantula3/TM1637-...
    Template: github.com/tarantula3/TM1637-...
    Support My Work:
    BTC: 15cNh9hup8jidCVPwa1DTcxeoh2FPijVrX
    LTC: LbquH9Ku78vHtcm3LZnWXpD1JQWdKzeV4v
    DOGE: DEB2QBAihnBRhGsaB8P7kz559TDiucQhX6
    ETH: 0x5d8c9ba0e54d8354d4af81871db26daa190d2194
    BAT: 0x939aa4e13ecb4b46663c8017986abc0d204cde60
    LBC: bZ8ANEJFsd2MNFfpoxBhtFNPboh7PmD7M2
    COS: bnb136ns6lfw4zs5hg4n85vdthaad7hq5m4gtkgf23 Memo: 572187879
    BNB: 0x5d8c9ba0e54d8354d4af81871db26daa190d2194
    Thanks, ca again in my next tutorial.
    #TM1637 #ArduinoDisplay #HW-069
  • ХоббиХобби

Комментарии • 31

  • @chrisl4999
    @chrisl4999 4 дня назад +1

    Excellent video packed with tons of good information!

  • @rogeriomunarolima1086
    @rogeriomunarolima1086 Месяц назад +2

    Great video information about display tm1637, with examples and Codes included. Thank you.

  • @vijaysulakhe5605
    @vijaysulakhe5605 24 дня назад +1

    Nice and helpful video, many thanks...keep doing for Pi Pico also.

    • @CrazyCoupleDIY
      @CrazyCoupleDIY  23 дня назад

      I already have one on pico
      ruclips.net/video/vO_2XWJDF70/видео.html

  • @phakalanep7241
    @phakalanep7241 Год назад +6

    Great video

  • @hobbit1766
    @hobbit1766 Год назад +3

    Nice tutorial mate

  • @bartekguch3051
    @bartekguch3051 Год назад +4

    Very nice, simple and helpfull video. Thank you!

  • @Wxjtxqk
    @Wxjtxqk 8 месяцев назад +1

    Thanks bro!

  • @miguelpolillarny7258
    @miguelpolillarny7258 10 месяцев назад +1

    Hello, new subscriber, I wonder if you could collaborate with a Countdown timer project with the TM1637 display and that when it reaches zero, turn on a led for 3 seconds, it could be using ESP32 or an Arduino. Regards.

  • @vijaysulakhe5605
    @vijaysulakhe5605 24 дня назад

    Thanks..
    which lib you are using for DHT11 / 22 ?

  • @b_shankar
    @b_shankar Год назад +4

    Bro can you tell me how we can generate same temperature in Fahrenheit.

    • @CrazyCoupleDIY
      @CrazyCoupleDIY  Год назад +2

      Temp_F = (Temp_C x 9/5) + 32;

    • @b_shankar
      @b_shankar Год назад +2

      @@CrazyCoupleDIY thank you 😊

  • @Dancopymus
    @Dancopymus 7 месяцев назад

    Greetings. Firstly, thanks for the video.
    I have some Displays like this, 0.56". With Arduino Uno or Nano, it works perfectly but, with the ESP8266 NodeMCU, some don't work. Do you know the reason for this? Thank you

  • @RogerHyam
    @RogerHyam 9 месяцев назад +1

    Thanks that was useful. But how do you control the : in the middle?

    • @CrazyCoupleDIY
      @CrazyCoupleDIY  9 месяцев назад

      Please have a look at the code.
      I have it fully commented for wast understanding.
      Please let me know I you have any issues thanks

  • @ofp6024
    @ofp6024 Год назад +1

    Hello i am using 2digit seven display (4 nos ) total 8 digit ,,, and i am using max7219. I tried everything but still it's not working its just lighting up all the segment including dp and will remain same . Not a single digit or number is coming,,, please help

  • @sarangvs2326
    @sarangvs2326 Год назад +2

    Can we use this module with 8051 microcontroller?

    • @CrazyCoupleDIY
      @CrazyCoupleDIY  Год назад +2

      I have not used or tested that with an intel 8051 MCU mate so I may not be able to answer your question

  • @johniveson6308
    @johniveson6308 4 месяца назад

    i get this error message
    Compilation error: 'class TM1637Display' has no member named 'clear'

  • @Nonsense116
    @Nonsense116 8 месяцев назад +1

    this is not how to control the tm1637 module, this is how to download a library to do it for you. there are already dozens of videos out there on how to do that

  • @arduinomaquinas
    @arduinomaquinas 11 месяцев назад +2

    Awesome🇧🇷😉👍great video information display tm1637👏👏👏👏👏 @arduinomaquinas thank you man, subscribed

  • @vijaysulakhe5605
    @vijaysulakhe5605 24 дня назад

    Thanks.
    Which Lib you are using for DHT11 / 22 ?