MaxiMite: A BASIC Controller from Down Under
erco
Posts: 20,259
Looks interesting, especially the story page about a Texas grandmother writing the interpreter program and keeping the Osbourne diskette in her knitting bag...
Chip, can you top that?
http://geoffg.net/maximite.html
http://geoffg.net/Maximite_Story.html
http://www.dontronics-shop.com/maximite-sm1.html
from the first link:
The Maximite is a small and versatile computer running a full featured BASIC interpreter with 128K of working memory.
It will work with a standard VGA monitor and PC compatible keyboard and because the Maximite has its own built in SD memory card and BASIC language you need nothing more to start writing and running BASIC programs.
The Maximite also has also 20 input/output lines which can be independently configured as analog inputs, digital inputs or digital outputs. You can measure voltage, frequencies, detect switch closure, etc and respond by turning on lights, closing relays, etc - all under control of your BASIC program.
Chip, can you top that?
http://geoffg.net/maximite.html
http://geoffg.net/Maximite_Story.html
http://www.dontronics-shop.com/maximite-sm1.html
from the first link:
The Maximite is a small and versatile computer running a full featured BASIC interpreter with 128K of working memory.
It will work with a standard VGA monitor and PC compatible keyboard and because the Maximite has its own built in SD memory card and BASIC language you need nothing more to start writing and running BASIC programs.
The Maximite also has also 20 input/output lines which can be independently configured as analog inputs, digital inputs or digital outputs. You can measure voltage, frequencies, detect switch closure, etc and respond by turning on lights, closing relays, etc - all under control of your BASIC program.
Comments
It is easy to do B/W video with 20Mhz processors. And a Basic Interpreter has long been available if there is enough RAM. But this is neither the fastest nor the best, though it certainly is a nice handy form factor. Dontronics has been around for a long time and is well known in the PIC world.
Video games? No color, so it is a Pong and Asteroid type device. Does it do vector graphics and bit-maped or is it only character driven video? The Hydra is still not fully exploited and is in many ways better.
Everyone, there's a heretic in our midst!
I'm kidding. I like the Propeller chip because it gives the feel of concurrent programming via a threads package, which is a higher semantic level than using interrupts. However, a fast single core chip can achieve the same result via timer based interrupts and a threading library. So there's more than one way to achieve the same result.
Otherwise it's a nice board for a hobbyist to tinker with.
The main attraction of a single core 128k memory is storage. It still doesn't do color video. I suppose you could ad a Gameduine FPGA front end to it, but why not add a Propeller front-end to do the video?
Please don't get me wrong, for a complete Basic interpreter, it looks like an excellent choice. Dontronics has a good reputation.