dudeofea / Microterm

A pseudo-shell and REPL in a small, low power package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microterm

This project runs on a Adafruit Trinket M0 using CircuitPython. The idea is to have a simple shell for filesystem operations similar to a standard computer shell, and a python REPL shown on a small display.

TODO

Progress (40% done breadboard prototype)

  • Optimize display for maximum speed
  • Implement complete REPL (currently just exec() and eval())
  • Finish screen scrolling
  • Add keyboard input from USB host board
  • Add FAT filesystem from USB host board
  • (beta) 3D print case
  • (beta) Solder onto protoboard
  • (beta) Add AA battery -> 5V power

About

A pseudo-shell and REPL in a small, low power package


Languages

Language:Python 100.0%