Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.19 KB

File metadata and controls

28 lines (20 loc) · 1.19 KB

START!

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 builtin commands and even to connect to a real telnet server and execute real shell commands remotely!

START

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:

Then open and upload the runSTART example!
(edit the file network.h for network settings)

See the project page on hackster.io for wirings and usage examples!