Shop OBEX P1 Docs P2 Docs Learn Events
Is the BASIC stamp capable of... — Parallax Forums

Is the BASIC stamp capable of...

KarnaughKarnaugh Posts: 1
edited 2008-12-05 17:04 in BASIC Stamp
I've been working on a little side project for fun recently. My goal is to make a digital life counter for Magic: The gathering. This means the circuit I want to build must:
- Count from 0 to 99 on two 7-segment LED's
- Count up or down
- Reset to 20

My first attempt was to buy some IC's and a prototyping board and solder it up. Now that it's built though, it's not working and I suspect it has to do with the fact that it's my first attempt at soldering.

Anyways, one of my professors gave me a basic stamp, saying that I could probably do most of it in software rather than hardware. Before I start learning basic and writing the code I need to know if I can get this to work. As far as I can tell the basic stamp only has 8 I/O pins so it doesn't really look like I could do the entire thing in software. Even if I left the BCD to 7-Seg conversion up to IC's, that would still require 8 outputs and a few inputs for count, direction, reset.

So, do you think this circuit is viable on the Basic stamp, or should I just give the IC's a second chance?

Comments

Sign In or Register to comment.