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 2813 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…
Parents
  • Robert Peter Oakes
    0 Robert Peter Oakes over 11 years ago

    Well, if the cost is not so much of an issue, using a MEGA328 (Arduino) or MSP430 (Launchpad) as a controller, they can drive the LEDs directly but also can interface with a very low cost ethernet adapter based on the ENC chip (Plenty of libraries around). These boards use SPI for coms so do not take too many pins. Next the uController can read switches easily and send randon timed messages back to the master without issues as TCP/IP has all the protocols you need. The system could support a rich set of messaging if needed but I would suggest either REST or XMPP types of protocol.

     

    The benefit hear is that the PC can talk to them over the Ethernet, it is very low cost per unit and is scalable to thousands of units

     

    You could if you wanted, use a single uController to handle say a dozen displays for its immediate local

     

    WIFI would be nice but way more expensive

     

    Sub 1Ghz radio would be cheaper but sill into the several $$ per unit

     

    Ethernet would definitely work , just a little more expensive, so would the sub 1Ghz radios, and they can also double up as relay points for the distant displays.

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

    Well, if the cost is not so much of an issue, using a MEGA328 (Arduino) or MSP430 (Launchpad) as a controller, they can drive the LEDs directly but also can interface with a very low cost ethernet adapter based on the ENC chip (Plenty of libraries around). These boards use SPI for coms so do not take too many pins. Next the uController can read switches easily and send randon timed messages back to the master without issues as TCP/IP has all the protocols you need. The system could support a rich set of messaging if needed but I would suggest either REST or XMPP types of protocol.

     

    The benefit hear is that the PC can talk to them over the Ethernet, it is very low cost per unit and is scalable to thousands of units

     

    You could if you wanted, use a single uController to handle say a dozen displays for its immediate local

     

    WIFI would be nice but way more expensive

     

    Sub 1Ghz radio would be cheaper but sill into the several $$ per unit

     

    Ethernet would definitely work , just a little more expensive, so would the sub 1Ghz radios, and they can also double up as relay points for the distant displays.

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