2 minutes read
Today I'm going to share with you the recording of my talk from QtDay 2019. It was my first time at QtDay, and I really can recommend it for everyone interested in a developer-focused conference all about Qt, QtQuick, and QML. Teaser I have learned many things about creating QtQuick applications with Python working on a graphical programming environment for ...
Machinetalk explained - Part 1: Introduction
7 minutes read
This blog article is about Machinetalk, the middleware for distributed systems which serves as remote API to Machinekit. This blog post is the first part of the Machinetalk explained series which describe different parts of the Machinetalk middleware. I'm writing this blog post series since I dedicated a lot of time in the last years working on the Machinetalk technology ...
Web UIs for Machinekit
5 minutes read
In this blog post, I present WebVCP - web-based user interfaces for Machinekit. Reasons for web UIs over native UIs I have dedicated a lot of my work in the last years ro QtQuickVcp which is a remote UI framework for Machinekit targeting desktop and mobile applications. So you may wonder why I even explored the possibilities of web UIs ...
Extending Machineface with HAL Remote to control Smart-Plugs
5 minutes read
This blog post explains how to extend the Machineface 3D printer UI with a custom UI element that interacts with HAL. For this purpose, this article explains the core concepts of HAL remote. The blog post is a continuation of Controlling TP-Link HS100/110 Smart Plugs with Machinekit. HAL Remote HAL remote is a remote API for the Machinekit HAL (Hardware ...