2530 eSOM++ Team Mar 06 2043 Views Develop your Digital Photo Frame using eSOMiMX6 A digital photo is a picture frame that displays photographs. The slideshow is a presentation of series of images in a prearranged sequence. A well-organized slideshow is the one with the following features. The appropriate duration of the ...
2516 eSOM++ Team Mar 01 1624 Views How secure is my firmware hosted on the eSOMgears cloud? All your firmware versions need to be uploaded to the eSOMgears cloud for devices to receive updates. We store them completely private so the external world does not have access to it. All registered devices which query for updates use signed URL to ...
2510 eSOM++ Team Mar 01 3525 Views Build Smart Gateway Using eSOMiMX7 This article guides you to build smart gateways by making use of eSOMiMX7 based development kit from e-con Systems™. Nowadays everyone talks about Machine to Machine (M2M) communication and Internet Of Things (IoT). What is the idea behind M2M and ...
2506 eSOM++ Team Feb 21 2260 Views Quickly Develop a Dynamic Website on eSOMiMX6 In a dynamic website, contents are updated automatically depending on the time of the day, the viewer’s native language, and other factors. Dynamic websites contain client-side scripting or server-side scripting to generate the changing content or ...
2498 eSOM++ Team Feb 21 3081 Views Launcher for Qt Apps on eSOMiMX6 A launcher is a program that helps a user to locate and start other programs. An application launcher provides shortcuts to applications and stores the shortcuts in one place so they are easier to find. A launcher is just another application that is ...
2493 eSOM++ Team Feb 21 6544 Views Qt Creator Remote Debugging Remote debugging is identifying and removing errors from the application running on a device from another device. The Qt application once deployed on the eSOMiMX6 device(s) can be debugged from any remote system. Qt Creator provides very easy access ...
2490 eSOM++ Team Feb 21 1885 Views Getting Started with Qt Widgets on eSOMiMX6 Widgets are the basic blocks of user interfaces in Qt. Widgets include buttons, labels, message box, text edit, tab, combo box, scroll bar, etc. For Qt Widgets, everything is C++. The UI elements can be used to create a classic desktop-style user ...
2486 eSOM++ Team Feb 21 1728 Views Getting Started with QML on eSOMiMX6 QML is a declarative language that allows user interfaces to be described in terms of their visual components and how they interact and relate with one another. It separates the declarative UI design and the imperative programming logic. It also ...
2483 eSOM++ Team Feb 21 2557 Views Bind Chart.js with Qt for eSOMiMX6 Qt’s binding with JavaScript is well-known to the world. You can do just amazing things with this binding. One such wonder is Graphs. Data visualization is a common method to visually illustrate relationships in the data. The purpose of data ...