Omnia Creator

Code Editing

Omnia Creator

Omnia Creator is powered by Qt Creator – the premier cross platform, free, and open source C/C++ IDE for professionals. Omnia Creator brings the following capabilities to your fingertips:

Data Visualization

Oscilloscope Window

Serial Oscilloscope

Omnia Creator's Serial Oscilloscope Widget makes drawing line graphs, xy graphs, bar graphs, box plots, and scatter plots easy! Serial Oscilloscope let's you create an arbitrary number of graphs in a plotting window to display data from your microcontroller. You can set the plot name, axes labels, axes ranges, axes scale type (linear or logarithmic), background color, and more! You can also set each graph's name, line style, line color, fill style, fill color, and many more graph type specific settings.

Need a spectrum analyzer? Serial Oscilloscope can display the magnitude or phase of the Fast Fourier Transform (FFT) of line graphs, xy graphs, and scatter plots. You can set the FFT plot axes labels, axes ranges, axes scale type (linear or logarithmic), and more! You can also set each FFT graph's windowing function and many more graph type specific settings.

Serial Oscilloscope Widget Windows are fully interactive. You can zoom in, zoom out, and pan around in the plot space. Additionally, hovering your mouse over a plot point will show the X and Y coordinate information.

Need to share your plot? Serial Oscilloscope can export your plot as a human readableJSON file. Serial Oscilloscope can also import exported plots. You can even modify exported JSON files and tweak the plot to suit your needs. Serial Oscilloscope can also save your plot as a BMP, JPG, PNG, PDF, and SVG file at any resolution.

For more graph examples see the Omnia Creator Graph Gallery.

For more information about Serial Oscilloscope see the help page.

For C/C++ programming information see the API page.

More API Information: Line Graph APIXY Graph APIBar Graph APIBox Graph API

Interface Window

Serial Interface

Omnia Creator's Serial Interface Widget makes controlling your microcontroller easy! Serial Interface let's you create an arbitrary number of user interface elements in group boxes in a graphical user interface window. You can create push buttons, radio buttons, check boxes, integer spin boxes, binary spin boxes, hexadecimal spin boxes, double spin boxes, line edits, date edits, time edits, date/time edits, sliders, progress bars, labels, and separators. You can also customize user interface element text labels, radio button initial state, check box initial state, spin box prefix/suffix texts and minimum/maximum values, line edit echo mode and input mask, slider minimum/maximum values, progress bar minimum/maximum values, and much more!

Serial Interface Widget Window user interface elements when manipulated automagically update user interface element objects on your microcontroller through the Omnia Creator Interface Library. For example, your microcontroller instantly receives notification when you press, release, or click a push button. Or, as you type into a line edit your microcontroller instantly receives a new string as you enter characters. And, as you move a slider back and forth your microcontroller instantly receives the new slider position.

For a graphical user interface example see the Original Maker Faire Demo.

For more information about Serial Interface see the help page.

For C/C++ programming information see the API page.

More API Information: Group Box APIPush Button APIRadio Button APICheck Box APIInt Spin Box APIBin Spin Box APIHex Spin Box APIDouble Spin Box APILine Edit APIDate Edit APITime Edit APIDate/Time Edit APISlider APIProgress Bar APILabel APISeparator API

Table View

Serial Table

Omnia Creator's Serial Table Widget makes displaying data in a table format easy! Serial Table let's you create an arbitrarily sized table view to display data from your microcontroller. You can set the text for each row, column, and item separately. Serial Table also has integrated "Find" support to make finding a specific value in a large table easy.

Need to share your data? Serial Table can export your data as a human readable JSONfile. Serial Table can also import exported data. You can even modify exported JSON files and tweak the data to suit your needs. Serial Table can also export your data to a CSV file.

For more information about Serial Table see the help page.

For C/C++ programming information see the API page.

Tree View

Serial Tree

Omnia Creator's Serial Tree Widget makes displaying data in a tree format easy! Serial Tree let's you create an arbitrarily sized tree view to display data from your microcontroller. You can set the text for each key and value separately. Serial Tree also has integrated "Find" support to make finding a specific value in a large tree easy.

Need to share your data? Serial Tree can export your data as a human readable JSONfile. Serial Tree can also import exported data. You can even modify exported JSON files and tweak the data to suit your needs. Serial Tree can also export your data to a CSV file.

For more information about Serial Tree see the help page.

For C/C++ programming information see the API page.

Terminal Window

Serial Terminal

Omnia Creator's Serial Terminal Widget makes sending and receiving text from your microcontroller easy!

Serial Terminal Widget Windows support UTF-8 text. Say "Hello World!" in any language! You can also set the text color to red, green, blue, yellow, cyan, magenta, gray, and black (the default), beep the PC speaker, clear the terminal screen, move the cursor to the start of text, end of text, left, right, up, down, to the start of the line, to the end of the line, and more using control character codes! Finally, New Line ('\n'), Carriage Return ('\r'), and Carriage Return + New Line ("\r\n") are handled correctly!

Need to send a text file to your microcontroller? Serial Terminal can transmit up to 1 MB in size text files. Need to receive text from your microcontroller? Serial Terminal can receive and save up to 1M lines of text of arbitrary length.

For more information about Serial Terminal see the help page.

For C/C++ programming information see the API page.

Graphics Window

Serial Graphics

Omnia Creator's Serial Graphics Widget makes drawing text, lines, triangles, rectangles, circles, and etc. easy! Serial Graphics let's you create an arbitrary number of shapes in a plotting window to display data from your microcontroller. You can set the plot name, background color, and more! You can also set each shape's line style, line color, fill style, fill color, rotation, scale, many more shape type specific settings.

Serial Graphics Widget Windows are fully interactive. You can zoom in, zoom out, and pan around in the plot space. Additionally, hovering your mouse over a plot point will show the X and Y coordinate information.

Need to share your plot? Serial Graphics can export your plot as a human readableJSON file. Serial Graphics can also import exported plots. You can even modify exported JSON files and tweak the plot to suit your needs. Serial Graphics can also save your plot as a BMP, JPG, PNG, PDF, and SVG file at any resolution.

For more information about Serial Graphics see the help page.

For C/C++ programming information see the API page.

Supported Microcontrollers

Omnia Creator can support any microcontroller board through Omnia Creator's use of the CMake Build System. Omnia Creator uses the CMake Build System and user editable CMake Scripts to analyze, build, and run your code for your microcontroller board. Omnia Creator performs cached out-of-source builds using Ninja Make – a lightning fast build tool that parallelizes builds using all of your CPU cores. Additionally, Omnia Creator only rebuilds code that changed between builds.

Your code doesn't compile? Omnia Creator's integrated Issues View has you covered. Compile Errors and Warnings are itemized and bookmarked in your source code.

Need support for another microcontroller board? You easily can do it yourself! Please see the forums for help – how to documentation is coming soon.

Omnia Creator supports the following microcontroller boards currently:

Please visit www.omniacreator.com for more details.