Author Topic: LED based Cribbage board  (Read 2655 times)

0 Members and 1 Guest are viewing this topic.

Offline kpmcgurkTopic starter

  • Robot Overlord
  • ****
  • Posts: 152
  • Helpful? 3
  • Robot Love?
    • Probotic world (in progress)
LED based Cribbage board
« on: March 16, 2010, 05:42:27 PM »
I am working on a project for school and I need to design and machine a cribbage board on a CNC mill. It was required to use pegs like normal cribbage, but being the normal risk taker and electronic geek that I am, I want to replace the pegs with LED's.

Project overview...
one LED per hole(120 holed per player)(3 players)(making 360 holes/LED's :o)
Each player has a couple push buttons that will control the board (move forward/back 1,5 clear... etc)

For me the easy part will be be the player controls and writing the code for them.

I am stumped by the best way to control the 360+ led's that the board will need.The current thought  is to multiplex all of the LED's using a series of ATMEGA328's communicating with each-other through SPI. Is there a better way of doing this at a relatively low cost(<$100)?

If so, please share your ideas with me as the more brains at work makes projects more successful!   

Thanks all! (If you have any questions, please ask!)
some people are just Born smart, but some people have to work for it, and those are the people who succeed.

http://www.proboticworld.com

Offline little-c

  • Robot Overlord
  • ****
  • Posts: 186
  • Helpful? 1
Re: LED based Cribbage board
« Reply #1 on: March 17, 2010, 01:03:52 AM »
logic chips,
you can use multiplexers and NAND/NOR gates.
not sure how yet, but it can be done.

Offline Razor Concepts

  • Supreme Robot
  • *****
  • Posts: 1,856
  • Helpful? 53
    • RazorConcepts
Re: LED based Cribbage board
« Reply #2 on: March 17, 2010, 03:40:10 AM »
Use lots of shift registers.
HC595 is common

Or, use some matrix LED driver ICs
« Last Edit: March 17, 2010, 03:53:36 AM by Razor Concepts »