Home - Bricksnspace/MegaBASIC GitHub Wiki

Welcome to the MegaBASIC, a BASIC interpreter for Arduino Mega.

Project Goals

To create a portable computer with a minimal display, keyboard and SD card slot, with some Arduino pins available for experimenting and learning.

Project is a fork of Robin Edwards ArduinoBASIC, inspired to some '80 years home computers.

Hardware

Core is an Arduino Mega, chosen for its big flash memory, that allow more space for functions. There is support for a display, a keyboard and a SD card slot.

See appropriate sections for details about supported hardware.

Software

MegaBASIC is a dialect derived from Tiny BASIC with added functions for interfacing with Arduino hardware (digital and analog pins), graphic commands and file save and load from SD card.