Close

ESP8266 and ESPBoy port progress

A project log for Terminal-BASIC

Language interpreter for uC-based systems

andrey-skvortsovAndrey Skvortsov 03/10/2020 at 22:110 Comments

The upcoming version of Terminal-BASIC uses SPIFFS to implement NVRAM and file system commands on esp8266:

I'v test it on ESPBoy device. There is no suuport of TFT screen, buttons, sound and LED for now, but the port is fully functional, using UART.


Sketch with data folder for SPIFFS, containing some BASIC programs: terminal-basic-2.3-a1


DIRECTORY command shows the files list. Unfortunately, the files, written using esp8266 SPIFFS uploader have names, starting with '/'. To start AMAZING maaze generator, for example, one needs to type the command DLOAD "/AMAZIN" without BAS file extension

Discussions