diymore ZH0264

diymore TM1637 4-Digit 7-Segment LED Display Module User Manual

型號:ZH0264

一、簡介

This user manual provides essential information for the proper installation, operation, and maintenance of the diymore TM1637 4-Digit 7-Segment LED Display Module. Please read this manual thoroughly before using the product to ensure optimal performance and safety. This module is designed for integration into various DIY electronics projects requiring a compact digital display.

2. 安全訊息

  • Ensure proper power supply (5V DC) to avoid damage to the module or connected components.
  • 小心操作模組,防止靜電放電 (ESD) 損壞。
  • Verify all connections before applying power. Incorrect wiring can lead to component failure.
  • This product is intended for hobbyist and educational use. It is not designed for critical applications where failure could result in injury or significant damage.

3. 包裝內容

The diymore TM1637 4-Digit 7-Segment LED Display Module package typically includes:

  • TM1637 4-Digit 7-Segment LED Display Module (quantity as purchased, e.g., 5 units)
  • Right-angle male header pins (for connection)
Five diymore TM1637 4-Digit 7-Segment LED Display Modules in red, yellow, blue, green, and white, each with a set of header pins.
Image: A set of five diymore TM1637 4-Digit 7-Segment LED Display Modules, showcasing various LED colors (red, yellow, blue, green, white) along with included header pins for connectivity.

4. 產品結束view

The diymore TM1637 module features a 0.56-inch 4-digit 7-segment LED display driven by a TM1637 controller chip. It is designed for easy integration into microcontroller projects, requiring only two digital I/O pins for communication (CLK and DIO). The module supports 8 levels of brightness adjustment for the digital tube.

正面 view of the diymore TM1637 4-Digit 7-Segment LED Display Module showing the four digits and colon.
圖片:正面 view of the diymore TM1637 4-Digit 7-Segment LED Display Module, displaying four digits and a central colon, typically used for time or numerical readouts.
後退 view of the diymore TM1637 module showing the TM1637 chip, pinout labels (CLK, DIO, GND, 5V), and color indicators.
圖片:背面 view of the diymore TM1637 module, highlighting the TM1637 driver chip, the four connection pins labeled CLK, DIO, GND, and 5V, and indicators for various LED colors (White, Blue, Green, Red, Yellow).

5. 規格

特徵細節
型號ZH0264
顯示類型4-Digit 7-Segment LED
顯示尺寸0.56英寸
驅動ICTM1637
控制介面2-wire digital I/O (CLK, DIO)
操作量tage5V直流
亮度等級8個可調級別
方面約 4.25 x 3.7 x 1.1 英吋(包裝尺寸)
重量約3.2盎司(物品重量)

6. 設定

To set up the TM1637 LED Display Module, follow these steps:

  1. 建立聯繫: Solder the provided header pins to the module if not already attached. Ensure a secure connection.
  2. 辨識引腳: The module has four pins:
    • VCC (5V): Connect to your microcontroller's 5V power supply.
    • 地線: Connect to your microcontroller's ground.
    • 時鐘: Connect to a digital output pin on your microcontroller (Clock pin).
    • 迪奧: Connect to another digital output pin on your microcontroller (Data I/O pin).
  3. Connect to Microcontroller: Wire the module to your microcontroller (e.g., Arduino, ESP32) according to the pin identification.
  4. 安裝庫: For Arduino IDE users, install the TM1637.h library. This can typically be done via the Arduino IDE's Library Manager (Sketch > Include Library > Manage Libraries...). 搜尋 "TM1637" and install the appropriate library.
正面和背面 view of a white diymore TM1637 module with header pins connected.
圖片:正面和背面 views of a white diymore TM1637 module, illustrating the display and the pin connections on the reverse side, ready for integration into a circuit.

7. 操作說明

Once the module is wired and the library is installed, you can begin programming your microcontroller to control the display.

Basic Programming Steps (using Arduino and TM1637.h library):

  1. Include Library: At the beginning of your sketch, include the library: #include <TM1637Display.h>
  2. Define Pins: Define the CLK and DIO pins you connected: #define CLK 2 (前任ample pin) #define DIO 3 (前任ample pin)
  3. Initialize Display: Create a TM1637Display object: TM1637Display display(CLK, DIO);
  4. 設置亮度: 在你的 setup() function, set the display brightness (0-7): display.setBrightness(0x0f); (0x0f is maximum brightness, 0x00 is off)
  5. Display Numbers: 使用 display.showNumberDec(value, dots, leading_zeros, length, position); to display decimal numbers. For examp樂, display.showNumberDec(1234, false, false, 4, 0); will show "1234".
  6. Display Time (with colon): To display time, you can use the colon feature. The colon is often controlled by a specific bitmask or a parameter in the display function. Refer to the library's examples for precise implementation. For examp樂, display.showNumberDecEx(1234, 0b01000000, false, 4, 0); might activate the colon.

Consult the specific TM1637.h library documentation and examples for advanced functions and detailed usage.

8、維護保養

  • 保持模組清潔,無灰塵和碎屑。清潔時請使用柔軟的乾布。
  • 避免將模組暴露在極端溫度或濕度下。
  • Regularly check solder joints and connections for any signs of corrosion or loosening, especially in projects subject to vibration.
  • Store the module in an anti-static bag when not in use.

9。 故障排除

Display is blank or not lighting up:
  • Check power connections (5V and GND).
  • Verify CLK and DIO connections to the microcontroller.
  • 確保 TM1637.h library is correctly installed and initialized in your code.
  • Confirm the brightness level is set appropriately (not 0x00).
Display is flickering:
  • This can sometimes occur if the display update function is not called frequently enough or if there are timing issues in your code. Ensure the display update function is called consistently.
  • Some modules may exhibit slight flickering if not continuously refreshed. A common workaround is to repeatedly call the segment setting function at a rate of 40-60 times per second.
Decimal points do not work:
  • Some TM1637 modules, particularly those designed as clock displays, may have the decimal points physically unconnected or wired to the colon segment.
  • TM1637.h library typically controls the colon (double dots) but may not support individual decimal points for all segments. Review the library's specific functions and examples for decimal point control.
  • If decimal points are critical for your application, verify the module's specific wiring diagram or consider an alternative display module.
Incorrect characters or segments displayed:
  • Double-check your code for correct segment mapping or number conversion functions.
  • Ensure the correct library functions are being used for the desired output.

10.保修與支持

diymore products are typically covered by a limited warranty against manufacturing defects. For specific warranty terms and conditions, please refer to the product listing or contact diymore customer service directly.

客戶支援:

If you encounter any issues or have questions regarding your diymore TM1637 LED Display Module, please contact diymore customer support through the platform where you purchased the product or visit the official diymore web聯繫信息的網站。

When contacting support, please provide your product model number (ZH0264) and a detailed description of the issue.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.