My a-code program
(See here) is currently run on my PC and communicates via a serial cable to
Peter Penguin. I'd like to make him more self-contained, and was wondering if I could convert the FreeBASIC code to something that could run on a BotBoard.
Is there any way I could estimate the requirements or if it would fit onto a BotBoard? Are there alternatives to this approach? The current FreeBASIC source code is 30kb, but contains lots of comments and some code/features which I would remove, making it less than the 32kb of program space if I understand the specifications correctly.
It's been a while since I've worked on this and this idea seems to be a way to continue development. There are other challenges I will face (
such as the possibility of interfacing with external storage and a wav playback device), but I was starting here.
Any suggestions?
Thanks.