Это видео недоступно.
Сожалеем об этом.

Raspberry Pi Pico Tutorial - 4 Digit 7 Segment Display - TM1637 Driver IC Module

Поделиться
HTML-код
  • Опубликовано: 14 май 2022
  • Welcome to the - Learn how to use the Raspberry Pi Pico Tutorial Series:
    This tutorial we look at the 4 Digit 7 Segment with TM1637 Driver IC Module and how to connect it to the Raspberry Pi Pico.
    7 segment display is made of seven different illuminating segments. These are arranged in a way to form numbers and characters by displaying different combinations of segments.
    It is widely used in digital clocks, basic calculators, electronic meters, and other electronic devices that display numerical information
    Check out my channel for other videos on the Raspberry Pi Pico, as I will regularly upload tutorials and projects related to the Raspberry Pi Pico. If you found this tutorial helpful, subscribe to the channel and leave a comment and welcome to the NerdCave.
    Code:
    github.com/Gui...
    If you are new to the Raspberry Pi Pico I have made a Getting started video: • Raspberry Pi Pico Tuto...
    Libraries:
    github.com/mca...
    github.com/oma...

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

  • @user-kh6rp6yx1j
    @user-kh6rp6yx1j Месяц назад

    Good day man.

  • @mangocafee
    @mangocafee 5 месяцев назад +1

    I want to connect 5 x 1 digit 7 segment, what can i do as i want to make scroll text display please guide me

    • @NerdCaveYT
      @NerdCaveYT  5 месяцев назад

      if you are using separate 7 segment display and want to connect 5, you will have to get a driver like the TM1638 to drive them, as the Pico does not have enough GPIO pins, or you get other modules with 8 segments if you can't make a custom PCB

    • @mangocafee
      @mangocafee 5 месяцев назад

      @@NerdCaveYT can you please help me with TM1638 connections and code with pi pico

  • @armand9910
    @armand9910 2 года назад +1

    Thank you! :)

  • @RobertoZZZ813
    @RobertoZZZ813 2 года назад +1

    Love your videos, I have an i.r. Sensor and i would like the 7 segment Display to count as the sensor is triggered. Maybe you could add that to your next video.

    • @NerdCaveYT
      @NerdCaveYT  2 года назад +1

      I will check through my electronics think I ordered a few IR sensor modules. What do you plan to trigger the sensor so that it counts? Will that be the only function to count or will this be a separate function in your application so that it is a separate global variable in a function. If you have discord you can send me what you got and I can help: discord.gg/A4zegrBp

  • @roundel52
    @roundel52 Год назад

    I didn't see much info on how to physically wire this up. Is it using I2C or something? I'd like to have 8 of such modules, preferably driven by a single Pico. Would that be possible please?

    • @NerdCaveYT
      @NerdCaveYT  Год назад

      I will have to go check on that but it should be possible think I saw someone do it on RUclips where you can connect them together. I will get back to you

  • @Kattoe
    @Kattoe 8 месяцев назад

    How do you turn on the :?

    • @NerdCaveYT
      @NerdCaveYT  8 месяцев назад

      .numbers(num1, num2, colon=True) from the library you can turn it on True or False