Druid4Arduino provides a simple GUI (graphical user interface) to interact with any SerialUI-based Arduino project.
It works its magic by crawling the menu hierarchy (commands and sub-menus) provided by SerialUI and automatically re-configuring it’s user interface to match whatever options you’ve provided.
It will connect to you’re arduino project through the USB serial port and display a reflection of all the commands and sub-menus defined in your program/sketch.
It will also request and transmit any required input or error messages.
Categories
User Interface (UI)License
GNU General Public License version 3.0 (GPLv3)Follow druid4arduino
Other Useful Business Software
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Rate This Project
Login To Rate This Project
User Reviews
-
I used this project for a small arduino project. It was great as it provided an easy way to get a small UI and also support for uploading files in a very easy manner. It took me sometime to make the linux binary work on my Ubuntu 14.04 as it needs the 2.8 version libwxgtk in 32bit. Here is the command I used that may be useful for others: sudo apt-get install libwxgtk2.8:i386 Thanks Pat for providing this. Jeff.