Let's start a new thread, as we were wandering off-topic in the VCF-East thread.
I'm thinking of making a wearable "badge", intended as an inexpensive kit for people to build at VCFMW in September. It would introduce people to the Heathkit world of kit-building. Here's a "straw man" description.
- 80C85 CPU (since this is a *vintage* computer show)
- 32k RAM at 8-40k
- 32k EPROM, 0-8k with PAM8 (or hex version?), 40-64k with Benton Harbor BASIC
- bit-banged serial port using the 80C85's SID and SOD pins.
- 4x4 keypad using tactile switches
- nine 0.3" 7-segment LED displays.
- a PCB styled like a half-size H8 front panel (about 6"w x 3"h)
- powered by USB-serial adapter, or battery operated with three AAA cells.
- a manual to imitate the Heathkit manuals (probably online to download).
- target parts cost around $20.
I've been scribbling circuits, and think I can do it with about six chips.
- 80C85. OKI seems to be the best source of these on ebay.
- 27C256 EPROM (cheap and easy to get).
- CY7C199 32k "skinny" RAM (because I use them in my other kits).
- 74HC151 address decoder (a 1-chip way to get the funny address map).
- 82C55 to provide three 8-bit I/O port (LED anodes, LED cathodes, read keypad).
- 74LS145 to select LED cathodes and keypad rows.
PAM-8 and BHBASIC would have to patched to run in this minimalist H8 environment, as the keyboard and display mapping won't be the same. Likewise for the bit-banged serial port. I'm guessing BASIC could be stored in high EPROM, and block-moved into RAM to execute. There should be lots of room in high EPROM for other programs as well (like the iconic "your H8 is up and running" demo).
This is just my "brainstorming" so far. I'm not a software guy, so I'll certainly need help to pull this off. Can you help, or think of any improvements? Please let me know what you think!
Lee Hart