element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
Robotics
  • Technologies
  • More
Robotics
Forum I am interested in a circuit board to control a two digit 7 segment LED.  Information will be coming from my software.
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 29 replies
  • Answers 1 answer
  • Subscribers 66 subscribers
  • Views 2829 views
  • Users 0 members are here
  • frontpage
Related

I am interested in a circuit board to control a two digit 7 segment LED.  Information will be coming from my software.

Former Member
Former Member over 11 years ago

I am interested in a circuit board to control a two digit 7 segment LED.  Information will be coming from my software.
I will need the circuit board to show a number (up to 2 digits) and to be able to also have a push button when pressed to turn off the 7 segment LED displaced. 

The quantity of the same board will be from 250 up to 1000 boards.

 

Thanks,

Tim Cloninger

timcloninger@cs.com

  • Sign in to reply
  • Cancel

Top Replies

  • michaelkellett
    michaelkellett over 11 years ago +1
    What is the software running on and how will it interface with the display board. MK
  • michaelkellett
    michaelkellett over 11 years ago in reply to Former Member +1
    I think you will need a custom board to keep this as cheap as possible but it may still cost you a fair bit. It will cost much less if you assemble the display boards yourself. Each board needs to be addressable…
  • Robert Peter Oakes
    Robert Peter Oakes over 11 years ago +1
    Another thought could be this http://www.sqlskills.com/blogs/paulselec/post/arduino-cascading-shift-registers-to-drive-7-segment-displays.aspx , or based on it anyway, it uses a serial in, serial out mechanism…
  • michaelkellett
    0 michaelkellett over 11 years ago

    What is the software running on and how will it interface with the display board.

     

    MK

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to michaelkellett

    Michael,

     

    Thank you for you quick response.  The software is running on a Windows 7 PC.  It is custom for another program.  It is used to fill orders for customers.  I want to send the quantity of parts for each order to the location where the item is.  The small items are in small boxes 3 inches wide by 3 inches tall by 11 inches front to back.  The boxes are next to each other.  The different items normally can go from 250 items to 1,000 items.  I want the software to send the quantity needed for each item for that order.  The person getting the items will go to the location (within 8 feet from the computer) to gather the quantity needed for each part, indicated by the LED, push a button that the computer just told the LED's were needed for that item.  The light would then turn off indicating that the quantity has been gathered.  The operator returns to the computer to finish filling the order.

     

    We can send the quantity from the software.  The question is how to send it to the circuit board to be built? and how to make the LED's show the quantity to be gathered?

     

    Let me know if you have any questions and if you are interested.

     

    Thanks,

    Tim Cloninger

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • D_Hersey
    0 D_Hersey over 11 years ago

    How large are these LED seven-segment displays?

    Don't you need to display four decimal digits?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • D_Hersey
    0 D_Hersey over 11 years ago

    If the only thing you want is to get an IBM PC to display some numbers on 7-seg LEDs, maybe the way to go is through the parallel printer port.  You could latch the data with a '374, connect each nybble to a seven-segment decoder, than see if you need to amplify the decoder's output to drive your particular display.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 11 years ago in reply to Former Member

    I think you will need a custom board to keep this as cheap as possible but it may still cost you a fair bit. It will cost much less if you assemble the display boards yourself. Each board needs to be addressable so the PC can send the right data to each one and know which one acknowledged when the button was pressed.

    On each board you will need a little processor, the two display chips, and a power regulator chip (and a few other cheap bits). The data rates will be quite low so you can use UART type communications. It isn't common to connect 1000 devices to the same serial bus but with a little care in the design it can be done. You'll need a USB to UART interface on the PC and a bus driver board to interface that with the 1000 devices. They can all be connected in parallel with 4 wires.

    I think (and this is off the cuff not a quote !!!!!!) that the little boards could cost as little as £4 each for the parts and the common stuff (power supply, interface no more than £200 for the parts.).

    The design is another matter - if I were doing it commercially it would probably set you back about £8k - £10k -  and this doesn't include the software for the PC. The assembly of the little boards will take some time - my guess is about 5 minutes each for someone with experience. Wiring the whole thing up will take  a while too.

     

    So you're looking at  a total cost for a 500 point system of about  £10k (most of it design cost) + 80 - 100 hours assembly time.

     

    I can't help but wonder if you couldn't buy a second hand carousel for the same money but get  a much better solution.

     

    Have a look at these people (there are loads more on the web) Secondhand Kardex, Linpic and Megamat Carousels and Secondhand Kardex Shuttles

     

    Let us know which way you want to go.

     

    MK

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 11 years ago in reply to D_Hersey

    @Don,

     

    When did you last see a new PC with a parallel printer port ?

     

    But anyway, I think the OP wants hundred of displays.

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago

    Using an Arduino or TI launchpad for a prototype (Use one with built in USB to save on a device), drive the 7 Segment direct from the uController and your done, when ready for production, simply create custom board with just what you need.

     

    Plugs into a USB of any pc / laptop

     

    driving the 7 Seg displays is the easy bit

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago in reply to Robert Peter Oakes

    what I did not see mention is if the 1000's of boards are to be controlled by a single PC or are destined to be sold as individual devices for separate consumers.

     

    Is this to be a commercial product ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 11 years ago in reply to Robert Peter Oakes

    As I understand it the OP needs one PC talking to many displays - USB won't do (can't chain the devices, can't have enough devices, cables much too pricey etc.)

    Not much point in an Arduino based prototype - need to choose the bits on the basis of lowest cost for making up to 1000 of them - as you say it's easy driving the display - it's the comms (which are not standard on anything) that need developing.

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • D_Hersey
    0 D_Hersey over 11 years ago

    Y'all could go wireless:

     

    SimpleLink Wi-Fi CC3200 LaunchPad (CC3200-LAUNCHXL)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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