-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nick Tracy edited this page Jul 18, 2026
·
2 revisions
ANSITerm helps your Arduino (or ESP board) draw colorful text interfaces in a normal terminal window — boxes, buttons, tables, and simple menus — over the USB serial port or a network connection.
This wiki is written for makers and beginners. You do not need to know escape codes or protocols to follow these pages.
- Getting Started — install the library and run your first example
- Choosing a Terminal Program — which app to open on your computer
- Using the Examples — which demo to try next
| Example | Best for |
|---|---|
| Basic | First upload — hello screen and a clickable button |
| Advanced | Tables, symbols, and a loading animation |
| Buttons | Keyboard + mouse menus (recommended after Basic) |
| Graphic | A tiny on-screen game |
| ANS files | Showing art files from an SD card |
| Network terminal | Same UI over Wi‑Fi or Ethernet (telnet-style) |
| ESP Wi‑Fi control | Full Wi‑Fi dashboard on ESP32 / ESP8266 |
- Browse Troubleshooting and the FAQ first.
- Still stuck? Open a Question or Bug report on the Issues page.
Project home: github.com/NicholasTracy/ANSITerm
ANSITerm is open source under the LGPL-3.0 license. · Repository · Issues