Grue Brains — the plans

Since my original concept was to power this with an Arduino microcontroller platform, I’ve decided to see if I can power it with an Arduino Pro from Sparkfun.

Why Arduino? Why not code to the bare uC?  Arduino has got a nice IDE, which makes development easier, and it’s got lots of pluggable hardware that simplifies interfacing with stuff like SD cards.

There are a couple of possible problems with this.

  1. The Arduino Pro has a incredibly anemic 5V regulator.  In a previous project, it couldn’t handle an ethernet shield’s additional power draw.
  2. The Arduino uses a ATMega 328, which will only give me about 30K of program space.  Still, Zork used to run in a lot less memory.

If power is a problem, I could always throw an UNO in there, or build my own regulator.   But if I just can’t squeeze the z-code interpreter into 30K, then maybe I’ll use a Sanguino, or a Mega.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.