AVIL is an open source (GPL) interpreter (and programming language) originally designed to run on Arduino. AVIL programs are just plain text files stored on a micro SD card, so you have GBs of space available! AVIL's project was initially inspired by this project.
With AVIL you can:- Read/Write digital I/O.
- Read inputs from serial or from via telnet.
- Write output to serial line or via Ethernet.
- File operations (read, write, create, delete).
- Easily create your custom instructions and call them from a program.
- Transform your Arduino in a standalone terminal with an interactive shell.
- Transform your Arduino in a remote I/O board for your PC.
- Remotely upload/download files on your Arduino.
AVIL was created just for fun as a personal challenge, but I hope it could be useful in your project or that it will get you inspired for something new!
Comments
Please log in or sign up to comment.