5 minutes read
This blog post is about getting started with Machinekit on the Nexthing CHIP. With a price of 9$; the CHIP is the cheapest single board computer with wifi and flash memory on the market. The low price and easy availability make the CHIP an ideal platform for low-budget motion-control applications. This blog post focuses on the user perspective of using ...
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 ...
Mini 3D Printer from HobbyKing running with CRAMPS Board and Machinekit
7 minutes read
This article is about porting the Turnigy Fabrikator Mini from HobbyKing to Machinekit. It explains the basics of porting a new 3D printer to Machinekit. For this purpose, the open hardware CRAMPS cape for the BeagleBone Black is used. The Turnigy Fabrikator Mini / TinyBoy I recently stumbled upon a review about a mini 3D printer for 160€ on heise.de. ...
Machinekit on the C.H.I.P. 9$ computer
13 minutes read
This article is about using the NextThing C.H.I.P. minicomputer with Machinekit. It explains how one can write GPIO drivers for Machinekit. Furthermore, it also shows how one can build Machinekit on the CHIP and how to cross compile an RT-PREEMPT kernel for the CHIP using the CHIP-SDK. If you are more interested in installing Machinekit and a pre-compiled RT kernel ...
Controlling TP-Link HS100/110 Smart Plugs with Machinekit
7 minutes read
This article is about controlling the TP-Link HS100/HS110 smart home automation power sockets via Machinekit HAL (Hardware Abstraction Layer). The result is an HAL component which can toggle the relay state and monitor the energy consumption of a household electric device, such as a 3D printer. Idea Working on my goal to automate my 3D printing workflow, I came across ...
Machinekit and Cura
4 minutes read
Slicing and Cura The process of creating program code (GCode), which are used as input for 3D printers, from 3D object files (STL) is called slicing, because the object is basically sliced into many very thin layers. Cura is an open source slicing software supported by Ultimaker for their 3d printers. Besides the official version from Ultimaker, many other 3d ...