Just bouncing an idea off of you guys. What is the feasability of using a tri colored LED (red/green/yellow) all linked to a small battery for about 30 spaces on a game board. (IE 30 LEDS) Has anyone done anything like this (using LEDS) embedded in a board. I imagine this would drive the price of production of the boards up, but can you forsee any other things that would make this idea unfeasable?
Thalor42
I have been thinking about using LEDs for one of my games. I found that a PIC chip can control the LEDs and can be bought for about 1.50-6 dollars. 20 single color LEDs cost $2.59.
I wouldn't see production cost being very high. The larger cost will be development of the game. Programming a PIC is not an easy/cheap task.
For manufacturing the boards, you would have to solder the LEDs to wires or some type of printed circuitry. Typically a circuit board is used, but you may be able to print circuitry onto cardboard and sandwich it in between two pieces of cardboard.
I found a microcontroller starter kit here: http://www.parallax.com/html_pages/products/kits/starter_kits.asp but haven't tried it out yet. The actually chips in this starter kit are $45/each. This chip is overkill if you only need to control LEDs. A better chip to use would be a simple PIC chip: http://www.radioshack.com/product.asp?catalog%5Fname=CTLG&product%5Fid=9...
Jonathan