Main Content

START: A STandalone ARduino Terminal

Equipped with a keyboard, Ethernet Shield and LCD monitor, is able to execute built-in command and even to send command to a telnet server!

START is a STandalone ARduino Terminal equipped with:

a PS2 keyboard.
an LCD monitor 128x64.
an Ethernet port.
optionally, a battery.
START is able to execute a small set of built-in commands to control digital I/O and even to connect to a real telnet server to execute real shell commands remotely!

Getting STARTed:
START is provided in form of an Arduino library so just download it and install it like any other library.

You also must download and install these libraries in order to get the keyboard and the lcd screen working:

PS2Keyboard
U8glib
Then open and upload the runSTART example!”

Link to article