element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
7-Segment Display
  • Challenges & Projects
  • Project14
  • 7-Segment Display
  • More
  • Cancel
7-Segment Display
Blog Multiplexed 4 digits 7 segments display module
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: me_Cris
  • Date Created: 26 Apr 2022 4:03 PM Date Created
  • Views 17371 views
  • Likes 10 likes
  • Comments 2 comments
  • 7segmentdisplay
  • led
  • display
  • 7segmentdisplaysch
  • arduino
Related
Recommended

Multiplexed 4 digits 7 segments display module

me_Cris
me_Cris
26 Apr 2022

We all like LEDs, simple LEDs, or LED displays, such as those 7-segment, 4-digit displays. I use them more with Arduino platforms, they are useful and also more visible than other types of displays. In order to be able to use a 4-digit, 7-segment display together with an Arduino platform, we need to take care of a few things: according to the ATmega328P data sheet, the total current from all I / O pins should not exceed 200mA (DC power pins VCC-GND) or, we look at the DC current per pin I / O which is a maximum of 40mA (it doesn't hurt to go on an average value of 20 mA); the brightness of the display, for most displays, each segment is rated up to 20 mA (we usually go 10 mA, especially if we use a red color display, which is more visible), so if all 7 segments plus DP are lit, the power consumption (at 10mA) would be 80mA, or it could reach up to 160mA if we go to the highest values. Considering all this, it would not be very appropriate to use a 7-segment display with 4 digits together with an Arduino platform, so I chose another solution, maybe more reliable, plus the fact that the number of connections is lower.

I used a 74HC595 serial shift register, which is only able to output a maximum of 70mA, but if we add some bipolar transistors we manage to do a pretty good job. So, below you can see some pictures with a homemade PCB and a 7-segment display with 4 digits common anode type, in green color; I don't have the best methods for making PCBs, but I think it turned out pretty well. This display shows the time, temperature and humidity in the room, I used an RTC and DHT11, plus an Arduino board. I couldn't figure out what the display model is, but with a DMM and an internet search I discovered the functionality of the pins. There are also 1k resistors in the circuit, 2N3906 PNP transistors, some male pins and some capacitors near the 74HC595 power pins.

This display has several pins, in addition to the digital + DP pins and segments, we also have a single LED in the upper right corner, and two LEDs in the center. The PCB is designed by me in KiCad, homemade, in two layers, with hand-mounted vias, and 0.8mm thick tracks. I used THD components because I have them at hand, the PCB would be smaller if I used more SMDs.

Other projects will follow.

You can find the circuit below.

. 

/resized-image/__size/1280x720/__key/communityserver-blogs-components-weblogfiles/00-00-00-03-68/554.jpegimage/resized-image/__size/1280x720/__key/communityserver-blogs-components-weblogfiles/00-00-00-03-68/665.jpeg/resized-image/__size/1280x720/__key/communityserver-blogs-components-weblogfiles/00-00-00-03-68/364.jpegimage/resized-image/__size/1280x720/__key/communityserver-blogs-components-weblogfiles/00-00-00-03-68/147.jpeg/cfs-file/__key/communityserver-blogs-components-weblogfiles/00-00-00-03-68/777.mp4/resized-image/__size/1280x720/__key/communityserver-blogs-components-weblogfiles/00-00-00-03-68/schema.png

  • Sign in to reply

Top Comments

  • DAB
    DAB over 3 years ago +1
    Nice build. It takes me back to the days when these types of displays were new.
  • robogary
    robogary over 3 years ago +1
    Nice. I started on a 7 segment project and realized multiplexing was needed. I only had qty 2 7 segment LEDs, and my multiplexer ICs on hand are input only, so found some AND gates to do the digit select…
  • robogary
    robogary over 3 years ago

    Nice. I started on a 7 segment project and realized multiplexing was needed. I only had qty 2 7 segment LEDs, and my multiplexer ICs on hand are input only, so found some AND gates to do the digit select - its alot of wires and resistors. 

    Your project is alot smaller and neater. Looks really good. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 3 years ago

    Nice build.

    It takes me back to the days when these types of displays were new.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube