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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.