meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sensor:tm1637 [2025/10/09 15:48] – created vamsansensor:tm1637 [2025/10/09 16:03] (current) vamsan
Line 1: Line 1:
 ====== lamaPLC: TM1637 7-segment display ====== ====== lamaPLC: TM1637 7-segment display ======
 {{ :sensor:tm1637_2.png?200|TM1637 7-segment display}} {{ :sensor:tm1637_2.png?200|TM1637 7-segment display}}
 +
 +The TM1637 module or chip is a driver for 4-digit 7-segment display modules. These chips are standard in inexpensive display units. They communicate with the processor using an I²C-like protocol. The implementation relies entirely on software emulation and does not utilize any specialized hardware, except for GPIO pins. It is assumed that pull-up resistors are present, typically integrated into the display module.
 +
 +
 +  * Operating voltage: 3.3 – 5 V DC
 +  * Maximum current draw: 80mA
 +  * Reverse polarity protection: Yes
 +
 +===== Sources =====
 +[[https://docs.arduino.cc/libraries/tm1637/|Arduino Doc TM1637 library]] \\
 +
 +===== Sensor topics on lamaPLC =====
 +{{topic>sensor}}
 +
 +\\
 +\\
 +{{tag>i2c 7-segment_display display TM1637 Arduino }}
 +\\
 +This page has been accessed for: Today: {{counter|today}}, Until now: {{counter|total}}