Thursday, 1 January 2015

Arduino & QT Creator

I've been playing with Arduino for some time now, and have thoroughly enjoyed the experience. That said, there has been one aspect of development that has left me wanting more: the IDE. Although the official IDE offers a great way to get your feet wet, it lacks some features of more robust IDEs.

My favourite IDE by far is QT Creator:

http://qt-project.org/wiki/Category:Tools::QtCreator

I've created a QT Creator project wizard for Arduino that deals with the setup of ports, compiler flags and upload options. The wizard is available here; please follow the instructions in the 'install.txt' file to get up and running with Arduino in QT Creator:

https://bitbucket.org/engine_develop/arduino_wizard/src

Enjoy :)

No comments:

Post a Comment